Skip to main content

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

Build N20110612-2000 (Timestamp: 201106122000):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.equinox.p2.updatesite_1.0.300.N20110612-2000

Compiler log for org.eclipse.equinox.p2.updatesite_1.0.300.N20110612-2000 : @dot.xml

TOTAL : ERRORS: 137, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/equinox/internal/p2/updatesite/CategoryParser.java : 7 errors :

1. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/CategoryParser.java
 (at line 21)
import org.eclipse.equinox.p2.publisher.eclipse.URLEntry;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/CategoryParser.java
 (at line 160)
URLEntry info = null;
URLEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/CategoryParser.java
 (at line 180)
site.getDescription().setAnnotation(text);
The method getDescription() from the type SiteModel refers to the missing type URLEntry
4. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/CategoryParser.java
 (at line 246)
info = (URLEntry) objectStack.pop();
URLEntry cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/CategoryParser.java
 (at line 276)
info = (URLEntry) objectStack.pop();
URLEntry cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/CategoryParser.java
 (at line 666)
URLEntry inf = new URLEntry();
URLEntry cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/CategoryParser.java
 (at line 666)
URLEntry inf = new URLEntry();
URLEntry cannot be resolved to a type

/src/org/eclipse/equinox/internal/p2/updatesite/DefaultSiteParser.java : 16 errors :

1. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/DefaultSiteParser.java
 (at line 20)
import org.eclipse.equinox.p2.publisher.eclipse.URLEntry;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/DefaultSiteParser.java
 (at line 81)
private static URLEntry[] getAssociateSites(String associateSitesURL) {
URLEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/DefaultSiteParser.java
 (at line 90)
URLEntry[] mirrors = new URLEntry[mirrorNodes.getLength()];
URLEntry cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/DefaultSiteParser.java
 (at line 90)
URLEntry[] mirrors = new URLEntry[mirrorNodes.getLength()];
URLEntry cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/DefaultSiteParser.java
 (at line 93)
mirrors[i] = new URLEntry();
URLEntry cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/DefaultSiteParser.java
 (at line 172)
URLEntry info = null;
URLEntry cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/DefaultSiteParser.java
 (at line 191)
site.getDescription().setAnnotation(text);
The method getDescription() from the type SiteModel refers to the missing type URLEntry
8. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/DefaultSiteParser.java
 (at line 227)
info = (URLEntry) objectStack.pop();
URLEntry cannot be resolved to a type
9. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/DefaultSiteParser.java
 (at line 257)
info = (URLEntry) objectStack.pop();
URLEntry cannot be resolved to a type
10. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/DefaultSiteParser.java
 (at line 523)
URLEntry archive = new URLEntry();
URLEntry cannot be resolved to a type
11. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/DefaultSiteParser.java
 (at line 523)
URLEntry archive = new URLEntry();
URLEntry cannot be resolved to a type
12. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/DefaultSiteParser.java
 (at line 659)
URLEntry inf = new URLEntry();
URLEntry cannot be resolved to a type
13. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/DefaultSiteParser.java
 (at line 659)
URLEntry inf = new URLEntry();
URLEntry cannot be resolved to a type
14. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/DefaultSiteParser.java
 (at line 688)
URLEntry description = new URLEntry();
URLEntry cannot be resolved to a type
15. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/DefaultSiteParser.java
 (at line 688)
URLEntry description = new URLEntry();
URLEntry cannot be resolved to a type
16. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/DefaultSiteParser.java
 (at line 736)
site.setAssociateSites(getAssociateSites(resolvedLocation.toString()));
The method getAssociateSites(String) from the type DefaultSiteParser refers to the missing type URLEntry

/src/org/eclipse/equinox/internal/p2/updatesite/DigestParser.java : 16 errors :

1. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/DigestParser.java
 (at line 23)
import org.eclipse.equinox.internal.p2.publisher.eclipse.FeatureManifestParser;
The import org.eclipse.equinox.internal.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/DigestParser.java
 (at line 24)
import org.eclipse.equinox.p2.publisher.eclipse.Feature;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
3. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/DigestParser.java
 (at line 39)
private final List<Feature> features = new ArrayList<Feature>();
Feature cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/DigestParser.java
 (at line 39)
private final List<Feature> features = new ArrayList<Feature>();
Feature cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/DigestParser.java
 (at line 40)
private final FeatureManifestParser featureHandler = new FeatureManifestParser(false);
FeatureManifestParser cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/DigestParser.java
 (at line 40)
private final FeatureManifestParser featureHandler = new FeatureManifestParser(false);
FeatureManifestParser cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/DigestParser.java
 (at line 55)
featureHandler.characters(ch, start, length);
FeatureManifestParser cannot be resolved to a type
8. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/DigestParser.java
 (at line 63)
Feature feature = featureHandler.getResult();
Feature cannot be resolved to a type
9. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/DigestParser.java
 (at line 63)
Feature feature = featureHandler.getResult();
FeatureManifestParser cannot be resolved to a type
10. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/DigestParser.java
 (at line 64)
features.add(feature);
Feature cannot be resolved to a type
11. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/DigestParser.java
 (at line 66)
featureHandler.endElement(uri, localName, qName);
FeatureManifestParser cannot be resolved to a type
12. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/DigestParser.java
 (at line 69)
public Feature[] parse(File localFile, URI location) {
Feature cannot be resolved to a type
13. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/DigestParser.java
 (at line 85)
return features.toArray(new Feature[features.size()]);
Feature cannot be resolved to a type
14. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/DigestParser.java
 (at line 85)
return features.toArray(new Feature[features.size()]);
Feature cannot be resolved to a type
15. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/DigestParser.java
 (at line 85)
return features.toArray(new Feature[features.size()]);
Feature cannot be resolved to a type
16. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/DigestParser.java
 (at line 111)
featureHandler.startElement(uri, localName, qName, attributes);
FeatureManifestParser cannot be resolved to a type

/src/org/eclipse/equinox/internal/p2/updatesite/LocalUpdateSiteAction.java : 4 errors :

1. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/LocalUpdateSiteAction.java
 (at line 18)
import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/LocalUpdateSiteAction.java
 (at line 19)
import org.eclipse.equinox.p2.publisher.eclipse.FeaturesAction;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
3. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/LocalUpdateSiteAction.java
 (at line 104)
return new FeaturesAction(new File[] {new File(source, "features")}); //$NON-NLS-1$
FeaturesAction cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/LocalUpdateSiteAction.java
 (at line 108)
return new BundlesAction(new File[] {new File(source, "plugins")}); //$NON-NLS-1$
BundlesAction cannot be resolved to a type

/src/org/eclipse/equinox/internal/p2/updatesite/RemoteFeaturesAction.java : 16 errors :

1. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/RemoteFeaturesAction.java
 (at line 19)
import org.eclipse.equinox.p2.publisher.eclipse.*;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/RemoteFeaturesAction.java
 (at line 23)
public class RemoteFeaturesAction extends FeaturesAction {
FeaturesAction cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/RemoteFeaturesAction.java
 (at line 27)
super((Feature[]) null);
Feature cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/RemoteFeaturesAction.java
 (at line 31)
public RemoteFeaturesAction(Feature[] features) {
Feature cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/RemoteFeaturesAction.java
 (at line 38)
this.info = publisherInfo;
info cannot be resolved or is not a field
6. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/RemoteFeaturesAction.java
 (at line 39)
features = updateSite.loadFeatures(monitor);
features cannot be resolved to a variable
7. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/RemoteFeaturesAction.java
 (at line 39)
features = updateSite.loadFeatures(monitor);
The method loadFeatures(IProgressMonitor) from the type UpdateSite refers to the missing type Feature
8. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/RemoteFeaturesAction.java
 (at line 40)
return super.perform(publisherInfo, results, monitor);
FeaturesAction cannot be resolved to a type
9. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/RemoteFeaturesAction.java
 (at line 49)
protected void generateFeatureIUs(Feature[] featureList, IPublisherResult result) {
Feature cannot be resolved to a type
10. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/RemoteFeaturesAction.java
 (at line 53)
Feature feature = featureList[i];
Feature cannot be resolved to a type
11. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/RemoteFeaturesAction.java
 (at line 54)
FeatureEntry[] featureEntries = feature.getEntries();
FeatureEntry cannot be resolved to a type
12. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/RemoteFeaturesAction.java
 (at line 56)
FeatureEntry entry = featureEntries[j];
FeatureEntry cannot be resolved to a type
13. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/RemoteFeaturesAction.java
 (at line 63)
BundleDescription bundleDescription = BundlesAction.createBundleDescription(mockManifest, null);
BundlesAction cannot be resolved
14. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/RemoteFeaturesAction.java
 (at line 64)
IArtifactKey key = BundlesAction.createBundleArtifactKey(entry.getId(), entry.getVersion());
BundlesAction cannot be resolved
15. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/RemoteFeaturesAction.java
 (at line 65)
IInstallableUnit[] bundleIUs = EclipsePublisherHelper.createEclipseIU(bundleDescription, entry.isUnpack(), key, extraProperties);
EclipsePublisherHelper cannot be resolved
16. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/RemoteFeaturesAction.java
 (at line 76)
generateSiteReferences(feature, result, info);
info cannot be resolved to a variable

/src/org/eclipse/equinox/internal/p2/updatesite/RemoteUpdateSiteAction.java : 1 error :

1. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/RemoteUpdateSiteAction.java
 (at line 61)
result.add(new RemoteFeaturesAction(updateSite));
The method add(IPublisherAction) in the type ArrayList<IPublisherAction> is not applicable for the arguments (RemoteFeaturesAction)

/src/org/eclipse/equinox/internal/p2/updatesite/SiteModel.java : 24 errors :

1. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/SiteModel.java
 (at line 16)
import org.eclipse.equinox.p2.publisher.eclipse.URLEntry;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/SiteModel.java
 (at line 25)
private List<URLEntry> archiveReferences;
URLEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/SiteModel.java
 (at line 30)
private URLEntry description;
URLEntry cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/SiteModel.java
 (at line 41)
private URLEntry[] associateSites;
URLEntry cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/SiteModel.java
 (at line 62)
public void addArchive(URLEntry archiveReference) {
URLEntry cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/SiteModel.java
 (at line 63)
if (this.archiveReferences == null)
URLEntry cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/SiteModel.java
 (at line 64)
this.archiveReferences = new ArrayList<URLEntry>();
URLEntry cannot be resolved to a type
8. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/SiteModel.java
 (at line 64)
this.archiveReferences = new ArrayList<URLEntry>();
URLEntry cannot be resolved to a type
9. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/SiteModel.java
 (at line 65)
if (!this.archiveReferences.contains(archiveReference))
URLEntry cannot be resolved to a type
10. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/SiteModel.java
 (at line 66)
this.archiveReferences.add(archiveReference);
URLEntry cannot be resolved to a type
11. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/SiteModel.java
 (at line 114)
public URLEntry[] getArchives() {
URLEntry cannot be resolved to a type
12. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/SiteModel.java
 (at line 115)
if (archiveReferences == null || archiveReferences.size() == 0)
URLEntry cannot be resolved to a type
13. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/SiteModel.java
 (at line 115)
if (archiveReferences == null || archiveReferences.size() == 0)
URLEntry cannot be resolved to a type
14. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/SiteModel.java
 (at line 116)
return new URLEntry[0];
URLEntry cannot be resolved to a type
15. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/SiteModel.java
 (at line 118)
return archiveReferences.toArray(new URLEntry[0]);
URLEntry cannot be resolved to a type
16. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/SiteModel.java
 (at line 118)
return archiveReferences.toArray(new URLEntry[0]);
URLEntry cannot be resolved to a type
17. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/SiteModel.java
 (at line 121)
public URLEntry[] getAssociatedSites() {
URLEntry cannot be resolved to a type
18. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/SiteModel.java
 (at line 122)
return associateSites;
URLEntry cannot be resolved to a type
19. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/SiteModel.java
 (at line 150)
public URLEntry getDescription() {
URLEntry cannot be resolved to a type
20. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/SiteModel.java
 (at line 151)
return description;
URLEntry cannot be resolved to a type
21. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/SiteModel.java
 (at line 250)
public void setDescription(URLEntry description) {
URLEntry cannot be resolved to a type
22. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/SiteModel.java
 (at line 251)
this.description = description;
URLEntry cannot be resolved to a type
23. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/SiteModel.java
 (at line 323)
public void setAssociateSites(URLEntry[] associateSites) {
URLEntry cannot be resolved to a type
24. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/SiteModel.java
 (at line 324)
this.associateSites = associateSites;
URLEntry cannot be resolved to a type

/src/org/eclipse/equinox/internal/p2/updatesite/SiteXMLAction.java : 4 errors :

1. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/SiteXMLAction.java
 (at line 29)
import org.eclipse.equinox.p2.publisher.eclipse.URLEntry;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/SiteXMLAction.java
 (at line 276)
URLEntry[] associatedSites = site.getAssociatedSites();
URLEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/SiteXMLAction.java
 (at line 276)
URLEntry[] associatedSites = site.getAssociatedSites();
The method getAssociatedSites() from the type SiteModel refers to the missing type URLEntry
4. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/SiteXMLAction.java
 (at line 280)
URLEntry associatedSite = associatedSites[i];
URLEntry cannot be resolved to a type

/src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java : 40 errors :

1. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 22)
import org.eclipse.equinox.internal.p2.publisher.eclipse.FeatureParser;
The import org.eclipse.equinox.internal.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 25)
import org.eclipse.equinox.p2.publisher.eclipse.*;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
3. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 57)
private Map<String, Feature> featureCache = new HashMap<String, Feature>();
Feature cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 57)
private Map<String, Feature> featureCache = new HashMap<String, Feature>();
Feature cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 249)
private Feature parseFeature(FeatureParser featureParser, URI featureURI, IProgressMonitor monitor) {
Feature cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 249)
private Feature parseFeature(FeatureParser featureParser, URI featureURI, IProgressMonitor monitor) {
FeatureParser cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 318)
URLEntry[] archives = site.getArchives();
URLEntry cannot be resolved to a type
8. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 318)
URLEntry[] archives = site.getArchives();
The method getArchives() from the type SiteModel refers to the missing type URLEntry
9. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 320)
URLEntry entry = archives[i];
URLEntry cannot be resolved to a type
10. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 390)
public URI getPluginURI(FeatureEntry plugin) {
FeatureEntry cannot be resolved to a type
11. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 433)
public synchronized Feature[] loadFeatures(IProgressMonitor monitor) throws ProvisionException {
Feature cannot be resolved to a type
12. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 434)
if (!featureCache.isEmpty())
Feature cannot be resolved to a type
13. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 435)
return featureCache.values().toArray(new Feature[featureCache.size()]);
Feature cannot be resolved to a type
14. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 435)
return featureCache.values().toArray(new Feature[featureCache.size()]);
Feature cannot be resolved to a type
15. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 435)
return featureCache.values().toArray(new Feature[featureCache.size()]);
Feature cannot be resolved to a type
16. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 436)
Feature[] result = loadFeaturesFromDigest(monitor);
Feature cannot be resolved to a type
17. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 436)
Feature[] result = loadFeaturesFromDigest(monitor);
The method loadFeaturesFromDigest(IProgressMonitor) from the type UpdateSite refers to the missing type Feature
18. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 437)
return result == null ? loadFeaturesFromSite(monitor) : result;
The method loadFeaturesFromSite(IProgressMonitor) from the type UpdateSite refers to the missing type Feature
19. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 444)
private Feature[] loadFeaturesFromDigest(IProgressMonitor monitor) {
Feature cannot be resolved to a type
20. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 473)
Feature[] features = new DigestParser().parse(digestFile, digestURI);
Feature cannot be resolved to a type
21. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 473)
Feature[] features = new DigestParser().parse(digestFile, digestURI);
The method parse(File, URI) from the type DigestParser refers to the missing type Feature
22. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 476)
Map<String, Feature> tmpFeatureCache = new HashMap<String, Feature>(features.length);
Feature cannot be resolved to a type
23. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 476)
Map<String, Feature> tmpFeatureCache = new HashMap<String, Feature>(features.length);
Feature cannot be resolved to a type
24. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 481)
featureCache = tmpFeatureCache;
Feature cannot be resolved to a type
25. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 514)
private Feature[] loadFeaturesFromSite(IProgressMonitor monitor) throws ProvisionException {
Feature cannot be resolved to a type
26. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 516)
FeatureParser featureParser = new FeatureParser();
FeatureParser cannot be resolved to a type
27. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 516)
FeatureParser featureParser = new FeatureParser();
FeatureParser cannot be resolved to a type
28. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 517)
Map<String, Feature> tmpFeatureCache = new HashMap<String, Feature>(siteFeatures.length);
Feature cannot be resolved to a type
29. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 517)
Map<String, Feature> tmpFeatureCache = new HashMap<String, Feature>(siteFeatures.length);
Feature cannot be resolved to a type
30. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 531)
Feature feature = parseFeature(featureParser, featureURI, new NullProgressMonitor());
Feature cannot be resolved to a type
31. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 544)
featureCache = tmpFeatureCache;
Feature cannot be resolved to a type
32. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 545)
return featureCache.values().toArray(new Feature[featureCache.size()]);
Feature cannot be resolved to a type
33. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 545)
return featureCache.values().toArray(new Feature[featureCache.size()]);
Feature cannot be resolved to a type
34. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 545)
return featureCache.values().toArray(new Feature[featureCache.size()]);
Feature cannot be resolved to a type
35. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 551)
private void loadIncludedFeatures(Feature feature, FeatureParser featureParser, Map<String, Feature> features, IProgressMonitor monitor) throws ProvisionException {
Feature cannot be resolved to a type
36. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 551)
private void loadIncludedFeatures(Feature feature, FeatureParser featureParser, Map<String, Feature> features, IProgressMonitor monitor) throws ProvisionException {
FeatureParser cannot be resolved to a type
37. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 551)
private void loadIncludedFeatures(Feature feature, FeatureParser featureParser, Map<String, Feature> features, IProgressMonitor monitor) throws ProvisionException {
Feature cannot be resolved to a type
38. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 552)
FeatureEntry[] featureEntries = feature.getEntries();
FeatureEntry cannot be resolved to a type
39. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 556)
FeatureEntry entry = featureEntries[i];
FeatureEntry cannot be resolved to a type
40. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java
 (at line 564)
Feature includedFeature = parseFeature(featureParser, includedFeatureURI, monitor);
Feature cannot be resolved to a type

/src/org/eclipse/equinox/internal/p2/updatesite/artifact/UpdateSiteArtifactRepositoryFactory.java : 9 errors :

1. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/artifact/UpdateSiteArtifactRepositoryFactory.java
 (at line 25)
import org.eclipse.equinox.p2.publisher.eclipse.*;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/artifact/UpdateSiteArtifactRepositoryFactory.java
 (at line 104)
Feature[] features = updateSite.loadFeatures(monitor);
Feature cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/artifact/UpdateSiteArtifactRepositoryFactory.java
 (at line 104)
Feature[] features = updateSite.loadFeatures(monitor);
The method loadFeatures(IProgressMonitor) from the type UpdateSite refers to the missing type Feature
4. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/artifact/UpdateSiteArtifactRepositoryFactory.java
 (at line 108)
Feature feature = features[i];
Feature cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/artifact/UpdateSiteArtifactRepositoryFactory.java
 (at line 109)
IArtifactKey featureKey = FeaturesAction.createFeatureArtifactKey(feature.getId(), feature.getVersion());
FeaturesAction cannot be resolved
6. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/artifact/UpdateSiteArtifactRepositoryFactory.java
 (at line 126)
FeatureEntry[] featureEntries = feature.getEntries();
FeatureEntry cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/artifact/UpdateSiteArtifactRepositoryFactory.java
 (at line 128)
FeatureEntry entry = featureEntries[j];
FeatureEntry cannot be resolved to a type
8. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/artifact/UpdateSiteArtifactRepositoryFactory.java
 (at line 130)
IArtifactKey key = BundlesAction.createBundleArtifactKey(entry.getId(), entry.getVersion());
BundlesAction cannot be resolved
9. ERROR in /src/org/eclipse/equinox/internal/p2/updatesite/artifact/UpdateSiteArtifactRepositoryFactory.java
 (at line 138)
key = BundlesAction.createBundleArtifactKey(entry.getId(), entry.getVersion());
BundlesAction cannot be resolved

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
Title: Compiler log for org.eclipse.equinox.p2.extensionlocation_1.2.100.N20110612-2000

Compiler log for org.eclipse.equinox.p2.extensionlocation_1.2.100.N20110612-2000 : @dot.xml

TOTAL : ERRORS: 19, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/equinox/internal/p2/extensionlocation/SiteListener.java : 19 errors :

1. ERROR in /src/org/eclipse/equinox/internal/p2/extensionlocation/SiteListener.java
 (at line 20)
import org.eclipse.equinox.internal.p2.publisher.eclipse.FeatureParser;
The import org.eclipse.equinox.internal.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/internal/p2/extensionlocation/SiteListener.java
 (at line 24)
import org.eclipse.equinox.p2.publisher.eclipse.*;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
3. ERROR in /src/org/eclipse/equinox/internal/p2/extensionlocation/SiteListener.java
 (at line 169)
Feature feature = getFeature(file);
Feature cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/internal/p2/extensionlocation/SiteListener.java
 (at line 169)
Feature feature = getFeature(file);
The method getFeature(File) from the type SiteListener refers to the missing type Feature
5. ERROR in /src/org/eclipse/equinox/internal/p2/extensionlocation/SiteListener.java
 (at line 185)
private Feature getFeature(File location) {
Feature cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/internal/p2/extensionlocation/SiteListener.java
 (at line 191)
FeatureParser parser = new FeatureParser();
FeatureParser cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/internal/p2/extensionlocation/SiteListener.java
 (at line 191)
FeatureParser parser = new FeatureParser();
FeatureParser cannot be resolved to a type
8. ERROR in /src/org/eclipse/equinox/internal/p2/extensionlocation/SiteListener.java
 (at line 272)
Map<File, Feature> featureCache = getFeatures(siteFile);
Feature cannot be resolved to a type
9. ERROR in /src/org/eclipse/equinox/internal/p2/extensionlocation/SiteListener.java
 (at line 272)
Map<File, Feature> featureCache = getFeatures(siteFile);
The method getFeatures(File) from the type SiteListener refers to the missing type Feature
10. ERROR in /src/org/eclipse/equinox/internal/p2/extensionlocation/SiteListener.java
 (at line 276)
Feature feature = featureCache.get(featureFile);
Feature cannot be resolved to a type
11. ERROR in /src/org/eclipse/equinox/internal/p2/extensionlocation/SiteListener.java
 (at line 277)
FeatureEntry[] entries = feature.getEntries();
FeatureEntry cannot be resolved to a type
12. ERROR in /src/org/eclipse/equinox/internal/p2/extensionlocation/SiteListener.java
 (at line 279)
FeatureEntry entry = entries[inner];
FeatureEntry cannot be resolved to a type
13. ERROR in /src/org/eclipse/equinox/internal/p2/extensionlocation/SiteListener.java
 (at line 295)
private Map<File, Feature> getFeatures(File location) {
Feature cannot be resolved to a type
14. ERROR in /src/org/eclipse/equinox/internal/p2/extensionlocation/SiteListener.java
 (at line 296)
Map<File, Feature> result = new HashMap<File, Feature>();
Feature cannot be resolved to a type
15. ERROR in /src/org/eclipse/equinox/internal/p2/extensionlocation/SiteListener.java
 (at line 296)
Map<File, Feature> result = new HashMap<File, Feature>();
Feature cannot be resolved to a type
16. ERROR in /src/org/eclipse/equinox/internal/p2/extensionlocation/SiteListener.java
 (at line 302)
FeatureParser parser = new FeatureParser();
FeatureParser cannot be resolved to a type
17. ERROR in /src/org/eclipse/equinox/internal/p2/extensionlocation/SiteListener.java
 (at line 302)
FeatureParser parser = new FeatureParser();
FeatureParser cannot be resolved to a type
18. ERROR in /src/org/eclipse/equinox/internal/p2/extensionlocation/SiteListener.java
 (at line 303)
Feature entry = parser.parse(featureLocation);
Feature cannot be resolved to a type
19. ERROR in /src/org/eclipse/equinox/internal/p2/extensionlocation/SiteListener.java
 (at line 321)
BundleDescription description = BundlesAction.createBundleDescription(bundleLocation);
BundlesAction cannot be resolved

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
Title: Compiler log for org.eclipse.equinox.p2.tests_1.3.0.N20110612-2000

Compiler log for org.eclipse.equinox.p2.tests_1.3.0.N20110612-2000 : @dot.xml

TOTAL : ERRORS: 485, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java : 5 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java
 (at line 36)
import org.eclipse.equinox.p2.publisher.eclipse.*;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java
 (at line 279)
String shape = isFolder ? IBundleShapeAdvice.DIR : IBundleShapeAdvice.JAR;
IBundleShapeAdvice cannot be resolved to a variable
3. ERROR in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java
 (at line 279)
String shape = isFolder ? IBundleShapeAdvice.DIR : IBundleShapeAdvice.JAR;
IBundleShapeAdvice cannot be resolved to a variable
4. ERROR in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java
 (at line 280)
info.addAdvice(new BundleShapeAdvice(bd.getSymbolicName(), PublisherHelper.fromOSGiVersion(bd.getVersion()), shape));
BundleShapeAdvice cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java
 (at line 281)
return BundlesAction.createBundleIU(bd, key, info);
BundlesAction cannot be resolved

/src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java : 13 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java
 (at line 19)
import org.eclipse.equinox.internal.p2.publisher.compatibility.GeneratorApplication;
The import org.eclipse.equinox.internal.p2.publisher.compatibility cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java
 (at line 23)
import org.eclipse.equinox.p2.publisher.eclipse.FeaturesAndBundlesPublisherApplication;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
3. ERROR in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java
 (at line 24)
import org.eclipse.equinox.p2.publisher.eclipse.InstallPublisherApplication;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
4. ERROR in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java
 (at line 33)
protected class TestGeneratorApplication extends GeneratorApplication {
GeneratorApplication cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java
 (at line 36)
String appId = (String) applicationMap.get(APP_ID);
APP_ID cannot be resolved to a variable
6. ERROR in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java
 (at line 37)
if (UPDATE_SITE_APPLICATION.equals(appId)) {
UPDATE_SITE_APPLICATION cannot be resolved
7. ERROR in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java
 (at line 40)
} else if (FEATURES_BUNDLES_APPLICATION.equals(appId)) {
FEATURES_BUNDLES_APPLICATION cannot be resolved
8. ERROR in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java
 (at line 41)
FeaturesAndBundlesPublisherApplication app = new FeaturesAndBundlesPublisherApplication();
FeaturesAndBundlesPublisherApplication cannot be resolved to a type
9. ERROR in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java
 (at line 41)
FeaturesAndBundlesPublisherApplication app = new FeaturesAndBundlesPublisherApplication();
FeaturesAndBundlesPublisherApplication cannot be resolved to a type
10. ERROR in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java
 (at line 43)
} else if (INSTALL_APPLICATION.equals(appId)) {
INSTALL_APPLICATION cannot be resolved
11. ERROR in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java
 (at line 44)
InstallPublisherApplication app = new InstallPublisherApplication();
InstallPublisherApplication cannot be resolved to a type
12. ERROR in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java
 (at line 44)
InstallPublisherApplication app = new InstallPublisherApplication();
InstallPublisherApplication cannot be resolved to a type
13. ERROR in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java
 (at line 65)
result = run(arguments);
The method run(TestResult) in the type TestCase is not applicable for the arguments (String[])

/src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java : 7 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java
 (at line 19)
import org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile;
The import org.eclipse.equinox.internal.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java
 (at line 20)
import org.eclipse.equinox.p2.publisher.eclipse.FeaturesAndBundlesPublisherApplication;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
3. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java
 (at line 26)
Method normalizeMethod = ProductFile.class.getDeclaredMethod("normalize", String.class);
ProductFile cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java
 (at line 35)
FeaturesAndBundlesPublisherApplication application = new FeaturesAndBundlesPublisherApplication();
FeaturesAndBundlesPublisherApplication cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java
 (at line 35)
FeaturesAndBundlesPublisherApplication application = new FeaturesAndBundlesPublisherApplication();
FeaturesAndBundlesPublisherApplication cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java
 (at line 53)
FeaturesAndBundlesPublisherApplication application = new FeaturesAndBundlesPublisherApplication();
FeaturesAndBundlesPublisherApplication cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java
 (at line 53)
FeaturesAndBundlesPublisherApplication application = new FeaturesAndBundlesPublisherApplication();
FeaturesAndBundlesPublisherApplication cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/publisher/actions/AccumulateConfigDataActionTest.java : 20 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/AccumulateConfigDataActionTest.java
 (at line 24)
import org.eclipse.equinox.p2.publisher.eclipse.*;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/AccumulateConfigDataActionTest.java
 (at line 40)
Capture<ConfigAdvice> configAdviceCapture;
ConfigAdvice cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/AccumulateConfigDataActionTest.java
 (at line 41)
Capture<LaunchingAdvice> launchingAdviceCapture;
LaunchingAdvice cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/AccumulateConfigDataActionTest.java
 (at line 44)
configAdviceCapture = new Capture<ConfigAdvice>();
ConfigAdvice cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/AccumulateConfigDataActionTest.java
 (at line 44)
configAdviceCapture = new Capture<ConfigAdvice>();
ConfigAdvice cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/AccumulateConfigDataActionTest.java
 (at line 45)
launchingAdviceCapture = new Capture<LaunchingAdvice>();
LaunchingAdvice cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/AccumulateConfigDataActionTest.java
 (at line 45)
launchingAdviceCapture = new Capture<LaunchingAdvice>();
LaunchingAdvice cannot be resolved to a type
8. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/AccumulateConfigDataActionTest.java
 (at line 48)
testAction = new AccumulateConfigDataAction(publisherInfo, configSpec, configLocation, executableLocation);
AccumulateConfigDataAction cannot be resolved to a type
9. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/AccumulateConfigDataActionTest.java
 (at line 59)
LaunchingAdvice captured = launchingAdviceCapture.getValue();
LaunchingAdvice cannot be resolved to a type
10. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/AccumulateConfigDataActionTest.java
 (at line 59)
LaunchingAdvice captured = launchingAdviceCapture.getValue();
LaunchingAdvice cannot be resolved to a type
11. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/AccumulateConfigDataActionTest.java
 (at line 77)
ConfigAdvice captured = configAdviceCapture.getValue();
ConfigAdvice cannot be resolved to a type
12. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/AccumulateConfigDataActionTest.java
 (at line 77)
ConfigAdvice captured = configAdviceCapture.getValue();
ConfigAdvice cannot be resolved to a type
13. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/AccumulateConfigDataActionTest.java
 (at line 100)
ConfigAdvice configAdvice = new ConfigAdvice(configData, configSpec);
ConfigAdvice cannot be resolved to a type
14. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/AccumulateConfigDataActionTest.java
 (at line 100)
ConfigAdvice configAdvice = new ConfigAdvice(configData, configSpec);
ConfigAdvice cannot be resolved to a type
15. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/AccumulateConfigDataActionTest.java
 (at line 104)
publisherInfo.addAdvice(EasyMock.and(EasyMock.isA(ConfigAdvice.class), EasyMock.capture(configAdviceCapture)));
The method isA(Class<ConfigAdvice>) from the type EasyMock refers to the missing type ConfigAdvice
16. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/AccumulateConfigDataActionTest.java
 (at line 104)
publisherInfo.addAdvice(EasyMock.and(EasyMock.isA(ConfigAdvice.class), EasyMock.capture(configAdviceCapture)));
ConfigAdvice cannot be resolved to a type
17. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/AccumulateConfigDataActionTest.java
 (at line 104)
publisherInfo.addAdvice(EasyMock.and(EasyMock.isA(ConfigAdvice.class), EasyMock.capture(configAdviceCapture)));
ConfigAdvice cannot be resolved to a type
18. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/AccumulateConfigDataActionTest.java
 (at line 105)
publisherInfo.addAdvice(EasyMock.and(EasyMock.isA(LaunchingAdvice.class), EasyMock.capture(launchingAdviceCapture)));
The method isA(Class<LaunchingAdvice>) from the type EasyMock refers to the missing type LaunchingAdvice
19. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/AccumulateConfigDataActionTest.java
 (at line 105)
publisherInfo.addAdvice(EasyMock.and(EasyMock.isA(LaunchingAdvice.class), EasyMock.capture(launchingAdviceCapture)));
LaunchingAdvice cannot be resolved to a type
20. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/AccumulateConfigDataActionTest.java
 (at line 105)
publisherInfo.addAdvice(EasyMock.and(EasyMock.isA(LaunchingAdvice.class), EasyMock.capture(launchingAdviceCapture)));
LaunchingAdvice cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java : 15 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java
 (at line 26)
import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java
 (at line 27)
import org.eclipse.equinox.p2.publisher.eclipse.IBundleShapeAdvice;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
3. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java
 (at line 98)
testAction = new BundlesAction(files);
BundlesAction cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java
 (at line 112)
BundlesAction bundlesAction = new BundlesAction(new File[] {foo_fragment});
BundlesAction cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java
 (at line 112)
BundlesAction bundlesAction = new BundlesAction(new File[] {foo_fragment});
BundlesAction cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java
 (at line 122)
bundlesAction = new BundlesAction(new File[] {foo});
BundlesAction cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java
 (at line 134)
bundlesAction = new BundlesAction(new File[] {foo_fragment});
BundlesAction cannot be resolved to a type
8. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java
 (at line 331)
expect(publisherInfo.getAdvice(null, true, TEST1_PROVBUNDLE_NAME, BUNDLE1_VERSION, IBundleShapeAdvice.class)).andReturn(null); //$NON-NLS-1$
Bound mismatch: The generic method getAdvice(String, boolean, String, Version, Class<T>) of type IPublisherInfo is not applicable for the arguments (null, boolean, String, Version, Class<IBundleShapeAdvice>). The inferred type IBundleShapeAdvice is not a valid substitute for the bounded parameter <T extends IPublisherAdvice>
9. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java
 (at line 331)
expect(publisherInfo.getAdvice(null, true, TEST1_PROVBUNDLE_NAME, BUNDLE1_VERSION, IBundleShapeAdvice.class)).andReturn(null); //$NON-NLS-1$
IBundleShapeAdvice cannot be resolved to a type
10. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java
 (at line 332)
expect(publisherInfo.getAdvice(null, true, TEST2_PROVBUNDLE_NAME, BUNDLE2_VERSION, IBundleShapeAdvice.class)).andReturn(null);//$NON-NLS-1$
Bound mismatch: The generic method getAdvice(String, boolean, String, Version, Class<T>) of type IPublisherInfo is not applicable for the arguments (null, boolean, String, Version, Class<IBundleShapeAdvice>). The inferred type IBundleShapeAdvice is not a valid substitute for the bounded parameter <T extends IPublisherAdvice>
11. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java
 (at line 332)
expect(publisherInfo.getAdvice(null, true, TEST2_PROVBUNDLE_NAME, BUNDLE2_VERSION, IBundleShapeAdvice.class)).andReturn(null);//$NON-NLS-1$
IBundleShapeAdvice cannot be resolved to a type
12. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java
 (at line 337)
expect(publisherInfo.getAdvice(null, true, TEST3_PROVBUNDLE_NAME, BUNDLE3_VERSION, IBundleShapeAdvice.class)).andReturn(null); //$NON-NLS-1$
Bound mismatch: The generic method getAdvice(String, boolean, String, Version, Class<T>) of type IPublisherInfo is not applicable for the arguments (null, boolean, String, Version, Class<IBundleShapeAdvice>). The inferred type IBundleShapeAdvice is not a valid substitute for the bounded parameter <T extends IPublisherAdvice>
13. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java
 (at line 337)
expect(publisherInfo.getAdvice(null, true, TEST3_PROVBUNDLE_NAME, BUNDLE3_VERSION, IBundleShapeAdvice.class)).andReturn(null); //$NON-NLS-1$
IBundleShapeAdvice cannot be resolved to a type
14. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java
 (at line 361)
IInstallableUnit iu = BundlesAction.createBundleIU(BundlesAction.createBundleDescription(testData), null, new PublisherInfo());
BundlesAction cannot be resolved
15. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java
 (at line 361)
IInstallableUnit iu = BundlesAction.createBundleIU(BundlesAction.createBundleDescription(testData), null, new PublisherInfo());
BundlesAction cannot be resolved

/src/org/eclipse/equinox/p2/tests/publisher/actions/ConfigCUsActionTest.java : 20 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ConfigCUsActionTest.java
 (at line 20)
import org.eclipse.equinox.internal.p2.publisher.eclipse.DataLoader;
The import org.eclipse.equinox.internal.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ConfigCUsActionTest.java
 (at line 21)
import org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile;
The import org.eclipse.equinox.internal.p2.publisher.eclipse cannot be resolved
3. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ConfigCUsActionTest.java
 (at line 26)
import org.eclipse.equinox.p2.publisher.eclipse.*;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
4. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ConfigCUsActionTest.java
 (at line 38)
private DataLoader loader;
DataLoader cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ConfigCUsActionTest.java
 (at line 43)
testAction = new ConfigCUsAction(publisherInfo, flavor, id, version);
ConfigCUsAction cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ConfigCUsActionTest.java
 (at line 123)
loader = new DataLoader(configLocation, executableLocation);
DataLoader cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ConfigCUsActionTest.java
 (at line 123)
loader = new DataLoader(configLocation, executableLocation);
DataLoader cannot be resolved to a type
8. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ConfigCUsActionTest.java
 (at line 126)
ConfigData configData = loader.getConfigData();
DataLoader cannot be resolved to a type
9. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ConfigCUsActionTest.java
 (at line 127)
ConfigAdvice configAdvice = new ConfigAdvice(configData, configSpec);
ConfigAdvice cannot be resolved to a type
10. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ConfigCUsActionTest.java
 (at line 127)
ConfigAdvice configAdvice = new ConfigAdvice(configData, configSpec);
ConfigAdvice cannot be resolved to a type
11. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ConfigCUsActionTest.java
 (at line 130)
expect(publisherInfo.getAdvice(EasyMock.matches(configSpec), EasyMock.eq(false), (String) EasyMock.anyObject(), (Version) EasyMock.anyObject(), EasyMock.eq(IConfigAdvice.class))).andReturn(configList).anyTimes();
The method eq(Class<IConfigAdvice>) from the type EasyMock refers to the missing type IConfigAdvice
12. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ConfigCUsActionTest.java
 (at line 130)
expect(publisherInfo.getAdvice(EasyMock.matches(configSpec), EasyMock.eq(false), (String) EasyMock.anyObject(), (Version) EasyMock.anyObject(), EasyMock.eq(IConfigAdvice.class))).andReturn(configList).anyTimes();
IConfigAdvice cannot be resolved to a type
13. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ConfigCUsActionTest.java
 (at line 133)
LauncherData launcherData = loader.getLauncherData();
DataLoader cannot be resolved to a type
14. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ConfigCUsActionTest.java
 (at line 134)
LaunchingAdvice launchingAdvice = new LaunchingAdvice(launcherData, configSpec);
LaunchingAdvice cannot be resolved to a type
15. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ConfigCUsActionTest.java
 (at line 134)
LaunchingAdvice launchingAdvice = new LaunchingAdvice(launcherData, configSpec);
LaunchingAdvice cannot be resolved to a type
16. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ConfigCUsActionTest.java
 (at line 141)
ProductFileAdvice productAdvice = new ProductFileAdvice(new ProductFile(productFileLocation), configSpec);
ProductFileAdvice cannot be resolved to a type
17. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ConfigCUsActionTest.java
 (at line 141)
ProductFileAdvice productAdvice = new ProductFileAdvice(new ProductFile(productFileLocation), configSpec);
ProductFileAdvice cannot be resolved to a type
18. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ConfigCUsActionTest.java
 (at line 141)
ProductFileAdvice productAdvice = new ProductFileAdvice(new ProductFile(productFileLocation), configSpec);
ProductFile cannot be resolved to a type
19. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ConfigCUsActionTest.java
 (at line 147)
expect(publisherInfo.getAdvice(EasyMock.matches(configSpec), EasyMock.eq(false), (String) EasyMock.anyObject(), (Version) EasyMock.anyObject(), EasyMock.eq(IExecutableAdvice.class))).andReturn(launchingList).anyTimes();
The method eq(Class<IExecutableAdvice>) from the type EasyMock refers to the missing type IExecutableAdvice
20. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ConfigCUsActionTest.java
 (at line 147)
expect(publisherInfo.getAdvice(EasyMock.matches(configSpec), EasyMock.eq(false), (String) EasyMock.anyObject(), (Version) EasyMock.anyObject(), EasyMock.eq(IExecutableAdvice.class))).andReturn(launchingList).anyTimes();
IExecutableAdvice cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/publisher/actions/DefaultCUsActionTest.java : 2 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/DefaultCUsActionTest.java
 (at line 19)
import org.eclipse.equinox.p2.publisher.eclipse.DefaultCUsAction;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/DefaultCUsActionTest.java
 (at line 27)
testAction = new DefaultCUsAction(publisherInfo, flavorArg, 4 /*start level*/, true /*start*/);
DefaultCUsAction cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/publisher/actions/EquinoxExecutableActionTest.java : 14 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/EquinoxExecutableActionTest.java
 (at line 25)
import org.eclipse.equinox.internal.p2.publisher.eclipse.ExecutablesDescriptor;
The import org.eclipse.equinox.internal.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/EquinoxExecutableActionTest.java
 (at line 28)
import org.eclipse.equinox.p2.publisher.eclipse.EquinoxExecutableAction;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
3. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/EquinoxExecutableActionTest.java
 (at line 29)
import org.eclipse.equinox.p2.publisher.eclipse.IBrandingAdvice;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
4. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/EquinoxExecutableActionTest.java
 (at line 42)
private Collection<IBrandingAdvice> brandingAdvice = new LinkedList<IBrandingAdvice>();
IBrandingAdvice cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/EquinoxExecutableActionTest.java
 (at line 42)
private Collection<IBrandingAdvice> brandingAdvice = new LinkedList<IBrandingAdvice>();
IBrandingAdvice cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/EquinoxExecutableActionTest.java
 (at line 47)
private ExecutablesDescriptor executablesDescriptor;
ExecutablesDescriptor cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/EquinoxExecutableActionTest.java
 (at line 98)
executablesDescriptor = ExecutablesDescriptor.createDescriptor(osArg, "eclipse", exec);
ExecutablesDescriptor cannot be resolved to a type
8. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/EquinoxExecutableActionTest.java
 (at line 98)
executablesDescriptor = ExecutablesDescriptor.createDescriptor(osArg, "eclipse", exec);
ExecutablesDescriptor cannot be resolved
9. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/EquinoxExecutableActionTest.java
 (at line 99)
testAction = new EquinoxExecutableAction(executablesDescriptor, config, idBase, version, flavorArg);
EquinoxExecutableAction cannot be resolved to a type
10. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/EquinoxExecutableActionTest.java
 (at line 99)
testAction = new EquinoxExecutableAction(executablesDescriptor, config, idBase, version, flavorArg);
EquinoxExecutableAction cannot be resolved to a type
11. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/EquinoxExecutableActionTest.java
 (at line 99)
testAction = new EquinoxExecutableAction(executablesDescriptor, config, idBase, version, flavorArg);
ExecutablesDescriptor cannot be resolved to a type
12. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/EquinoxExecutableActionTest.java
 (at line 271)
expect(publisherInfo.getAdvice((String) anyObject(), anyBoolean(), (String) anyObject(), (Version) anyObject(), (Class) anyObject())).andReturn(brandingAdvice);
IBrandingAdvice cannot be resolved to a type
13. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/EquinoxExecutableActionTest.java
 (at line 275)
brandingAdvice.add(new IBrandingAdvice() {
IBrandingAdvice cannot be resolved to a type
14. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/EquinoxExecutableActionTest.java
 (at line 275)
brandingAdvice.add(new IBrandingAdvice() {
IBrandingAdvice cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/publisher/actions/EquinoxLauncherCUActionTest.java : 8 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/EquinoxLauncherCUActionTest.java
 (at line 23)
import org.eclipse.equinox.p2.publisher.eclipse.EquinoxLauncherCUAction;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/EquinoxLauncherCUActionTest.java
 (at line 31)
private static String c_ID = EquinoxLauncherCUAction.ORG_ECLIPSE_EQUINOX_LAUNCHER;
EquinoxLauncherCUAction cannot be resolved to a variable
3. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/EquinoxLauncherCUActionTest.java
 (at line 32)
private static String d_ID = EquinoxLauncherCUAction.ORG_ECLIPSE_EQUINOX_LAUNCHER + ".source";//$NON-NLS-1$
EquinoxLauncherCUAction cannot be resolved to a variable
4. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/EquinoxLauncherCUActionTest.java
 (at line 37)
testAction = new EquinoxLauncherCUAction(flavorArg, new String[] {configSpec});
EquinoxLauncherCUAction cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/EquinoxLauncherCUActionTest.java
 (at line 62)
if (iu.getId().equals(flavorArg + EquinoxLauncherCUAction.ORG_ECLIPSE_EQUINOX_LAUNCHER)) {
EquinoxLauncherCUAction cannot be resolved to a variable
6. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/EquinoxLauncherCUActionTest.java
 (at line 65)
verifyRequiredCapability(((InstallableUnitFragment) iu).getHost(), PublisherHelper.OSGI_BUNDLE_CLASSIFIER, EquinoxLauncherCUAction.ORG_ECLIPSE_EQUINOX_LAUNCHER, VersionRange.emptyRange);
EquinoxLauncherCUAction cannot be resolved to a variable
7. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/EquinoxLauncherCUActionTest.java
 (at line 100)
expect(publisherInfo.getAdvice(null, true, EquinoxLauncherCUAction.ORG_ECLIPSE_EQUINOX_LAUNCHER, null, IVersionAdvice.class)).andReturn(versionList);
EquinoxLauncherCUAction cannot be resolved to a variable
8. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/EquinoxLauncherCUActionTest.java
 (at line 101)
expect(publisherInfo.getAdvice(configSpec, true, EquinoxLauncherCUAction.ORG_ECLIPSE_EQUINOX_LAUNCHER + "." + configSpec, null, IVersionAdvice.class)).andReturn(versionList); //$NON-NLS-1$
EquinoxLauncherCUAction cannot be resolved to a variable

/src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java : 8 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java
 (at line 31)
import org.eclipse.equinox.p2.publisher.eclipse.FeaturesAction;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java
 (at line 53)
testAction = new FeaturesAction(new File[] {root});
FeaturesAction cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java
 (at line 80)
FeaturesAction action = "" FeaturesAction(new File[] {testFolder});
FeaturesAction cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java
 (at line 80)
FeaturesAction action = "" FeaturesAction(new File[] {testFolder});
FeaturesAction cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java
 (at line 107)
FeaturesAction action = "" FeaturesAction(new File[] {testFolder});
FeaturesAction cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java
 (at line 107)
FeaturesAction action = "" FeaturesAction(new File[] {testFolder});
FeaturesAction cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java
 (at line 143)
FeaturesAction action = "" FeaturesAction(new File[] {testFolder});
FeaturesAction cannot be resolved to a type
8. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java
 (at line 143)
FeaturesAction action = "" FeaturesAction(new File[] {testFolder});
FeaturesAction cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java : 48 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 24)
import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 25)
import org.eclipse.equinox.p2.publisher.eclipse.FeaturesAction;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
3. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 59)
BundlesAction action = "" BundlesAction(new File[] {file});
BundlesAction cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 59)
BundlesAction action = "" BundlesAction(new File[] {file});
BundlesAction cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 70)
BundlesAction action = "" BundlesAction(new File[] {file});
BundlesAction cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 70)
BundlesAction action = "" BundlesAction(new File[] {file});
BundlesAction cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 81)
BundlesAction action = "" BundlesAction(new File[] {file});
BundlesAction cannot be resolved to a type
8. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 81)
BundlesAction action = "" BundlesAction(new File[] {file});
BundlesAction cannot be resolved to a type
9. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 92)
BundlesAction action = "" BundlesAction(new File[] {file});
BundlesAction cannot be resolved to a type
10. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 92)
BundlesAction action = "" BundlesAction(new File[] {file});
BundlesAction cannot be resolved to a type
11. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 103)
BundlesAction action = "" BundlesAction(new File[] {file});
BundlesAction cannot be resolved to a type
12. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 103)
BundlesAction action = "" BundlesAction(new File[] {file});
BundlesAction cannot be resolved to a type
13. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 115)
BundlesAction action = "" BundlesAction(new File[] {bundle, fragment});
BundlesAction cannot be resolved to a type
14. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 115)
BundlesAction action = "" BundlesAction(new File[] {bundle, fragment});
BundlesAction cannot be resolved to a type
15. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 128)
BundlesAction action = "" BundlesAction(new File[] {bundle, fragment});
BundlesAction cannot be resolved to a type
16. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 128)
BundlesAction action = "" BundlesAction(new File[] {bundle, fragment});
BundlesAction cannot be resolved to a type
17. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 140)
BundlesAction action = "" BundlesAction(new File[] {file});
BundlesAction cannot be resolved to a type
18. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 140)
BundlesAction action = "" BundlesAction(new File[] {file});
BundlesAction cannot be resolved to a type
19. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 151)
BundlesAction action = "" BundlesAction(new File[] {file});
BundlesAction cannot be resolved to a type
20. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 151)
BundlesAction action = "" BundlesAction(new File[] {file});
BundlesAction cannot be resolved to a type
21. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 163)
BundlesAction action = "" BundlesAction(new File[] {file});
BundlesAction cannot be resolved to a type
22. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 163)
BundlesAction action = "" BundlesAction(new File[] {file});
BundlesAction cannot be resolved to a type
23. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 174)
BundlesAction action = "" BundlesAction(new File[] {file});
BundlesAction cannot be resolved to a type
24. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 174)
BundlesAction action = "" BundlesAction(new File[] {file});
BundlesAction cannot be resolved to a type
25. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 186)
BundlesAction action = "" BundlesAction(new File[] {bundle, fragment});
BundlesAction cannot be resolved to a type
26. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 186)
BundlesAction action = "" BundlesAction(new File[] {bundle, fragment});
BundlesAction cannot be resolved to a type
27. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 199)
BundlesAction action = "" BundlesAction(new File[] {bundle, fragment});
BundlesAction cannot be resolved to a type
28. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 199)
BundlesAction action = "" BundlesAction(new File[] {bundle, fragment});
BundlesAction cannot be resolved to a type
29. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 211)
FeaturesAction featuresAction = new FeaturesAction(new File[] {file});
FeaturesAction cannot be resolved to a type
30. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 211)
FeaturesAction featuresAction = new FeaturesAction(new File[] {file});
FeaturesAction cannot be resolved to a type
31. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 225)
FeaturesAction featuresAction = new FeaturesAction(new File[] {file});
FeaturesAction cannot be resolved to a type
32. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 225)
FeaturesAction featuresAction = new FeaturesAction(new File[] {file});
FeaturesAction cannot be resolved to a type
33. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 239)
FeaturesAction featuresAction = new FeaturesAction(new File[] {file});
FeaturesAction cannot be resolved to a type
34. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 239)
FeaturesAction featuresAction = new FeaturesAction(new File[] {file});
FeaturesAction cannot be resolved to a type
35. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 253)
FeaturesAction featuresAction = new FeaturesAction(new File[] {file});
FeaturesAction cannot be resolved to a type
36. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 253)
FeaturesAction featuresAction = new FeaturesAction(new File[] {file});
FeaturesAction cannot be resolved to a type
37. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 267)
FeaturesAction featuresAction = new FeaturesAction(new File[] {file});
FeaturesAction cannot be resolved to a type
38. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 267)
FeaturesAction featuresAction = new FeaturesAction(new File[] {file});
FeaturesAction cannot be resolved to a type
39. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 281)
FeaturesAction featuresAction = new FeaturesAction(new File[] {file});
FeaturesAction cannot be resolved to a type
40. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 281)
FeaturesAction featuresAction = new FeaturesAction(new File[] {file});
FeaturesAction cannot be resolved to a type
41. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 296)
BundlesAction action = "" BundlesAction(new File[] {bundle, fragment});
BundlesAction cannot be resolved to a type
42. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 296)
BundlesAction action = "" BundlesAction(new File[] {bundle, fragment});
BundlesAction cannot be resolved to a type
43. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 309)
BundlesAction action = "" BundlesAction(new File[] {bundle, fragment});
BundlesAction cannot be resolved to a type
44. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 309)
BundlesAction action = "" BundlesAction(new File[] {bundle, fragment});
BundlesAction cannot be resolved to a type
45. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 323)
FeaturesAction action = "" FeaturesAction(new File[] {feature});
FeaturesAction cannot be resolved to a type
46. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 323)
FeaturesAction action = "" FeaturesAction(new File[] {feature});
FeaturesAction cannot be resolved to a type
47. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 340)
FeaturesAction action = "" FeaturesAction(new File[] {feature});
FeaturesAction cannot be resolved to a type
48. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java
 (at line 340)
FeaturesAction action = "" FeaturesAction(new File[] {feature});
FeaturesAction cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java : 78 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 24)
import org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile;
The import org.eclipse.equinox.internal.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 29)
import org.eclipse.equinox.p2.publisher.eclipse.*;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
3. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 44)
private Capture<ProductFileAdvice> productFileAdviceCapture;
ProductFileAdvice cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 56)
publisherInfo.addAdvice(EasyMock.and(EasyMock.isA(ProductFileAdvice.class), EasyMock.capture(productFileAdviceCapture)));
The method isA(Class<ProductFileAdvice>) from the type EasyMock refers to the missing type ProductFileAdvice
5. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 56)
publisherInfo.addAdvice(EasyMock.and(EasyMock.isA(ProductFileAdvice.class), EasyMock.capture(productFileAdviceCapture)));
ProductFileAdvice cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 56)
publisherInfo.addAdvice(EasyMock.and(EasyMock.isA(ProductFileAdvice.class), EasyMock.capture(productFileAdviceCapture)));
ProductFileAdvice cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 66)
productFileAdviceCapture = new Capture<ProductFileAdvice>();
ProductFileAdvice cannot be resolved to a type
8. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 66)
productFileAdviceCapture = new Capture<ProductFileAdvice>();
ProductFileAdvice cannot be resolved to a type
9. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 76)
ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "brandedProduct/branded.product").toString());
ProductFile cannot be resolved to a type
10. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 76)
ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "brandedProduct/branded.product").toString());
ProductFile cannot be resolved to a type
11. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 77)
testAction = new ProductAction(source, productFile, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type
12. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 77)
testAction = new ProductAction(source, productFile, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type
13. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 86)
ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "productWithLicense.product").toString());
ProductFile cannot be resolved to a type
14. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 86)
ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "productWithLicense.product").toString());
ProductFile cannot be resolved to a type
15. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 89)
testAction = new ProductAction(source, productFile, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type
16. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 89)
testAction = new ProductAction(source, productFile, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type
17. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 99)
ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "licenseNoURL.product").toString());
ProductFile cannot be resolved to a type
18. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 99)
ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "licenseNoURL.product").toString());
ProductFile cannot be resolved to a type
19. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 102)
testAction = new ProductAction(source, productFile, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type
20. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 102)
testAction = new ProductAction(source, productFile, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type
21. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 112)
ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "licenseNoText.product").toString());
ProductFile cannot be resolved to a type
22. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 112)
ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "licenseNoText.product").toString());
ProductFile cannot be resolved to a type
23. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 115)
testAction = new ProductAction(source, productFile, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type
24. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 115)
testAction = new ProductAction(source, productFile, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type
25. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 125)
ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "productWithNoLicense.product").toString());
ProductFile cannot be resolved to a type
26. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 125)
ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "productWithNoLicense.product").toString());
ProductFile cannot be resolved to a type
27. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 128)
testAction = new ProductAction(source, productFile, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type
28. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 128)
testAction = new ProductAction(source, productFile, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type
29. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 141)
ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "startLevel.product").toString());
ProductFile cannot be resolved to a type
30. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 141)
ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "startLevel.product").toString());
ProductFile cannot be resolved to a type
31. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 142)
testAction = new ProductAction(source, productFile, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type
32. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 142)
testAction = new ProductAction(source, productFile, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type
33. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 145)
IConfigAdvice configAdvice = productFileAdviceCapture.getValue();
IConfigAdvice cannot be resolved to a type
34. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 145)
IConfigAdvice configAdvice = productFileAdviceCapture.getValue();
ProductFileAdvice cannot be resolved to a type
35. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 160)
ProductFile productFile1 = new ProductFile(TestData.getFile("ProductActionTest", "boundedVersionConfigurations.product").toString());
ProductFile cannot be resolved to a type
36. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 160)
ProductFile productFile1 = new ProductFile(TestData.getFile("ProductActionTest", "boundedVersionConfigurations.product").toString());
ProductFile cannot be resolved to a type
37. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 161)
ProductFile productFile2 = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString());
ProductFile cannot be resolved to a type
38. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 161)
ProductFile productFile2 = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString());
ProductFile cannot be resolved to a type
39. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 172)
ProductAction action1 = new ProductAction(null, productFile1, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type
40. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 172)
ProductAction action1 = new ProductAction(null, productFile1, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type
41. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 173)
ProductAction action2 = new ProductAction(null, productFile2, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type
42. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 173)
ProductAction action2 = new ProductAction(null, productFile2, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type
43. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 185)
ProductFile productFile2 = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString());
ProductFile cannot be resolved to a type
44. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 185)
ProductFile productFile2 = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString());
ProductFile cannot be resolved to a type
45. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 199)
ProductAction action = "" ProductAction(null, productFile2, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type
46. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 199)
ProductAction action = "" ProductAction(null, productFile2, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type
47. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 211)
ProductFile productFile2 = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString());
ProductFile cannot be resolved to a type
48. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 211)
ProductFile productFile2 = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString());
ProductFile cannot be resolved to a type
49. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 225)
ProductAction action = "" ProductAction(null, productFile2, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type
50. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 225)
ProductAction action = "" ProductAction(null, productFile2, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type
51. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 237)
ProductFile productFile2 = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString());
ProductFile cannot be resolved to a type
52. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 237)
ProductFile productFile2 = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString());
ProductFile cannot be resolved to a type
53. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 250)
ProductAction action = "" ProductAction(null, productFile2, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type
54. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 250)
ProductAction action = "" ProductAction(null, productFile2, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type
55. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 262)
ProductFile productFile2 = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString());
ProductFile cannot be resolved to a type
56. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 262)
ProductFile productFile2 = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString());
ProductFile cannot be resolved to a type
57. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 276)
ProductAction action = "" ProductAction(null, productFile2, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type
58. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 276)
ProductAction action = "" ProductAction(null, productFile2, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type
59. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 288)
ProductFile productFile2 = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString());
ProductFile cannot be resolved to a type
60. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 288)
ProductFile productFile2 = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString());
ProductFile cannot be resolved to a type
61. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 301)
ProductAction action = "" ProductAction(null, productFile2, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type
62. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 301)
ProductAction action = "" ProductAction(null, productFile2, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type
63. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 315)
ProductFile productFile2 = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString());
ProductFile cannot be resolved to a type
64. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 315)
ProductFile productFile2 = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString());
ProductFile cannot be resolved to a type
65. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 322)
ProductAction action = "" ProductAction(null, productFile2, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type
66. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 322)
ProductAction action = "" ProductAction(null, productFile2, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type
67. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 334)
ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "platform.product").toString());
ProductFile cannot be resolved to a type
68. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 334)
ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "platform.product").toString());
ProductFile cannot be resolved to a type
69. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 337)
testAction = new ProductAction(source, productFile, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type
70. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 337)
testAction = new ProductAction(source, productFile, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type
71. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 340)
Collection advice = info.getAdvice("carbon.macos.x86", false, null, null, IConfigAdvice.class);
Bound mismatch: The generic method getAdvice(String, boolean, String, Version, Class<T>) of type IPublisherInfo is not applicable for the arguments (String, boolean, null, null, Class<IConfigAdvice>). The inferred type IConfigAdvice is not a valid substitute for the bounded parameter <T extends IPublisherAdvice>
72. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 340)
Collection advice = info.getAdvice("carbon.macos.x86", false, null, null, IConfigAdvice.class);
IConfigAdvice cannot be resolved to a type
73. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 348)
ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "platform.product").toString());
ProductFile cannot be resolved to a type
74. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 348)
ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "platform.product").toString());
ProductFile cannot be resolved to a type
75. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 349)
testAction = new ProductAction(source, productFile, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type
76. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 349)
testAction = new ProductAction(source, productFile, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type
77. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 352)
IExecutableAdvice launchAdvice = productFileAdviceCapture.getValue();
IExecutableAdvice cannot be resolved to a type
78. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java
 (at line 352)
IExecutableAdvice launchAdvice = productFileAdviceCapture.getValue();
ProductFileAdvice cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java : 14 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java
 (at line 19)
import org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile;
The import org.eclipse.equinox.internal.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java
 (at line 24)
import org.eclipse.equinox.p2.publisher.eclipse.*;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
3. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java
 (at line 35)
private Capture<ProductFileAdvice> productFileAdviceCapture;
ProductFileAdvice cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java
 (at line 46)
publisherInfo.addAdvice(EasyMock.and(EasyMock.isA(ProductFileAdvice.class), EasyMock.capture(productFileAdviceCapture)));
The method isA(Class<ProductFileAdvice>) from the type EasyMock refers to the missing type ProductFileAdvice
5. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java
 (at line 46)
publisherInfo.addAdvice(EasyMock.and(EasyMock.isA(ProductFileAdvice.class), EasyMock.capture(productFileAdviceCapture)));
ProductFileAdvice cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java
 (at line 46)
publisherInfo.addAdvice(EasyMock.and(EasyMock.isA(ProductFileAdvice.class), EasyMock.capture(productFileAdviceCapture)));
ProductFileAdvice cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java
 (at line 55)
productFileAdviceCapture = new Capture<ProductFileAdvice>();
ProductFileAdvice cannot be resolved to a type
8. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java
 (at line 55)
productFileAdviceCapture = new Capture<ProductFileAdvice>();
ProductFileAdvice cannot be resolved to a type
9. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java
 (at line 64)
ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "platform.product").toString());
ProductFile cannot be resolved to a type
10. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java
 (at line 64)
ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "platform.product").toString());
ProductFile cannot be resolved to a type
11. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java
 (at line 65)
testAction = new ProductAction(source, productFile, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type
12. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java
 (at line 65)
testAction = new ProductAction(source, productFile, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type
13. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java
 (at line 68)
IExecutableAdvice launchAdvice = productFileAdviceCapture.getValue();
IExecutableAdvice cannot be resolved to a type
14. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java
 (at line 68)
IExecutableAdvice launchAdvice = productFileAdviceCapture.getValue();
ProductFileAdvice cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionWithAdviceFileTest.java : 10 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionWithAdviceFileTest.java
 (at line 22)
import org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile;
The import org.eclipse.equinox.internal.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionWithAdviceFileTest.java
 (at line 28)
import org.eclipse.equinox.p2.publisher.eclipse.ProductAction;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
3. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionWithAdviceFileTest.java
 (at line 74)
ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "platform.product").toString());
ProductFile cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionWithAdviceFileTest.java
 (at line 74)
ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "platform.product").toString());
ProductFile cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionWithAdviceFileTest.java
 (at line 77)
testAction = new ProductAction(source, productFile, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionWithAdviceFileTest.java
 (at line 77)
testAction = new ProductAction(source, productFile, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionWithAdviceFileTest.java
 (at line 104)
ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest/productWithAdvice", "productWithAdvice.product").toString());
ProductFile cannot be resolved to a type
8. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionWithAdviceFileTest.java
 (at line 104)
ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest/productWithAdvice", "productWithAdvice.product").toString());
ProductFile cannot be resolved to a type
9. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionWithAdviceFileTest.java
 (at line 105)
testAction = new ProductAction(source, productFile, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type
10. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionWithAdviceFileTest.java
 (at line 105)
testAction = new ProductAction(source, productFile, flavorArg, executablesFeatureLocation);
ProductAction cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java : 50 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 17)
import org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile;
The import org.eclipse.equinox.internal.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 18)
import org.eclipse.equinox.p2.publisher.eclipse.ProductFileAdvice;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
3. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 28)
ProductFile productFile = null;
ProductFile cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 29)
ProductFileAdvice productFileAdviceWin32 = null;
ProductFileAdvice cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 32)
ProductFile productFile2 = null;
ProductFile cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 33)
ProductFileAdvice productFileAdvice2 = null;
ProductFileAdvice cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 43)
productFile = new ProductFile(productFileLocation);
ProductFile cannot be resolved to a type
8. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 43)
productFile = new ProductFile(productFileLocation);
ProductFile cannot be resolved to a type
9. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 44)
productFileAdviceWin32 = new ProductFileAdvice(productFile, "x86.win32.*");
ProductFileAdvice cannot be resolved to a type
10. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 44)
productFileAdviceWin32 = new ProductFileAdvice(productFile, "x86.win32.*");
ProductFileAdvice cannot be resolved to a type
11. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 44)
productFileAdviceWin32 = new ProductFileAdvice(productFile, "x86.win32.*");
ProductFile cannot be resolved to a type
12. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 47)
productFile2 = new ProductFile(productFileLocation2);
ProductFile cannot be resolved to a type
13. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 47)
productFile2 = new ProductFile(productFileLocation2);
ProductFile cannot be resolved to a type
14. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 48)
productFileAdvice2 = new ProductFileAdvice(productFile2, "x86.win32.*");
ProductFileAdvice cannot be resolved to a type
15. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 48)
productFileAdvice2 = new ProductFileAdvice(productFile2, "x86.win32.*");
ProductFileAdvice cannot be resolved to a type
16. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 48)
productFileAdvice2 = new ProductFileAdvice(productFile2, "x86.win32.*");
ProductFile cannot be resolved to a type
17. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 55)
String[] programArgumentsWin32 = productFileAdviceWin32.getProgramArguments();
ProductFileAdvice cannot be resolved to a type
18. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 61)
String[] programArguments2 = productFileAdvice2.getProgramArguments();
ProductFileAdvice cannot be resolved to a type
19. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 71)
String[] vmArgumentsWin32 = productFileAdviceWin32.getVMArguments();
ProductFileAdvice cannot be resolved to a type
20. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 76)
String[] vmArguments2 = productFileAdvice2.getVMArguments();
ProductFileAdvice cannot be resolved to a type
21. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 85)
BundleInfo[] bundles = productFileAdviceWin32.getBundles();
ProductFileAdvice cannot be resolved to a type
22. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 103)
bundles = productFileAdvice2.getBundles();
ProductFileAdvice cannot be resolved to a type
23. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 116)
ProductFile product = new ProductFile(location);
ProductFile cannot be resolved to a type
24. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 116)
ProductFile product = new ProductFile(location);
ProductFile cannot be resolved to a type
25. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 117)
ProductFileAdvice advice = new ProductFileAdvice(product, "x86.win32.*");
ProductFileAdvice cannot be resolved to a type
26. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 117)
ProductFileAdvice advice = new ProductFileAdvice(product, "x86.win32.*");
ProductFileAdvice cannot be resolved to a type
27. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 135)
ProductFile product = new ProductFile(location);
ProductFile cannot be resolved to a type
28. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 135)
ProductFile product = new ProductFile(location);
ProductFile cannot be resolved to a type
29. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 136)
ProductFileAdvice advice = new ProductFileAdvice(product, "x86.win32.*");
ProductFileAdvice cannot be resolved to a type
30. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 136)
ProductFileAdvice advice = new ProductFileAdvice(product, "x86.win32.*");
ProductFileAdvice cannot be resolved to a type
31. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 156)
Map<String, String> properties = productFileAdviceWin32.getProperties();
ProductFileAdvice cannot be resolved to a type
32. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 166)
properties = productFileAdvice2.getProperties();
ProductFileAdvice cannot be resolved to a type
33. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 174)
assertEquals("1.0", "sample", productFileAdviceWin32.getExecutableName());
ProductFileAdvice cannot be resolved to a type
34. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 175)
assertEquals("2.0", null, productFileAdvice2.getExecutableName());
ProductFileAdvice cannot be resolved to a type
35. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 182)
assertEquals("1.0", productFile, productFileAdviceWin32.getProductFile());
ProductFile cannot be resolved to a type
36. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 182)
assertEquals("1.0", productFile, productFileAdviceWin32.getProductFile());
ProductFileAdvice cannot be resolved to a type
37. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 183)
assertEquals("2.0", productFile2, productFileAdvice2.getProductFile());
ProductFile cannot be resolved to a type
38. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 183)
assertEquals("2.0", productFile2, productFileAdvice2.getProductFile());
ProductFileAdvice cannot be resolved to a type
39. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 190)
String[] icons = productFileAdviceWin32.getIcons();
ProductFileAdvice cannot be resolved to a type
40. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 191)
String absolutePath = new File(productFile.getLocation().getParentFile(), "test/icon.bmp").getAbsolutePath();
ProductFile cannot be resolved to a type
41. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 195)
icons = productFileAdvice2.getIcons();
ProductFileAdvice cannot be resolved to a type
42. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 196)
absolutePath = new File(productFile2.getLocation().getParentFile(), "icon.bmp").getAbsolutePath();
ProductFile cannot be resolved to a type
43. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 217)
ProductFile product = new ProductFile(sampleProduct.getCanonicalPath());
ProductFile cannot be resolved to a type
44. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 217)
ProductFile product = new ProductFile(sampleProduct.getCanonicalPath());
ProductFile cannot be resolved to a type
45. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 218)
ProductFileAdvice advice = new ProductFileAdvice(product, "x86.win32.win32");
ProductFileAdvice cannot be resolved to a type
46. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 218)
ProductFileAdvice advice = new ProductFileAdvice(product, "x86.win32.win32");
ProductFileAdvice cannot be resolved to a type
47. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 254)
ProductFile product = new ProductFile(testProduct.getCanonicalPath());
ProductFile cannot be resolved to a type
48. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 254)
ProductFile product = new ProductFile(testProduct.getCanonicalPath());
ProductFile cannot be resolved to a type
49. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 255)
ProductFileAdvice advice = new ProductFileAdvice(product, "x86.win32.win32");
ProductFileAdvice cannot be resolved to a type
50. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java
 (at line 255)
ProductFileAdvice advice = new ProductFileAdvice(product, "x86.win32.win32");
ProductFileAdvice cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java : 43 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 16)
import org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile;
The import org.eclipse.equinox.internal.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 27)
ProductFile productFile = null;
ProductFile cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 28)
ProductFile noLauncherFlag = null;
ProductFile cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 29)
ProductFile falseLauncherFlag = null;
ProductFile cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 30)
ProductFile trueLauncherFlag = null;
ProductFile cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 34)
private ProductFile uidProductFile;
ProductFile cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 38)
noLauncherFlag = new ProductFile(TestData.getFile("ProductActionTest/launcherFlags", "noLauncherFlag.product").toString());
ProductFile cannot be resolved to a type
8. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 38)
noLauncherFlag = new ProductFile(TestData.getFile("ProductActionTest/launcherFlags", "noLauncherFlag.product").toString());
ProductFile cannot be resolved to a type
9. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 39)
falseLauncherFlag = new ProductFile(TestData.getFile("ProductActionTest/launcherFlags", "falseLauncherFlag.product").toString());
ProductFile cannot be resolved to a type
10. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 39)
falseLauncherFlag = new ProductFile(TestData.getFile("ProductActionTest/launcherFlags", "falseLauncherFlag.product").toString());
ProductFile cannot be resolved to a type
11. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 40)
trueLauncherFlag = new ProductFile(TestData.getFile("ProductActionTest/launcherFlags", "trueLauncherFlag.product").toString());
ProductFile cannot be resolved to a type
12. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 40)
trueLauncherFlag = new ProductFile(TestData.getFile("ProductActionTest/launcherFlags", "trueLauncherFlag.product").toString());
ProductFile cannot be resolved to a type
13. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 41)
productFile = new ProductFile(productFileLocation);
ProductFile cannot be resolved to a type
14. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 41)
productFile = new ProductFile(productFileLocation);
ProductFile cannot be resolved to a type
15. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 43)
uidProductFile = new ProductFile(uidProductFileLocation);
ProductFile cannot be resolved to a type
16. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 43)
uidProductFile = new ProductFile(uidProductFileLocation);
ProductFile cannot be resolved to a type
17. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 50)
assertEquals("1.0", "sample", productFile.getLauncherName());
ProductFile cannot be resolved to a type
18. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 57)
assertEquals("1.0", productFileLocation, productFile.getLocation().toString());
ProductFile cannot be resolved to a type
19. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 64)
Map<String, String> properties = productFile.getConfigurationProperties();
ProductFile cannot be resolved to a type
20. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 76)
List bundles = productFile.getBundles(false);
ProductFile cannot be resolved to a type
21. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 80)
bundles = productFile.getBundles(true);
ProductFile cannot be resolved to a type
22. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 88)
List bundleInfos = productFile.getBundleInfos();
ProductFile cannot be resolved to a type
23. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 100)
List fragments = productFile.getFragments();
ProductFile cannot be resolved to a type
24. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 109)
List features = productFile.getFeatures();
ProductFile cannot be resolved to a type
25. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 128)
String configIni = productFile.getConfigIniPath("win32");
ProductFile cannot be resolved to a type
26. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 136)
String id = productFile.getId();
ProductFile cannot be resolved to a type
27. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 141)
String id = uidProductFile.getId();
ProductFile cannot be resolved to a type
28. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 149)
String splashLocation = productFile.getSplashLocation();
ProductFile cannot be resolved to a type
29. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 157)
String productName = productFile.getProductName();
ProductFile cannot be resolved to a type
30. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 165)
String application = productFile.getApplication();
ProductFile cannot be resolved to a type
31. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 173)
boolean useFeatures = productFile.useFeatures();
ProductFile cannot be resolved to a type
32. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 181)
String version = productFile.getVersion();
ProductFile cannot be resolved to a type
33. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 189)
String vmArguments = productFile.getVMArguments("");
ProductFile cannot be resolved to a type
34. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 191)
vmArguments = productFile.getVMArguments(null);
ProductFile cannot be resolved to a type
35. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 196)
assertEquals("1.0", true, noLauncherFlag.includeLaunchers());
ProductFile cannot be resolved to a type
36. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 197)
assertEquals("1.1", false, falseLauncherFlag.includeLaunchers());
ProductFile cannot be resolved to a type
37. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 198)
assertEquals("1.2", true, trueLauncherFlag.includeLaunchers());
ProductFile cannot be resolved to a type
38. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 205)
String programArguments = productFile.getProgramArguments("");
ProductFile cannot be resolved to a type
39. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 207)
programArguments = productFile.getProgramArguments(null);
ProductFile cannot be resolved to a type
40. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 213)
ProductFile product = new ProductFile(productWithLicense);
ProductFile cannot be resolved to a type
41. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 213)
ProductFile product = new ProductFile(productWithLicense);
ProductFile cannot be resolved to a type
42. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 219)
ProductFile product = new ProductFile(productWithLicense);
ProductFile cannot be resolved to a type
43. ERROR in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java
 (at line 219)
ProductFile product = new ProductFile(productWithLicense);
ProductFile cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java : 5 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java
 (at line 23)
import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java
 (at line 321)
BundlesAction bundlesAction = new BundlesAction(new File[] {foo_fragment});
BundlesAction cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java
 (at line 321)
BundlesAction bundlesAction = new BundlesAction(new File[] {foo_fragment});
BundlesAction cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java
 (at line 331)
bundlesAction = new BundlesAction(new File[] {foo});
BundlesAction cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java
 (at line 334)
bundlesAction = new BundlesAction(new File[] {foo_fragment});
BundlesAction cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java : 9 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java
 (at line 24)
import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java
 (at line 81)
BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget);
BundlesAction cannot be resolved
3. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java
 (at line 82)
IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString());
BundlesAction cannot be resolved
4. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java
 (at line 134)
BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget);
BundlesAction cannot be resolved
5. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java
 (at line 135)
IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString());
BundlesAction cannot be resolved
6. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java
 (at line 193)
BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget);
BundlesAction cannot be resolved
7. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java
 (at line 194)
IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString());
BundlesAction cannot be resolved
8. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java
 (at line 246)
BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget);
BundlesAction cannot be resolved
9. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java
 (at line 247)
IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString());
BundlesAction cannot be resolved

/src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java : 3 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java
 (at line 25)
import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java
 (at line 56)
BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget);
BundlesAction cannot be resolved
3. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java
 (at line 57)
IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString());
BundlesAction cannot be resolved

/src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java : 3 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java
 (at line 24)
import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java
 (at line 55)
BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget);
BundlesAction cannot be resolved
3. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java
 (at line 56)
IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString());
BundlesAction cannot be resolved

/src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java : 5 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java
 (at line 25)
import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java
 (at line 121)
BundleDescription bundleDescription = BundlesAction.createBundleDescription(dirBundleTarget);
BundlesAction cannot be resolved
3. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java
 (at line 122)
IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString());
BundlesAction cannot be resolved
4. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java
 (at line 199)
BundleDescription bundleDescription = BundlesAction.createBundleDescription(dirBundleTarget);
BundlesAction cannot be resolved
5. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java
 (at line 200)
IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString());
BundlesAction cannot be resolved

/src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java : 3 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java
 (at line 24)
import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java
 (at line 55)
BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget);
BundlesAction cannot be resolved
3. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java
 (at line 56)
IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString());
BundlesAction cannot be resolved

/src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java : 10 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java
 (at line 26)
import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java
 (at line 27)
import org.eclipse.equinox.p2.publisher.eclipse.EclipsePublisherHelper;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
3. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java
 (at line 132)
BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget);
BundlesAction cannot be resolved
4. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java
 (at line 133)
IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString());
BundlesAction cannot be resolved
5. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java
 (at line 146)
BundleDescription partialIUBundleDescription = BundlesAction.createBundleDescription(mockManifest, null);
BundlesAction cannot be resolved
6. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java
 (at line 147)
IInstallableUnit[] bundleIUs = EclipsePublisherHelper.createEclipseIU(partialIUBundleDescription, false, key, extraProperties);
EclipsePublisherHelper cannot be resolved
7. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java
 (at line 170)
BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget);
BundlesAction cannot be resolved
8. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java
 (at line 171)
IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString());
BundlesAction cannot be resolved
9. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java
 (at line 184)
BundleDescription partialIUBundleDescription = BundlesAction.createBundleDescription(mockManifest, null);
BundlesAction cannot be resolved
10. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java
 (at line 185)
IInstallableUnit[] bundleIUs = EclipsePublisherHelper.createEclipseIU(partialIUBundleDescription, false, key, extraProperties);
EclipsePublisherHelper cannot be resolved

/src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java : 3 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java
 (at line 26)
import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java
 (at line 57)
BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget);
BundlesAction cannot be resolved
3. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java
 (at line 58)
IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString());
BundlesAction cannot be resolved

/src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java : 13 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java
 (at line 17)
import org.eclipse.equinox.internal.p2.publisher.eclipse.FeatureParser;
The import org.eclipse.equinox.internal.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java
 (at line 25)
import org.eclipse.equinox.p2.publisher.eclipse.Feature;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
3. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java
 (at line 26)
import org.eclipse.equinox.p2.publisher.eclipse.FeaturesAction;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
4. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java
 (at line 56)
FeatureParser parser = new FeatureParser();
FeatureParser cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java
 (at line 56)
FeatureParser parser = new FeatureParser();
FeatureParser cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java
 (at line 57)
Feature feature = parser.parse(featureTarget);
Feature cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java
 (at line 61)
IArtifactKey key = FeaturesAction.createFeatureArtifactKey(feature.getId(), feature.getVersion());
FeaturesAction cannot be resolved
8. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java
 (at line 64)
IInstallableUnit iu = FeaturesAction.createFeatureJarIU(feature, info);
FeaturesAction cannot be resolved
9. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java
 (at line 109)
FeatureParser parser = new FeatureParser();
FeatureParser cannot be resolved to a type
10. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java
 (at line 109)
FeatureParser parser = new FeatureParser();
FeatureParser cannot be resolved to a type
11. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java
 (at line 110)
Feature feature = parser.parse(featureTarget);
Feature cannot be resolved to a type
12. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java
 (at line 114)
IArtifactKey key = FeaturesAction.createFeatureArtifactKey(feature.getId(), feature.getVersion());
FeaturesAction cannot be resolved
13. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java
 (at line 117)
IInstallableUnit iu = FeaturesAction.createFeatureJarIU(feature, info);
FeaturesAction cannot be resolved

/src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java : 5 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java
 (at line 23)
import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java
 (at line 84)
BundleDescription bundleDescription = BundlesAction.createBundleDescription(dirBundleTarget);
BundlesAction cannot be resolved
3. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java
 (at line 85)
IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString());
BundlesAction cannot be resolved
4. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java
 (at line 129)
BundleDescription bundleDescription = BundlesAction.createBundleDescription(dirBundleTarget);
BundlesAction cannot be resolved
5. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java
 (at line 130)
IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString());
BundlesAction cannot be resolved

/src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java : 7 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java
 (at line 26)
import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java
 (at line 57)
BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget);
BundlesAction cannot be resolved
3. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java
 (at line 58)
IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString());
BundlesAction cannot be resolved
4. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java
 (at line 103)
BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget);
BundlesAction cannot be resolved
5. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java
 (at line 104)
IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString());
BundlesAction cannot be resolved
6. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java
 (at line 152)
BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget);
BundlesAction cannot be resolved
7. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java
 (at line 153)
IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString());
BundlesAction cannot be resolved

/src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java : 5 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java
 (at line 24)
import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java
 (at line 83)
BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget);
BundlesAction cannot be resolved
3. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java
 (at line 84)
IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString());
BundlesAction cannot be resolved
4. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java
 (at line 139)
BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget);
BundlesAction cannot be resolved
5. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java
 (at line 140)
IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString());
BundlesAction cannot be resolved

/src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java : 3 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java
 (at line 25)
import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java
 (at line 56)
BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget);
BundlesAction cannot be resolved
3. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java
 (at line 57)
IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString());
BundlesAction cannot be resolved

/src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java : 5 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java
 (at line 24)
import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java
 (at line 83)
BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget);
BundlesAction cannot be resolved
3. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java
 (at line 84)
IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString());
BundlesAction cannot be resolved
4. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java
 (at line 140)
BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget);
BundlesAction cannot be resolved
5. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java
 (at line 141)
IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString());
BundlesAction cannot be resolved

/src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java : 7 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java
 (at line 26)
import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java
 (at line 57)
BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget);
BundlesAction cannot be resolved
3. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java
 (at line 58)
IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString());
BundlesAction cannot be resolved
4. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java
 (at line 103)
BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget);
BundlesAction cannot be resolved
5. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java
 (at line 104)
IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString());
BundlesAction cannot be resolved
6. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java
 (at line 152)
BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget);
BundlesAction cannot be resolved
7. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java
 (at line 153)
IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString());
BundlesAction cannot be resolved

/src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java : 3 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java
 (at line 26)
import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java
 (at line 57)
BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget);
BundlesAction cannot be resolved
3. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java
 (at line 58)
IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString());
BundlesAction cannot be resolved

/src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java : 8 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java
 (at line 16)
import org.eclipse.equinox.internal.p2.publisher.eclipse.FeatureParser;
The import org.eclipse.equinox.internal.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java
 (at line 25)
import org.eclipse.equinox.p2.publisher.eclipse.Feature;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
3. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java
 (at line 26)
import org.eclipse.equinox.p2.publisher.eclipse.FeaturesAction;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
4. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java
 (at line 60)
FeatureParser parser = new FeatureParser();
FeatureParser cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java
 (at line 60)
FeatureParser parser = new FeatureParser();
FeatureParser cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java
 (at line 61)
Feature feature = parser.parse(featureTarget);
Feature cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java
 (at line 65)
IArtifactKey key = FeaturesAction.createFeatureArtifactKey(feature.getId(), feature.getVersion());
FeaturesAction cannot be resolved
8. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java
 (at line 68)
IInstallableUnit iu = FeaturesAction.createFeatureJarIU(feature, info);
FeaturesAction cannot be resolved

/src/org/eclipse/equinox/p2/tests/updatesite/CategoryIUXMLActionTest.java : 3 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryIUXMLActionTest.java
 (at line 18)
import org.eclipse.equinox.p2.publisher.eclipse.FeaturesAction;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryIUXMLActionTest.java
 (at line 40)
FeaturesAction featuresAction = new FeaturesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")});
FeaturesAction cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryIUXMLActionTest.java
 (at line 40)
FeaturesAction featuresAction = new FeaturesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")});
FeaturesAction cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java : 7 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java
 (at line 18)
import org.eclipse.equinox.p2.publisher.eclipse.FeaturesAction;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java
 (at line 42)
FeaturesAction featuresAction = new FeaturesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")});
FeaturesAction cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java
 (at line 42)
FeaturesAction featuresAction = new FeaturesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")});
FeaturesAction cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java
 (at line 59)
FeaturesAction featuresAction = new FeaturesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")});
FeaturesAction cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java
 (at line 59)
FeaturesAction featuresAction = new FeaturesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")});
FeaturesAction cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java
 (at line 80)
FeaturesAction featuresAction = new FeaturesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")});
FeaturesAction cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java
 (at line 80)
FeaturesAction featuresAction = new FeaturesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")});
FeaturesAction cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/updatesite/SiteXMLActionTest.java : 3 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/updatesite/SiteXMLActionTest.java
 (at line 24)
import org.eclipse.equinox.p2.publisher.eclipse.FeaturesAction;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/updatesite/SiteXMLActionTest.java
 (at line 47)
FeaturesAction featuresAction = new FeaturesAction(new File[] {TestData.getFile("updatesite", "SiteXMLActionTest")});
FeaturesAction cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/updatesite/SiteXMLActionTest.java
 (at line 47)
FeaturesAction featuresAction = new FeaturesAction(new File[] {TestData.getFile("updatesite", "SiteXMLActionTest")});
FeaturesAction cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java : 20 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java
 (at line 73)
int featureCount = updatesite.loadFeatures(new NullProgressMonitor()).length;
The method loadFeatures(IProgressMonitor) from the type UpdateSite refers to the missing type Feature
2. ERROR in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java
 (at line 92)
int featureCount = updatesite.loadFeatures(new NullProgressMonitor()).length;
The method loadFeatures(IProgressMonitor) from the type UpdateSite refers to the missing type Feature
3. ERROR in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java
 (at line 109)
int featureCount = updatesite.loadFeatures(new NullProgressMonitor()).length;
The method loadFeatures(IProgressMonitor) from the type UpdateSite refers to the missing type Feature
4. ERROR in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java
 (at line 127)
int featureCount = updatesite.loadFeatures(new NullProgressMonitor()).length;
The method loadFeatures(IProgressMonitor) from the type UpdateSite refers to the missing type Feature
5. ERROR in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java
 (at line 144)
int featureCount = updatesite.loadFeatures(new NullProgressMonitor()).length;
The method loadFeatures(IProgressMonitor) from the type UpdateSite refers to the missing type Feature
6. ERROR in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java
 (at line 163)
int featureCount = updatesite.loadFeatures(new NullProgressMonitor()).length;
The method loadFeatures(IProgressMonitor) from the type UpdateSite refers to the missing type Feature
7. ERROR in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java
 (at line 183)
int featureCount = updatesite.loadFeatures(new NullProgressMonitor()).length;
The method loadFeatures(IProgressMonitor) from the type UpdateSite refers to the missing type Feature
8. ERROR in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java
 (at line 200)
int featureCount = updatesite.loadFeatures(new NullProgressMonitor()).length;
The method loadFeatures(IProgressMonitor) from the type UpdateSite refers to the missing type Feature
9. ERROR in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java
 (at line 216)
int featureCount = updatesite.loadFeatures(getMonitor()).length;
The method loadFeatures(IProgressMonitor) from the type UpdateSite refers to the missing type Feature
10. ERROR in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java
 (at line 232)
int featureCount = updatesite.loadFeatures(new NullProgressMonitor()).length;
The method loadFeatures(IProgressMonitor) from the type UpdateSite refers to the missing type Feature
11. ERROR in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java
 (at line 248)
int featureCount = updatesite.loadFeatures(new NullProgressMonitor()).length;
The method loadFeatures(IProgressMonitor) from the type UpdateSite refers to the missing type Feature
12. ERROR in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java
 (at line 275)
updatesite.loadFeatures(new NullProgressMonitor());
The method loadFeatures(IProgressMonitor) from the type UpdateSite refers to the missing type Feature
13. ERROR in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java
 (at line 293)
updatesite.loadFeatures(new NullProgressMonitor());
The method loadFeatures(IProgressMonitor) from the type UpdateSite refers to the missing type Feature
14. ERROR in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java
 (at line 358)
int featureCount = updatesite.loadFeatures(new NullProgressMonitor()).length;
The method loadFeatures(IProgressMonitor) from the type UpdateSite refers to the missing type Feature
15. ERROR in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java
 (at line 378)
int featureCount = updatesite.loadFeatures(new NullProgressMonitor()).length;
The method loadFeatures(IProgressMonitor) from the type UpdateSite refers to the missing type Feature
16. ERROR in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java
 (at line 397)
int featureCount = updatesite.loadFeatures(new NullProgressMonitor()).length;
The method loadFeatures(IProgressMonitor) from the type UpdateSite refers to the missing type Feature
17. ERROR in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java
 (at line 413)
int featureCount = updatesite.loadFeatures(new NullProgressMonitor()).length;
The method loadFeatures(IProgressMonitor) from the type UpdateSite refers to the missing type Feature
18. ERROR in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java
 (at line 429)
int featureCount = updatesite.loadFeatures(new NullProgressMonitor()).length;
The method loadFeatures(IProgressMonitor) from the type UpdateSite refers to the missing type Feature
19. ERROR in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java
 (at line 448)
int featureCount = updatesite.loadFeatures(new NullProgressMonitor()).length;
The method loadFeatures(IProgressMonitor) from the type UpdateSite refers to the missing type Feature
20. ERROR in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java
 (at line 467)
int featureCount = updatesite.loadFeatures(new NullProgressMonitor()).length;
The method loadFeatures(IProgressMonitor) from the type UpdateSite refers to the missing type Feature

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
Title: Compiler log for org.eclipse.pde.build_3.7.0.N20110612-2000

Compiler log for org.eclipse.pde.build_3.7.0.N20110612-2000 : pdebuild.jar.bin.xml

TOTAL : ERRORS: 413, WARNINGS: 102

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/pde/internal/build/AbstractScriptGenerator.java : 4 errors :

1. ERROR in /src/org/eclipse/pde/internal/build/AbstractScriptGenerator.java
 (at line 23)
import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/build/AbstractScriptGenerator.java
 (at line 809)
String mappings = Utils.getEntryVersionMappings((FeatureEntry[]) productEntries.toArray(new FeatureEntry[productEntries.size()]), site, assemblyInfo);
The method getEntryVersionMappings(FeatureEntry[], BuildTimeSite, AssemblyInformation) from the type Utils refers to the missing type FeatureEntry
3. ERROR in /src/org/eclipse/pde/internal/build/AbstractScriptGenerator.java
 (at line 809)
String mappings = Utils.getEntryVersionMappings((FeatureEntry[]) productEntries.toArray(new FeatureEntry[productEntries.size()]), site, assemblyInfo);
FeatureEntry cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/build/AbstractScriptGenerator.java
 (at line 809)
String mappings = Utils.getEntryVersionMappings((FeatureEntry[]) productEntries.toArray(new FeatureEntry[productEntries.size()]), site, assemblyInfo);
FeatureEntry cannot be resolved to a type

/src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java : 10 errors :

1. ERROR in /src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java
 (at line 212)
script.printAttribute(VERSION, feature.getVersion(), true);
The method getVersion() is undefined for the type BuildTimeFeature
2. ERROR in /src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java
 (at line 218)
if (!(havePDEUIState() && rootProvider.getId().equals("org.eclipse.pde.container.feature"))) { //$NON-NLS-1$
The method getId() is undefined for the type BuildTimeFeature
3. ERROR in /src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java
 (at line 222)
script.printAttribute(VERSION, rootProvider.getVersion(), true);
The method getVersion() is undefined for the type BuildTimeFeature
4. ERROR in /src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java
 (at line 248)
return feature.getId() + ".feature.group"; //$NON-NLS-1$
The method getId() is undefined for the type BuildTimeFeature
5. ERROR in /src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java
 (at line 620)
generatePostProcessingSteps(feature.getId(), feature.getVersion(), (String) shapeAdvisor.getFinalShape(feature)[1], FEATURE_TYPE);
The method getId() is undefined for the type BuildTimeFeature
6. ERROR in /src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java
 (at line 620)
generatePostProcessingSteps(feature.getId(), feature.getVersion(), (String) shapeAdvisor.getFinalShape(feature)[1], FEATURE_TYPE);
The method getVersion() is undefined for the type BuildTimeFeature
7. ERROR in /src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java
 (at line 639)
String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$
The method getId() is undefined for the type BuildTimeFeature
8. ERROR in /src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java
 (at line 639)
String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$
The method getVersion() is undefined for the type BuildTimeFeature
9. ERROR in /src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java
 (at line 650)
String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$
The method getId() is undefined for the type BuildTimeFeature
10. ERROR in /src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java
 (at line 650)
String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$
The method getVersion() is undefined for the type BuildTimeFeature

/src/org/eclipse/pde/internal/build/AssemblyInformation.java : 16 errors :

1. ERROR in /src/org/eclipse/pde/internal/build/AssemblyInformation.java
 (at line 162)
String id = feature.getId();
The method getId() is undefined for the type BuildTimeFeature
2. ERROR in /src/org/eclipse/pde/internal/build/AssemblyInformation.java
 (at line 164)
if (existing == null || new Version(existing.getVersion()).compareTo(new Version(feature.getVersion())) < 0)
The method getVersion() is undefined for the type BuildTimeFeature
3. ERROR in /src/org/eclipse/pde/internal/build/AssemblyInformation.java
 (at line 164)
if (existing == null || new Version(existing.getVersion()).compareTo(new Version(feature.getVersion())) < 0)
The method getVersion() is undefined for the type BuildTimeFeature
4. ERROR in /src/org/eclipse/pde/internal/build/AssemblyInformation.java
 (at line 166)
rootMap.put(id + '_' + feature.getVersion(), feature);
The method getVersion() is undefined for the type BuildTimeFeature
5. ERROR in /src/org/eclipse/pde/internal/build/AssemblyInformation.java
 (at line 185)
if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion()))
The method getId() is undefined for the type BuildTimeFeature
6. ERROR in /src/org/eclipse/pde/internal/build/AssemblyInformation.java
 (at line 185)
if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion()))
The method getId() is undefined for the type BuildTimeFeature
7. ERROR in /src/org/eclipse/pde/internal/build/AssemblyInformation.java
 (at line 185)
if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion()))
The method getVersion() is undefined for the type BuildTimeFeature
8. ERROR in /src/org/eclipse/pde/internal/build/AssemblyInformation.java
 (at line 185)
if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion()))
The method getVersion() is undefined for the type BuildTimeFeature
9. ERROR in /src/org/eclipse/pde/internal/build/AssemblyInformation.java
 (at line 210)
if (feature.getId().equals(featureDescriptor.getId()) && (feature).getVersion().equals(featureDescriptor.getVersion()))
The method getId() is undefined for the type BuildTimeFeature
10. ERROR in /src/org/eclipse/pde/internal/build/AssemblyInformation.java
 (at line 210)
if (feature.getId().equals(featureDescriptor.getId()) && (feature).getVersion().equals(featureDescriptor.getVersion()))
The method getId() is undefined for the type BuildTimeFeature
11. ERROR in /src/org/eclipse/pde/internal/build/AssemblyInformation.java
 (at line 210)
if (feature.getId().equals(featureDescriptor.getId()) && (feature).getVersion().equals(featureDescriptor.getVersion()))
The method getVersion() is undefined for the type BuildTimeFeature
12. ERROR in /src/org/eclipse/pde/internal/build/AssemblyInformation.java
 (at line 210)
if (feature.getId().equals(featureDescriptor.getId()) && (feature).getVersion().equals(featureDescriptor.getVersion()))
The method getVersion() is undefined for the type BuildTimeFeature
13. ERROR in /src/org/eclipse/pde/internal/build/AssemblyInformation.java
 (at line 223)
if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion())) {
The method getId() is undefined for the type BuildTimeFeature
14. ERROR in /src/org/eclipse/pde/internal/build/AssemblyInformation.java
 (at line 223)
if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion())) {
The method getId() is undefined for the type BuildTimeFeature
15. ERROR in /src/org/eclipse/pde/internal/build/AssemblyInformation.java
 (at line 223)
if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion())) {
The method getVersion() is undefined for the type BuildTimeFeature
16. ERROR in /src/org/eclipse/pde/internal/build/AssemblyInformation.java
 (at line 223)
if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion())) {
The method getVersion() is undefined for the type BuildTimeFeature

/src/org/eclipse/pde/internal/build/BrandingIron.java : 2 errors :

1. ERROR in /src/org/eclipse/pde/internal/build/BrandingIron.java
 (at line 14)
import org.eclipse.pde.internal.swt.tools.IconExe;
The import org.eclipse.pde.internal.swt cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/build/BrandingIron.java
 (at line 268)
IconExe.main(args);
IconExe cannot be resolved

/src/org/eclipse/pde/internal/build/BuildScriptGenerator.java : 8 errors :

1. ERROR in /src/org/eclipse/pde/internal/build/BuildScriptGenerator.java
 (at line 17)
import org.eclipse.equinox.p2.publisher.eclipse.Feature;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/build/BuildScriptGenerator.java
 (at line 18)
import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/build/BuildScriptGenerator.java
 (at line 304)
feature.addEntry(new FeatureEntry(bundle.getSymbolicName(), bundle.getVersion().toString(), true));
FeatureEntry cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/build/BuildScriptGenerator.java
 (at line 313)
BuildTimeFeature sourceFeature = getSite(false).findFeature(sourceBundleFeatureId, feature.getVersion(), true);
The method getVersion() is undefined for the type BuildTimeFeature
5. ERROR in /src/org/eclipse/pde/internal/build/BuildScriptGenerator.java
 (at line 338)
Feature feature = (Feature) i.next();
Feature cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/build/BuildScriptGenerator.java
 (at line 338)
Feature feature = (Feature) i.next();
Feature cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/build/BuildScriptGenerator.java
 (at line 361)
Feature feature = (Feature) i.next();
Feature cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/build/BuildScriptGenerator.java
 (at line 361)
Feature feature = (Feature) i.next();
Feature cannot be resolved to a type

/src/org/eclipse/pde/internal/build/BundleHelper.java : 2 errors :

1. ERROR in /src/org/eclipse/pde/internal/build/BundleHelper.java
 (at line 182)
return org.eclipse.pde.internal.publishing.Utils.getBundleClasspath(manifest);
org.eclipse.pde.internal.publishing cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/build/BundleHelper.java
 (at line 186)
return org.eclipse.pde.internal.publishing.Utils.getBundleManifestHeader(manifest, header);
org.eclipse.pde.internal.publishing cannot be resolved

/src/org/eclipse/pde/internal/build/FeatureGenerator.java : 4 errors :

1. ERROR in /src/org/eclipse/pde/internal/build/FeatureGenerator.java
 (at line 16)
import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/build/FeatureGenerator.java
 (at line 150)
FeatureEntry featureEntry = (FeatureEntry) iterator.next();
FeatureEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/build/FeatureGenerator.java
 (at line 150)
FeatureEntry featureEntry = (FeatureEntry) iterator.next();
FeatureEntry cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/build/FeatureGenerator.java
 (at line 422)
BuildTimeSite.missingPlugin(bundle, errors, null, true); //throws CoreException
The method missingPlugin(BundleDescription, ResolverError[], Feature, boolean) from the type BuildTimeSite refers to the missing type Feature

/src/org/eclipse/pde/internal/build/FeatureWriter.java : 42 errors :

1. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 18)
import org.eclipse.equinox.p2.publisher.eclipse.*;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 25)
protected Feature feature;
Feature cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 29)
public FeatureWriter(OutputStream out, Feature feature, BuildTimeSite site) throws IOException {
Feature cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 31)
this.feature = feature;
Feature cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 52)
parameters.put(ID, feature.getId());
Feature cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 53)
parameters.put(VERSION, feature.getVersion());
Feature cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 54)
parameters.put("label", feature.getLabel()); //$NON-NLS-1$
Feature cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 55)
if (feature.getLicenseFeature() != null) {
Feature cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 56)
parameters.put("license-feature", feature.getLicenseFeature()); //$NON-NLS-1$
Feature cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 57)
parameters.put("license-feature-version", feature.getLicenseFeatureVersion()); //$NON-NLS-1$
Feature cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 59)
parameters.put("provider-name", feature.getProviderName()); //$NON-NLS-1$
Feature cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 60)
parameters.put("image", feature.getImage()); //$NON-NLS-1$
Feature cannot be resolved to a type
13. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 61)
parameters.put("os", feature.getOS()); //$NON-NLS-1$
Feature cannot be resolved to a type
14. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 62)
parameters.put("arch", feature.getArch()); //$NON-NLS-1$
Feature cannot be resolved to a type
15. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 63)
parameters.put("ws", feature.getWS()); //$NON-NLS-1$
Feature cannot be resolved to a type
16. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 64)
parameters.put("nl", feature.getNL()); //$NON-NLS-1$
Feature cannot be resolved to a type
17. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 73)
String url = "">feature.getInstallHandlerURL();
Feature cannot be resolved to a type
18. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 74)
String library = feature.getInstallHandlerLibrary();
Feature cannot be resolved to a type
19. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 75)
String handler = feature.getInstallHandler();
Feature cannot be resolved to a type
20. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 87)
if (feature.getDescription() == null && feature.getDescriptionURL() == null)
Feature cannot be resolved to a type
21. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 87)
if (feature.getDescription() == null && feature.getDescriptionURL() == null)
Feature cannot be resolved to a type
22. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 90)
parameters.put("url", feature.getDescriptionURL()); //$NON-NLS-1$
Feature cannot be resolved to a type
23. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 94)
printlnEscaped(feature.getDescription());
Feature cannot be resolved to a type
24. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 99)
if (feature.getCopyright() == null && feature.getCopyrightURL() == null)
Feature cannot be resolved to a type
25. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 99)
if (feature.getCopyright() == null && feature.getCopyrightURL() == null)
Feature cannot be resolved to a type
26. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 102)
parameters.put("url", feature.getCopyrightURL()); //$NON-NLS-1$
Feature cannot be resolved to a type
27. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 105)
printlnEscaped(feature.getCopyright());
Feature cannot be resolved to a type
28. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 110)
if (feature.getLicense() == null && feature.getLicenseURL() == null)
Feature cannot be resolved to a type
29. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 110)
if (feature.getLicense() == null && feature.getLicenseURL() == null)
Feature cannot be resolved to a type
30. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 113)
parameters.put("url", feature.getLicenseURL()); //$NON-NLS-1$
Feature cannot be resolved to a type
31. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 116)
printlnEscaped(feature.getLicense());
Feature cannot be resolved to a type
32. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 121)
String updateSiteLabel = feature.getUpdateSiteLabel();
Feature cannot be resolved to a type
33. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 122)
String updateSiteURL = feature.getUpdateSiteURL();
Feature cannot be resolved to a type
34. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 123)
URLEntry[] siteEntries = feature.getDiscoverySites();
URLEntry cannot be resolved to a type
35. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 123)
URLEntry[] siteEntries = feature.getDiscoverySites();
Feature cannot be resolved to a type
36. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 146)
FeatureEntry[] entries = feature.getEntries();
FeatureEntry cannot be resolved to a type
37. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 146)
FeatureEntry[] entries = feature.getEntries();
Feature cannot be resolved to a type
38. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 155)
parameters.put(VERSION, tmpFeature.getVersion());
The method getVersion() is undefined for the type BuildTimeFeature
39. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 168)
FeatureEntry[] entries = feature.getEntries();
FeatureEntry cannot be resolved to a type
40. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 168)
FeatureEntry[] entries = feature.getEntries();
Feature cannot be resolved to a type
41. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 214)
FeatureEntry[] entries = feature.getEntries();
FeatureEntry cannot be resolved to a type
42. ERROR in /src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 214)
FeatureEntry[] entries = feature.getEntries();
Feature cannot be resolved to a type

/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java : 11 errors :

1. ERROR in /src/org/eclipse/pde/internal/build/FetchScriptGenerator.java
 (at line 17)
import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/build/FetchScriptGenerator.java
 (at line 173)
FeatureEntry[] referencedFeatures = feature.getIncludedFeatureReferences();
FeatureEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/build/FetchScriptGenerator.java
 (at line 173)
FeatureEntry[] referencedFeatures = feature.getIncludedFeatureReferences();
The method getIncludedFeatureReferences() from the type BuildTimeFeature refers to the missing type FeatureEntry
4. ERROR in /src/org/eclipse/pde/internal/build/FetchScriptGenerator.java
 (at line 324)
FeatureEntry[] compiledFeatures = feature.getIncludedFeatureReferences();
FeatureEntry cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/build/FetchScriptGenerator.java
 (at line 324)
FeatureEntry[] compiledFeatures = feature.getIncludedFeatureReferences();
The method getIncludedFeatureReferences() from the type BuildTimeFeature refers to the missing type FeatureEntry
6. ERROR in /src/org/eclipse/pde/internal/build/FetchScriptGenerator.java
 (at line 418)
FeatureEntry[] allChildren = feature.getRawPluginEntries();
FeatureEntry cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/build/FetchScriptGenerator.java
 (at line 418)
FeatureEntry[] allChildren = feature.getRawPluginEntries();
The method getRawPluginEntries() from the type BuildTimeFeature refers to the missing type FeatureEntry
8. ERROR in /src/org/eclipse/pde/internal/build/FetchScriptGenerator.java
 (at line 419)
FeatureEntry[] compiledChildren = feature.getPluginEntries();
FeatureEntry cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/build/FetchScriptGenerator.java
 (at line 419)
FeatureEntry[] compiledChildren = feature.getPluginEntries();
The method getPluginEntries() from the type BuildTimeFeature refers to the missing type FeatureEntry
10. ERROR in /src/org/eclipse/pde/internal/build/FetchScriptGenerator.java
 (at line 444)
elementId = feature.getLicenseFeature();
The method getLicenseFeature() is undefined for the type BuildTimeFeature
11. ERROR in /src/org/eclipse/pde/internal/build/FetchScriptGenerator.java
 (at line 449)
String version = feature.getLicenseFeatureVersion();
The method getLicenseFeatureVersion() is undefined for the type BuildTimeFeature

/src/org/eclipse/pde/internal/build/IPDEBuildConstants.java : 4 errors :

1. ERROR in /src/org/eclipse/pde/internal/build/IPDEBuildConstants.java
 (at line 13)
import org.eclipse.pde.internal.publishing.Constants;
The import org.eclipse.pde.internal.publishing cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/build/IPDEBuildConstants.java
 (at line 106)
public final static int EXCEPTION_FEATURE_PARSE = Constants.EXCEPTION_FEATURE_PARSE;
Constants cannot be resolved to a variable
3. ERROR in /src/org/eclipse/pde/internal/build/IPDEBuildConstants.java
 (at line 132)
public final static String ECLIPSE_BUNDLE_SHAPE = Constants.ECLIPSE_BUNDLE_SHAPE;
Constants cannot be resolved to a variable
4. ERROR in /src/org/eclipse/pde/internal/build/IPDEBuildConstants.java
 (at line 138)
public static final String BUNDLE_EQUINOX_LAUNCHER = Constants.BUNDLE_EQUINOX_LAUNCHER;
Constants cannot be resolved to a variable

/src/org/eclipse/pde/internal/build/P2ConfigScriptGenerator.java : 11 errors :

1. ERROR in /src/org/eclipse/pde/internal/build/P2ConfigScriptGenerator.java
 (at line 182)
script.printAttribute("id", features[i].getId(), true); //$NON-NLS-1$
The method getId() is undefined for the type BuildTimeFeature
2. ERROR in /src/org/eclipse/pde/internal/build/P2ConfigScriptGenerator.java
 (at line 183)
script.printAttribute("version", features[i].getVersion(), true); //$NON-NLS-1$
The method getVersion() is undefined for the type BuildTimeFeature
3. ERROR in /src/org/eclipse/pde/internal/build/P2ConfigScriptGenerator.java
 (at line 384)
script.printAttribute(VERSION, feature.getVersion(), true);
The method getVersion() is undefined for the type BuildTimeFeature
4. ERROR in /src/org/eclipse/pde/internal/build/P2ConfigScriptGenerator.java
 (at line 455)
String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$
The method getId() is undefined for the type BuildTimeFeature
5. ERROR in /src/org/eclipse/pde/internal/build/P2ConfigScriptGenerator.java
 (at line 455)
String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$
The method getVersion() is undefined for the type BuildTimeFeature
6. ERROR in /src/org/eclipse/pde/internal/build/P2ConfigScriptGenerator.java
 (at line 471)
String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$
The method getId() is undefined for the type BuildTimeFeature
7. ERROR in /src/org/eclipse/pde/internal/build/P2ConfigScriptGenerator.java
 (at line 471)
String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$
The method getVersion() is undefined for the type BuildTimeFeature
8. ERROR in /src/org/eclipse/pde/internal/build/P2ConfigScriptGenerator.java
 (at line 489)
if (!feature.getId().equals(FEATURE_EQUINOX_EXECUTABLE))
The method getId() is undefined for the type BuildTimeFeature
9. ERROR in /src/org/eclipse/pde/internal/build/P2ConfigScriptGenerator.java
 (at line 492)
if (feature.isBinary() || !OLD_EXECUTABLE_RANGE.isIncluded(new Version(feature.getVersion())))
The method getVersion() is undefined for the type BuildTimeFeature
10. ERROR in /src/org/eclipse/pde/internal/build/P2ConfigScriptGenerator.java
 (at line 501)
String featureFullName = executableFeature.getId() + "_" + executableFeature.getVersion(); //$NON-NLS-1$
The method getId() is undefined for the type BuildTimeFeature
11. ERROR in /src/org/eclipse/pde/internal/build/P2ConfigScriptGenerator.java
 (at line 501)
String featureFullName = executableFeature.getId() + "_" + executableFeature.getVersion(); //$NON-NLS-1$
The method getVersion() is undefined for the type BuildTimeFeature

/src/org/eclipse/pde/internal/build/ProductFile.java : 12 errors :

1. ERROR in /src/org/eclipse/pde/internal/build/ProductFile.java
 (at line 19)
import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/build/ProductFile.java
 (at line 166)
FeatureEntry entry = (FeatureEntry) iterator.next();
FeatureEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/build/ProductFile.java
 (at line 166)
FeatureEntry entry = (FeatureEntry) iterator.next();
FeatureEntry cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/build/ProductFile.java
 (at line 179)
FeatureEntry entry = (FeatureEntry) iterator.next();
FeatureEntry cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/build/ProductFile.java
 (at line 179)
FeatureEntry entry = (FeatureEntry) iterator.next();
FeatureEntry cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/build/ProductFile.java
 (at line 192)
FeatureEntry entry = (FeatureEntry) iterator.next();
FeatureEntry cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/build/ProductFile.java
 (at line 192)
FeatureEntry entry = (FeatureEntry) iterator.next();
FeatureEntry cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/build/ProductFile.java
 (at line 204)
FeatureEntry entry = (FeatureEntry) iterator.next();
FeatureEntry cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/build/ProductFile.java
 (at line 204)
FeatureEntry entry = (FeatureEntry) iterator.next();
FeatureEntry cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/internal/build/ProductFile.java
 (at line 537)
FeatureEntry entry = new FeatureEntry(pluginId, pluginVersion != null ? pluginVersion : GENERIC_VERSION_NUMBER, true);
FeatureEntry cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/internal/build/ProductFile.java
 (at line 537)
FeatureEntry entry = new FeatureEntry(pluginId, pluginVersion != null ? pluginVersion : GENERIC_VERSION_NUMBER, true);
FeatureEntry cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/internal/build/ProductFile.java
 (at line 547)
entries.add(new FeatureEntry(featureId, featureVersion != null ? featureVersion : GENERIC_VERSION_NUMBER, false));
FeatureEntry cannot be resolved to a type

/src/org/eclipse/pde/internal/build/ProductGenerator.java : 5 errors :

1. ERROR in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 18)
import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 257)
String brandedVersion = executableFeature.getVersion();
The method getVersion() is undefined for the type BuildTimeFeature
3. ERROR in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 319)
versionString = requiredFeature.getVersion();
The method getVersion() is undefined for the type BuildTimeFeature
4. ERROR in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 372)
FeatureEntry entry = (FeatureEntry) iter.next();
FeatureEntry cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 372)
FeatureEntry entry = (FeatureEntry) iter.next();
FeatureEntry cannot be resolved to a type

/src/org/eclipse/pde/internal/build/ShapeAdvisor.java : 5 errors :

1. ERROR in /src/org/eclipse/pde/internal/build/ShapeAdvisor.java
 (at line 17)
import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/build/ShapeAdvisor.java
 (at line 51)
return getFinalShape(feature.getId(), feature.getVersion(), FLAT, true);
The method getId() is undefined for the type BuildTimeFeature
3. ERROR in /src/org/eclipse/pde/internal/build/ShapeAdvisor.java
 (at line 51)
return getFinalShape(feature.getId(), feature.getVersion(), FLAT, true);
The method getVersion() is undefined for the type BuildTimeFeature
4. ERROR in /src/org/eclipse/pde/internal/build/ShapeAdvisor.java
 (at line 90)
FeatureEntry entry = (FeatureEntry) iterator.next();
FeatureEntry cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/build/ShapeAdvisor.java
 (at line 90)
FeatureEntry entry = (FeatureEntry) iterator.next();
FeatureEntry cannot be resolved to a type

/src/org/eclipse/pde/internal/build/SourceFeatureWriter.java : 5 errors :

1. ERROR in /src/org/eclipse/pde/internal/build/SourceFeatureWriter.java
 (at line 17)
import org.eclipse.equinox.p2.publisher.eclipse.Feature;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/build/SourceFeatureWriter.java
 (at line 18)
import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/build/SourceFeatureWriter.java
 (at line 23)
public SourceFeatureWriter(OutputStream out, Feature feature, BuildTimeSite site) throws IOException {
Feature cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/build/SourceFeatureWriter.java
 (at line 30)
FeatureEntry[] features = feature.getEntries();
FeatureEntry cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/build/SourceFeatureWriter.java
 (at line 30)
FeatureEntry[] features = feature.getEntries();
Feature cannot be resolved to a type

/src/org/eclipse/pde/internal/build/Utils.java : 15 errors :

1. ERROR in /src/org/eclipse/pde/internal/build/Utils.java
 (at line 19)
import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/build/Utils.java
 (at line 111)
public static VersionRange createVersionRange(FeatureEntry entry) {
FeatureEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/build/Utils.java
 (at line 402)
org.eclipse.pde.internal.publishing.Utils.copy(source, destination);
org.eclipse.pde.internal.publishing cannot be resolved
4. ERROR in /src/org/eclipse/pde/internal/build/Utils.java
 (at line 426)
public static FeatureEntry[] getPluginEntry(BuildTimeFeature feature, String pluginId, boolean raw) {
FeatureEntry cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/build/Utils.java
 (at line 427)
FeatureEntry[] plugins;
FeatureEntry cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/build/Utils.java
 (at line 429)
plugins = feature.getRawPluginEntries();
The method getRawPluginEntries() from the type BuildTimeFeature refers to the missing type FeatureEntry
7. ERROR in /src/org/eclipse/pde/internal/build/Utils.java
 (at line 431)
plugins = feature.getPluginEntries();
The method getPluginEntries() from the type BuildTimeFeature refers to the missing type FeatureEntry
8. ERROR in /src/org/eclipse/pde/internal/build/Utils.java
 (at line 438)
return (FeatureEntry[]) foundEntries.toArray(new FeatureEntry[foundEntries.size()]);
FeatureEntry cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/build/Utils.java
 (at line 438)
return (FeatureEntry[]) foundEntries.toArray(new FeatureEntry[foundEntries.size()]);
FeatureEntry cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/internal/build/Utils.java
 (at line 473)
public static boolean isIn(FeatureEntry[] array, FeatureEntry element) {
FeatureEntry cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/internal/build/Utils.java
 (at line 473)
public static boolean isIn(FeatureEntry[] array, FeatureEntry element) {
FeatureEntry cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/internal/build/Utils.java
 (at line 992)
return org.eclipse.pde.internal.publishing.Utils.guessUnpack(bundle, classpath);
org.eclipse.pde.internal.publishing cannot be resolved
13. ERROR in /src/org/eclipse/pde/internal/build/Utils.java
 (at line 1006)
public static String getEntryVersionMappings(FeatureEntry[] entries, BuildTimeSite site) {
FeatureEntry cannot be resolved to a type
14. ERROR in /src/org/eclipse/pde/internal/build/Utils.java
 (at line 1010)
public static String getEntryVersionMappings(FeatureEntry[] entries, BuildTimeSite site, AssemblyInformation assembly) {
FeatureEntry cannot be resolved to a type
15. ERROR in /src/org/eclipse/pde/internal/build/Utils.java
 (at line 1037)
newVersion = feature.getVersion();
The method getVersion() is undefined for the type BuildTimeFeature

/src/org/eclipse/pde/internal/build/builder/AbstractBuildScriptGenerator.java : 2 errors :

1. ERROR in /src/org/eclipse/pde/internal/build/builder/AbstractBuildScriptGenerator.java
 (at line 17)
import org.eclipse.equinox.p2.publisher.eclipse.IPlatformEntry;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/build/builder/AbstractBuildScriptGenerator.java
 (at line 89)
public List selectConfigs(IPlatformEntry element) {
IPlatformEntry cannot be resolved to a type

/src/org/eclipse/pde/internal/build/builder/BuildDirector.java : 24 errors :

1. ERROR in /src/org/eclipse/pde/internal/build/builder/BuildDirector.java
 (at line 16)
import org.eclipse.equinox.p2.publisher.eclipse.Feature;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/build/builder/BuildDirector.java
 (at line 17)
import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/build/builder/BuildDirector.java
 (at line 116)
FeatureEntry[] pluginList = feature.getPluginEntries();
FeatureEntry cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/build/builder/BuildDirector.java
 (at line 116)
FeatureEntry[] pluginList = feature.getPluginEntries();
The method getPluginEntries() from the type BuildTimeFeature refers to the missing type FeatureEntry
5. ERROR in /src/org/eclipse/pde/internal/build/builder/BuildDirector.java
 (at line 118)
FeatureEntry entry = pluginList[i];
FeatureEntry cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/build/builder/BuildDirector.java
 (at line 162)
private void associateModelAndEntry(BundleDescription model, FeatureEntry entry) {
FeatureEntry cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/build/builder/BuildDirector.java
 (at line 176)
private void generateEmbeddedSource(FeatureEntry pluginEntry, String[] extraEntries, boolean individual) throws CoreException {
FeatureEntry cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/build/builder/BuildDirector.java
 (at line 247)
FeatureEntry[] referencedFeatures = feature.getIncludedFeatureReferences();
FeatureEntry cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/build/builder/BuildDirector.java
 (at line 247)
FeatureEntry[] referencedFeatures = feature.getIncludedFeatureReferences();
The method getIncludedFeatureReferences() from the type BuildTimeFeature refers to the missing type FeatureEntry
10. ERROR in /src/org/eclipse/pde/internal/build/builder/BuildDirector.java
 (at line 270)
private void absorbExceptionIfOptionalFeature(FeatureEntry entry, CoreException toAbsorb) throws CoreException {
FeatureEntry cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/internal/build/builder/BuildDirector.java
 (at line 282)
Version versionId = new Version(feature.getVersion());
The method getVersion() is undefined for the type BuildTimeFeature
12. ERROR in /src/org/eclipse/pde/internal/build/builder/BuildDirector.java
 (at line 288)
feature.setVersion(newVersion);
The method setVersion(String) is undefined for the type BuildTimeFeature
13. ERROR in /src/org/eclipse/pde/internal/build/builder/BuildDirector.java
 (at line 377)
FeatureEntry[] referencedFeatures = buildFeature.getIncludedFeatureReferences();
FeatureEntry cannot be resolved to a type
14. ERROR in /src/org/eclipse/pde/internal/build/builder/BuildDirector.java
 (at line 377)
FeatureEntry[] referencedFeatures = buildFeature.getIncludedFeatureReferences();
The method getIncludedFeatureReferences() from the type BuildTimeFeature refers to the missing type FeatureEntry
15. ERROR in /src/org/eclipse/pde/internal/build/builder/BuildDirector.java
 (at line 378)
FeatureEntry[] pluginList = buildFeature.getRawPluginEntries();
FeatureEntry cannot be resolved to a type
16. ERROR in /src/org/eclipse/pde/internal/build/builder/BuildDirector.java
 (at line 378)
FeatureEntry[] pluginList = buildFeature.getRawPluginEntries();
The method getRawPluginEntries() from the type BuildTimeFeature refers to the missing type FeatureEntry
17. ERROR in /src/org/eclipse/pde/internal/build/builder/BuildDirector.java
 (at line 396)
Version version = new Version(refFeature.getVersion());
The method getVersion() is undefined for the type BuildTimeFeature
18. ERROR in /src/org/eclipse/pde/internal/build/builder/BuildDirector.java
 (at line 423)
FeatureEntry entry = pluginList[i];
FeatureEntry cannot be resolved to a type
19. ERROR in /src/org/eclipse/pde/internal/build/builder/BuildDirector.java
 (at line 528)
FeatureEntry correspondingEntry = (FeatureEntry) entryIter.next();
FeatureEntry cannot be resolved to a type
20. ERROR in /src/org/eclipse/pde/internal/build/builder/BuildDirector.java
 (at line 528)
FeatureEntry correspondingEntry = (FeatureEntry) entryIter.next();
FeatureEntry cannot be resolved to a type
21. ERROR in /src/org/eclipse/pde/internal/build/builder/BuildDirector.java
 (at line 602)
if (featureToCollect.getId().equals(CONTAINER_FEATURE) || featureToCollect.getId().equals(UI_CONTAINER_FEATURE))
The method getId() is undefined for the type BuildTimeFeature
22. ERROR in /src/org/eclipse/pde/internal/build/builder/BuildDirector.java
 (at line 602)
if (featureToCollect.getId().equals(CONTAINER_FEATURE) || featureToCollect.getId().equals(UI_CONTAINER_FEATURE))
The method getId() is undefined for the type BuildTimeFeature
23. ERROR in /src/org/eclipse/pde/internal/build/builder/BuildDirector.java
 (at line 611)
List correctConfigs = selectConfigs(featureToCollect);
The method selectConfigs(IPlatformEntry) from the type AbstractBuildScriptGenerator refers to the missing type IPlatformEntry
24. ERROR in /src/org/eclipse/pde/internal/build/builder/BuildDirector.java
 (at line 688)
protected void collectElementToAssemble(FeatureEntry entryToCollect) throws CoreException {
FeatureEntry cannot be resolved to a type

/src/org/eclipse/pde/internal/build/builder/ClasspathComputer3_0.java : 3 errors :

1. ERROR in /src/org/eclipse/pde/internal/build/builder/ClasspathComputer3_0.java
 (at line 20)
import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/build/builder/ClasspathComputer3_0.java
 (at line 619)
FeatureEntry associatedEntry = generator.getAssociatedEntry();
FeatureEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/build/builder/ClasspathComputer3_0.java
 (at line 619)
FeatureEntry associatedEntry = generator.getAssociatedEntry();
The method getAssociatedEntry() from the type ModelBuildScriptGenerator refers to the missing type FeatureEntry

/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java : 42 errors :

1. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 19)
import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 61)
featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$
The method getId() is undefined for the type BuildTimeFeature
3. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 61)
featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$
The method getVersion() is undefined for the type BuildTimeFeature
4. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 77)
sourceFeatureName = feature.getId().endsWith(".source") ? feature.getId() : feature.getId() + ".source"; //$NON-NLS-1$ //$NON-NLS-2$
The method getId() is undefined for the type BuildTimeFeature
5. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 77)
sourceFeatureName = feature.getId().endsWith(".source") ? feature.getId() : feature.getId() + ".source"; //$NON-NLS-1$ //$NON-NLS-2$
The method getId() is undefined for the type BuildTimeFeature
6. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 77)
sourceFeatureName = feature.getId().endsWith(".source") ? feature.getId() : feature.getId() + ".source"; //$NON-NLS-1$ //$NON-NLS-2$
The method getId() is undefined for the type BuildTimeFeature
7. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 78)
sourceFeatureFullNameVersioned = sourceFeatureName + "_" + feature.getVersion(); //$NON-NLS-1$
The method getVersion() is undefined for the type BuildTimeFeature
8. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 112)
Utils.updateVersion(customBuildFile, PROPERTY_FEATURE_VERSION_SUFFIX, feature.getVersion());
The method getVersion() is undefined for the type BuildTimeFeature
9. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 238)
script.printTargetDeclaration(TARGET_CLEAN, TARGET_INIT, null, null, NLS.bind(Messages.build_feature_clean, feature.getId()));
The method getId() is undefined for the type BuildTimeFeature
10. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 393)
String featureVersionInfo = Utils.getEntryVersionMappings(feature.getRawIncludedFeatureReferences(), getSite(false));
The method getRawIncludedFeatureReferences() from the type BuildTimeFeature refers to the missing type FeatureEntry
11. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 394)
String pluginVersionInfo = Utils.getEntryVersionMappings(feature.getRawPluginEntries(), getSite(false));
The method getRawPluginEntries() from the type BuildTimeFeature refers to the missing type FeatureEntry
12. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 396)
script.println("<eclipse.idReplacer featureFilePath=\"" + AntScript.getEscaped(root) + '/' + Constants.FEATURE_FILENAME_DESCRIPTOR + "\" selfVersion=\"" + feature.getVersion() + "\" featureIds=\"" + featureVersionInfo + "\" pluginIds=\"" + pluginVersionInfo + "\"/>"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$
The method getVersion() is undefined for the type BuildTimeFeature
13. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 408)
String licenseFeatureName = feature.getLicenseFeature();
The method getLicenseFeature() is undefined for the type BuildTimeFeature
14. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 412)
licenseFeature = getSite(false).findFeature(licenseFeatureName, feature.getLicenseFeatureVersion(), true);
The method getLicenseFeatureVersion() is undefined for the type BuildTimeFeature
15. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 552)
script.printTargetDeclaration(TARGET_BUILD_UPDATE_JAR, TARGET_INIT, null, null, NLS.bind(Messages.build_feature_buildUpdateJar, feature.getId()));
The method getId() is undefined for the type BuildTimeFeature
16. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 562)
params.put(PROPERTY_OS, feature.getOS() == null ? Config.ANY : feature.getOS());
The method getOS() is undefined for the type BuildTimeFeature
17. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 562)
params.put(PROPERTY_OS, feature.getOS() == null ? Config.ANY : feature.getOS());
The method getOS() is undefined for the type BuildTimeFeature
18. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 563)
params.put(PROPERTY_WS, feature.getWS() == null ? Config.ANY : feature.getWS());
The method getWS() is undefined for the type BuildTimeFeature
19. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 563)
params.put(PROPERTY_WS, feature.getWS() == null ? Config.ANY : feature.getWS());
The method getWS() is undefined for the type BuildTimeFeature
20. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 564)
params.put(PROPERTY_ARCH, feature.getArch() == null ? Config.ANY : feature.getArch());
The method getArch() is undefined for the type BuildTimeFeature
21. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 564)
params.put(PROPERTY_ARCH, feature.getArch() == null ? Config.ANY : feature.getArch());
The method getArch() is undefined for the type BuildTimeFeature
22. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 565)
params.put(PROPERTY_NL, feature.getNL() == null ? Config.ANY : feature.getNL());
The method getNL() is undefined for the type BuildTimeFeature
23. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 565)
params.put(PROPERTY_NL, feature.getNL() == null ? Config.ANY : feature.getNL());
The method getNL() is undefined for the type BuildTimeFeature
24. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 594)
script.printTargetDeclaration(TARGET_ZIP_DISTRIBUTION, TARGET_INIT, null, null, NLS.bind(Messages.build_feature_zips, feature.getId()));
The method getId() is undefined for the type BuildTimeFeature
25. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 600)
params.put(PROPERTY_OS, feature.getOS() == null ? Config.ANY : feature.getOS());
The method getOS() is undefined for the type BuildTimeFeature
26. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 600)
params.put(PROPERTY_OS, feature.getOS() == null ? Config.ANY : feature.getOS());
The method getOS() is undefined for the type BuildTimeFeature
27. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 601)
params.put(PROPERTY_WS, feature.getWS() == null ? Config.ANY : feature.getWS());
The method getWS() is undefined for the type BuildTimeFeature
28. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 601)
params.put(PROPERTY_WS, feature.getWS() == null ? Config.ANY : feature.getWS());
The method getWS() is undefined for the type BuildTimeFeature
29. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 602)
params.put(PROPERTY_ARCH, feature.getArch() == null ? Config.ANY : feature.getArch());
The method getArch() is undefined for the type BuildTimeFeature
30. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 602)
params.put(PROPERTY_ARCH, feature.getArch() == null ? Config.ANY : feature.getArch());
The method getArch() is undefined for the type BuildTimeFeature
31. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 603)
params.put(PROPERTY_NL, feature.getNL() == null ? Config.ANY : feature.getNL());
The method getNL() is undefined for the type BuildTimeFeature
32. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 603)
params.put(PROPERTY_NL, feature.getNL() == null ? Config.ANY : feature.getNL());
The method getNL() is undefined for the type BuildTimeFeature
33. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 650)
FeatureEntry[] entries = Utils.getPluginEntry(feature, current.getSymbolicName(), false); //TODO This can be improved to use the value from the user object in the bundleDescription
FeatureEntry cannot be resolved to a type
34. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 650)
FeatureEntry[] entries = Utils.getPluginEntry(feature, current.getSymbolicName(), false); //TODO This can be improved to use the value from the user object in the bundleDescription
The method getPluginEntry(BuildTimeFeature, String, boolean) from the type Utils refers to the missing type FeatureEntry
35. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 673)
FeatureEntry[] pluginList = feature.getPluginEntries();
FeatureEntry cannot be resolved to a type
36. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 673)
FeatureEntry[] pluginList = feature.getPluginEntries();
The method getPluginEntries() from the type BuildTimeFeature refers to the missing type FeatureEntry
37. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 675)
FeatureEntry entry = pluginList[i];
FeatureEntry cannot be resolved to a type
38. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 695)
FeatureEntry[] features = feature.getIncludedFeatureReferences();
FeatureEntry cannot be resolved to a type
39. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 695)
FeatureEntry[] features = feature.getIncludedFeatureReferences();
The method getIncludedFeatureReferences() from the type BuildTimeFeature refers to the missing type FeatureEntry
40. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 730)
script.printProjectDeclaration(feature.getId(), TARGET_BUILD_UPDATE_JAR, "."); //$NON-NLS-1$
The method getId() is undefined for the type BuildTimeFeature
41. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 786)
script.printTargetDeclaration(TARGET_BUILD_JARS, TARGET_INIT, null, null, NLS.bind(Messages.build_feature_buildJars, feature.getId()));
The method getId() is undefined for the type BuildTimeFeature
42. ERROR in /src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java
 (at line 804)
script.printTargetDeclaration(TARGET_REFRESH, TARGET_INIT, PROPERTY_ECLIPSE_RUNNING, null, NLS.bind(Messages.build_feature_refresh, feature.getId()));
The method getId() is undefined for the type BuildTimeFeature

/src/org/eclipse/pde/internal/build/builder/ModelBuildScriptGenerator.java : 9 errors :

1. ERROR in /src/org/eclipse/pde/internal/build/builder/ModelBuildScriptGenerator.java
 (at line 16)
import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/build/builder/ModelBuildScriptGenerator.java
 (at line 97)
private FeatureEntry associatedEntry;
FeatureEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/build/builder/ModelBuildScriptGenerator.java
 (at line 702)
if (associatedEntry != null && (associatedEntry.unpackSet() || !Utils.hasBundleShapeHeader(model)))
FeatureEntry cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/build/builder/ModelBuildScriptGenerator.java
 (at line 702)
if (associatedEntry != null && (associatedEntry.unpackSet() || !Utils.hasBundleShapeHeader(model)))
FeatureEntry cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/build/builder/ModelBuildScriptGenerator.java
 (at line 703)
script.println(" unpack=\"" + String.valueOf(associatedEntry.isUnpack()) + "\""); //$NON-NLS-1$ //$NON-NLS-2$
FeatureEntry cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/build/builder/ModelBuildScriptGenerator.java
 (at line 1923)
public FeatureEntry getAssociatedEntry() {
FeatureEntry cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/build/builder/ModelBuildScriptGenerator.java
 (at line 1924)
return associatedEntry;
FeatureEntry cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/build/builder/ModelBuildScriptGenerator.java
 (at line 1927)
public void setAssociatedEntry(FeatureEntry associatedEntry) {
FeatureEntry cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/build/builder/ModelBuildScriptGenerator.java
 (at line 1928)
this.associatedEntry = associatedEntry;
FeatureEntry cannot be resolved to a type

/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java : 52 errors :

1. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 20)
import org.eclipse.equinox.p2.publisher.eclipse.*;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 89)
private String getSourcePluginName(FeatureEntry plugin, boolean versionSuffix) {
FeatureEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 94)
FeatureEntry[] pluginList = feature.getPluginEntries();
FeatureEntry cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 94)
FeatureEntry[] pluginList = feature.getPluginEntries();
The method getPluginEntries() from the type BuildTimeFeature refers to the missing type FeatureEntry
5. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 96)
FeatureEntry entry = pluginList[i];
FeatureEntry cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 110)
private void collectSourcePlugins(BuildTimeFeature feature, FeatureEntry pluginEntry, BundleDescription model) throws CoreException {
FeatureEntry cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 117)
String sourceId = computeSourceFeatureName(feature, false);
The method computeSourceFeatureName(Feature, boolean) from the type SourceGenerator refers to the missing type Feature
8. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 136)
BuildTimeFeature sourceFeature = createSourceFeature(feature);
The method createSourceFeature(Feature) from the type SourceGenerator refers to the missing type Feature
9. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 140)
FeatureEntry sourcePlugin;
FeatureEntry cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 146)
brandingPlugin = feature.getBrandingPlugin();
The method getBrandingPlugin() is undefined for the type BuildTimeFeature
11. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 149)
sourceFeature.setBrandingPlugin(brandingPlugin);
The method setBrandingPlugin(String) is undefined for the type BuildTimeFeature
12. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 151)
brandingPlugin = sourceFeature.getId();
The method getId() is undefined for the type BuildTimeFeature
13. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 154)
FeatureEntry[] plugins = feature.getPluginEntries();
FeatureEntry cannot be resolved to a type
14. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 154)
FeatureEntry[] plugins = feature.getPluginEntries();
The method getPluginEntries() from the type BuildTimeFeature refers to the missing type FeatureEntry
15. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 163)
sourcePlugin = create30SourcePlugin(sourceFeature);
The method create30SourcePlugin(BuildTimeFeature) from the type SourceGenerator refers to the missing type FeatureEntry
16. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 165)
sourcePlugin = createSourcePlugin(sourceFeature);
The method createSourcePlugin(BuildTimeFeature) from the type SourceGenerator refers to the missing type FeatureEntry
17. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 178)
FeatureEntry entry;
FeatureEntry cannot be resolved to a type
18. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 187)
entry = new FeatureEntry(id, version.toString(), false);
FeatureEntry cannot be resolved to a type
19. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 195)
IStatus status = getSite().missingPlugin(id, version.toString(), null, false);
The method missingPlugin(String, String, Feature, boolean) from the type BuildTimeSite refers to the missing type Feature
20. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 199)
entry = new FeatureEntry(model.getSymbolicName(), model.getVersion().toString(), true);
FeatureEntry cannot be resolved to a type
21. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 218)
private void generateSourceFragments(BuildTimeFeature sourceFeature, FeatureEntry sourcePlugin) throws CoreException {
FeatureEntry cannot be resolved to a type
22. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 224)
String sourceFragmentId = sourceFeature.getId() + "." + configInfo.toString("."); //$NON-NLS-1$ //$NON-NLS-2$
The method getId() is undefined for the type BuildTimeFeature
23. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 228)
FeatureEntry sourceFragment = new FeatureEntry(sourceFragmentId, sourceFeature.getVersion(), true);
FeatureEntry cannot be resolved to a type
24. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 228)
FeatureEntry sourceFragment = new FeatureEntry(sourceFragmentId, sourceFeature.getVersion(), true);
FeatureEntry cannot be resolved to a type
25. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 228)
FeatureEntry sourceFragment = new FeatureEntry(sourceFragmentId, sourceFeature.getVersion(), true);
The method getVersion() is undefined for the type BuildTimeFeature
26. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 241)
private String computeSourceFeatureName(Feature featureForName, boolean withNumber) throws CoreException {
Feature cannot be resolved to a type
27. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 251)
private BuildTimeFeature createSourceFeature(Feature featureExample) throws CoreException {
Feature cannot be resolved to a type
28. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 273)
URLEntry[] siteEntries = featureExample.getDiscoverySites();
URLEntry cannot be resolved to a type
29. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 288)
private FeatureEntry createSourcePlugin(BuildTimeFeature sourceFeature) throws CoreException {
FeatureEntry cannot be resolved to a type
30. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 290)
FeatureEntry result = new FeatureEntry(sourceFeature.getId(), sourceFeature.getVersion(), true);
FeatureEntry cannot be resolved to a type
31. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 290)
FeatureEntry result = new FeatureEntry(sourceFeature.getId(), sourceFeature.getVersion(), true);
FeatureEntry cannot be resolved to a type
32. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 290)
FeatureEntry result = new FeatureEntry(sourceFeature.getId(), sourceFeature.getVersion(), true);
The method getId() is undefined for the type BuildTimeFeature
33. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 290)
FeatureEntry result = new FeatureEntry(sourceFeature.getId(), sourceFeature.getVersion(), true);
The method getVersion() is undefined for the type BuildTimeFeature
34. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 350)
private void create30SourceFragment(FeatureEntry fragment, FeatureEntry plugin) throws CoreException {
FeatureEntry cannot be resolved to a type
35. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 350)
private void create30SourceFragment(FeatureEntry fragment, FeatureEntry plugin) throws CoreException {
FeatureEntry cannot be resolved to a type
36. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 426)
private void createSourceFragment(FeatureEntry fragment, FeatureEntry plugin) throws CoreException {
FeatureEntry cannot be resolved to a type
37. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 426)
private void createSourceFragment(FeatureEntry fragment, FeatureEntry plugin) throws CoreException {
FeatureEntry cannot be resolved to a type
38. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 492)
SourceFeatureWriter writer = new SourceFeatureWriter(new BufferedOutputStream(new FileOutputStream(file)), sourceFeature, getSite());
The constructor SourceFeatureWriter(OutputStream, Feature, BuildTimeSite) refers to the missing type Feature
39. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 499)
String message = NLS.bind(Messages.error_creatingFeature, sourceFeature.getId());
The method getId() is undefined for the type BuildTimeFeature
40. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 505)
replaceXMLAttribute(sourceFeatureDir + '/' + Constants.FEATURE_FILENAME_DESCRIPTOR, FEATURE_START_TAG, VERSION, sourceFeature.getVersion());
The method getVersion() is undefined for the type BuildTimeFeature
41. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 584)
private FeatureEntry createSourceBundle(BuildTimeFeature sourceFeature, FeatureEntry pluginEntry) throws CoreException {
FeatureEntry cannot be resolved to a type
42. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 584)
private FeatureEntry createSourceBundle(BuildTimeFeature sourceFeature, FeatureEntry pluginEntry) throws CoreException {
FeatureEntry cannot be resolved to a type
43. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 604)
FeatureEntry sourceEntry = new FeatureEntry(pluginEntry.getId() + ".source", bundle.getVersion().toString(), true); //$NON-NLS-1$
FeatureEntry cannot be resolved to a type
44. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 604)
FeatureEntry sourceEntry = new FeatureEntry(pluginEntry.getId() + ".source", bundle.getVersion().toString(), true); //$NON-NLS-1$
FeatureEntry cannot be resolved to a type
45. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 619)
FeatureEntry existingEntry = sourceFeature.findPluginEntry(sourceEntry.getId(), sourceEntry.getVersion());
FeatureEntry cannot be resolved to a type
46. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 648)
public void generateSourcePlugin(FeatureEntry sourceEntry, BundleDescription originalBundle) throws CoreException {
FeatureEntry cannot be resolved to a type
47. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 774)
private FeatureEntry create30SourcePlugin(BuildTimeFeature sourceFeature) throws CoreException {
FeatureEntry cannot be resolved to a type
48. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 776)
FeatureEntry result = new FeatureEntry(sourceFeature.getId(), sourceFeature.getVersion(), true);
FeatureEntry cannot be resolved to a type
49. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 776)
FeatureEntry result = new FeatureEntry(sourceFeature.getId(), sourceFeature.getVersion(), true);
FeatureEntry cannot be resolved to a type
50. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 776)
FeatureEntry result = new FeatureEntry(sourceFeature.getId(), sourceFeature.getVersion(), true);
The method getId() is undefined for the type BuildTimeFeature
51. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 776)
FeatureEntry result = new FeatureEntry(sourceFeature.getId(), sourceFeature.getVersion(), true);
The method getVersion() is undefined for the type BuildTimeFeature
52. ERROR in /src/org/eclipse/pde/internal/build/builder/SourceGenerator.java
 (at line 850)
private void generateSourceFiles(IPath sourcePluginDirURL, FeatureEntry sourceEntry, String templateDir, String extraFiles, BundleDescription originalBundle) throws CoreException {
FeatureEntry cannot be resolved to a type

/src/org/eclipse/pde/internal/build/packager/ElementCollector.java : 4 errors :

1. ERROR in /src/org/eclipse/pde/internal/build/packager/ElementCollector.java
 (at line 16)
import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/build/packager/ElementCollector.java
 (at line 28)
FeatureEntry[] referencedFeatures = feature.getIncludedFeatureReferences();
FeatureEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/build/packager/ElementCollector.java
 (at line 28)
FeatureEntry[] referencedFeatures = feature.getIncludedFeatureReferences();
The method getIncludedFeatureReferences() from the type BuildTimeFeature refers to the missing type FeatureEntry
4. ERROR in /src/org/eclipse/pde/internal/build/packager/ElementCollector.java
 (at line 47)
List correctConfigs = selectConfigs(featureToCollect);
The method selectConfigs(IPlatformEntry) from the type AbstractBuildScriptGenerator refers to the missing type IPlatformEntry

/src/org/eclipse/pde/internal/build/packager/PackageConfigScriptGenerator.java : 2 errors :

1. ERROR in /src/org/eclipse/pde/internal/build/packager/PackageConfigScriptGenerator.java
 (at line 61)
return feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$
The method getId() is undefined for the type BuildTimeFeature
2. ERROR in /src/org/eclipse/pde/internal/build/packager/PackageConfigScriptGenerator.java
 (at line 61)
return feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$
The method getVersion() is undefined for the type BuildTimeFeature

/src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java : 7 errors :

1. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 17)
import org.eclipse.equinox.internal.p2.publisher.eclipse.DataLoader;
The import org.eclipse.equinox.internal.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 21)
import org.eclipse.equinox.p2.publisher.eclipse.IConfigAdvice;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 22)
import org.eclipse.equinox.p2.publisher.eclipse.IExecutableAdvice;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
4. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 25)
public class AssembledConfigAdvice implements IConfigAdvice, IExecutableAdvice {
IConfigAdvice cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 25)
public class AssembledConfigAdvice implements IConfigAdvice, IExecutableAdvice {
IExecutableAdvice cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 72)
DataLoader loader = new DataLoader(new File(configRoot, "configuration/config.ini"), getLauncher(configRoot)); //$NON-NLS-1$
DataLoader cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 72)
DataLoader loader = new DataLoader(new File(configRoot, "configuration/config.ini"), getLauncher(configRoot)); //$NON-NLS-1$
DataLoader cannot be resolved to a type

/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java : 21 errors :

1. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 17)
import org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile;
The import org.eclipse.equinox.internal.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 23)
import org.eclipse.equinox.p2.publisher.eclipse.*;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 37)
private ProductFile product;
ProductFile cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 49)
if (product != null) {
ProductFile cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 50)
actions.add(new RootFileParentAction(product, flavor));
ProductFile cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 51)
actions.add(new EquinoxLauncherCUAction(flavor, info.getConfigurations()));
EquinoxLauncherCUAction cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 52)
actions.add(new ProductAction(source, product, flavor, null));
ProductAction cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 52)
actions.add(new ProductAction(source, product, flavor, null));
ProductFile cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 60)
actions.add(new FeaturesAction(new File[] {new File(sourceFile, "features")})); //$NON-NLS-1$
FeaturesAction cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 61)
actions.add(new BundlesAction(new File[] {new File(sourceFile, "plugins")})); //$NON-NLS-1$
BundlesAction cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 72)
info.addAdvice(new AssembledConfigAdvice(configs[0], sourceFile, product != null ? product.getLauncherName() : null));
The method addAdvice(IPublisherAdvice) in the type PublisherInfo is not applicable for the arguments (AssembledConfigAdvice)
12. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 72)
info.addAdvice(new AssembledConfigAdvice(configs[0], sourceFile, product != null ? product.getLauncherName() : null));
ProductFile cannot be resolved to a type
13. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 72)
info.addAdvice(new AssembledConfigAdvice(configs[0], sourceFile, product != null ? product.getLauncherName() : null));
ProductFile cannot be resolved to a type
14. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 73)
info.addAdvice(new RootFileTouchpointAdvice(product, sourceFile, new File[] {sourceFile}, null, configs[0]));
ProductFile cannot be resolved to a type
15. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 94)
String id = product != null ? product.getId() : rootId;
ProductFile cannot be resolved to a type
16. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 94)
String id = product != null ? product.getId() : rootId;
ProductFile cannot be resolved to a type
17. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 104)
if (product != null && !product.getVersion().equals(IPDEBuildConstants.GENERIC_VERSION_NUMBER)) {
ProductFile cannot be resolved to a type
18. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 104)
if (product != null && !product.getVersion().equals(IPDEBuildConstants.GENERIC_VERSION_NUMBER)) {
ProductFile cannot be resolved to a type
19. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 105)
version = product.getVersion();
ProductFile cannot be resolved to a type
20. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 165)
product = new ProductFile(file);
ProductFile cannot be resolved to a type
21. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 165)
product = new ProductFile(file);
ProductFile cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 19)
import org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile;
The import org.eclipse.equinox.internal.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 32)
public RootFileParentAction(ProductFile product, String flavor) {
ProductFile cannot be resolved to a type

/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java : 6 errors :

1. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java
 (at line 19)
import org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile;
The import org.eclipse.equinox.internal.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java
 (at line 28)
private final ProductFile product;
ProductFile cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java
 (at line 30)
public RootFileTouchpointAdvice(ProductFile product, File root, File[] includedFiles, File[] excludedFiles, String configSpec) {
ProductFile cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java
 (at line 32)
this.product = product;
ProductFile cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java
 (at line 39)
String launcherName = product != null ? product.getLauncherName() : null;
ProductFile cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java
 (at line 39)
String launcherName = product != null ? product.getLauncherName() : null;
ProductFile cannot be resolved to a type

/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java : 31 errors :

1. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java
 (at line 17)
import org.eclipse.equinox.p2.publisher.eclipse.Feature;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java
 (at line 18)
import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java
 (at line 24)
public class BuildTimeFeature extends Feature {
Feature cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java
 (at line 52)
public FeatureEntry[] getRawIncludedFeatureReferences() {
FeatureEntry cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java
 (at line 54)
FeatureEntry[] entries = getEntries();
FeatureEntry cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java
 (at line 54)
FeatureEntry[] entries = getEntries();
The method getEntries() is undefined for the type BuildTimeFeature
7. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java
 (at line 61)
return (FeatureEntry[]) included.toArray(new FeatureEntry[included.size()]);
FeatureEntry cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java
 (at line 61)
return (FeatureEntry[]) included.toArray(new FeatureEntry[included.size()]);
FeatureEntry cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java
 (at line 64)
public FeatureEntry[] getIncludedFeatureReferences() {
FeatureEntry cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java
 (at line 66)
FeatureEntry[] entries = getEntries();
FeatureEntry cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java
 (at line 66)
FeatureEntry[] entries = getEntries();
The method getEntries() is undefined for the type BuildTimeFeature
12. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java
 (at line 76)
return (FeatureEntry[]) included.toArray(new FeatureEntry[included.size()]);
FeatureEntry cannot be resolved to a type
13. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java
 (at line 76)
return (FeatureEntry[]) included.toArray(new FeatureEntry[included.size()]);
FeatureEntry cannot be resolved to a type
14. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java
 (at line 79)
public FeatureEntry[] getPluginEntries() {
FeatureEntry cannot be resolved to a type
15. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java
 (at line 81)
FeatureEntry[] entries = getEntries();
FeatureEntry cannot be resolved to a type
16. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java
 (at line 81)
FeatureEntry[] entries = getEntries();
The method getEntries() is undefined for the type BuildTimeFeature
17. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java
 (at line 89)
return (FeatureEntry[]) plugins.toArray(new FeatureEntry[plugins.size()]);
FeatureEntry cannot be resolved to a type
18. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java
 (at line 89)
return (FeatureEntry[]) plugins.toArray(new FeatureEntry[plugins.size()]);
FeatureEntry cannot be resolved to a type
19. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java
 (at line 92)
public FeatureEntry[] getRawPluginEntries() {
FeatureEntry cannot be resolved to a type
20. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java
 (at line 94)
FeatureEntry[] entries = getEntries();
FeatureEntry cannot be resolved to a type
21. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java
 (at line 94)
FeatureEntry[] entries = getEntries();
The method getEntries() is undefined for the type BuildTimeFeature
22. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java
 (at line 100)
return (FeatureEntry[]) plugins.toArray(new FeatureEntry[plugins.size()]);
FeatureEntry cannot be resolved to a type
23. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java
 (at line 100)
return (FeatureEntry[]) plugins.toArray(new FeatureEntry[plugins.size()]);
FeatureEntry cannot be resolved to a type
24. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java
 (at line 103)
public FeatureEntry[] getImports() {
FeatureEntry cannot be resolved to a type
25. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java
 (at line 105)
FeatureEntry[] entries = getEntries();
FeatureEntry cannot be resolved to a type
26. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java
 (at line 105)
FeatureEntry[] entries = getEntries();
The method getEntries() is undefined for the type BuildTimeFeature
27. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java
 (at line 111)
return (FeatureEntry[]) imports.toArray(new FeatureEntry[imports.size()]);
FeatureEntry cannot be resolved to a type
28. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java
 (at line 111)
return (FeatureEntry[]) imports.toArray(new FeatureEntry[imports.size()]);
FeatureEntry cannot be resolved to a type
29. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java
 (at line 183)
public FeatureEntry findPluginEntry(String id, String version) {
FeatureEntry cannot be resolved to a type
30. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java
 (at line 184)
FeatureEntry[] entries = getEntries();
FeatureEntry cannot be resolved to a type
31. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java
 (at line 184)
FeatureEntry[] entries = getEntries();
The method getEntries() is undefined for the type BuildTimeFeature

/src/org/eclipse/pde/internal/build/site/BuildTimeFeatureFactory.java : 8 errors :

1. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeatureFactory.java
 (at line 53)
String newVersion = QualifierReplacer.replaceQualifierInVersion(feature.getVersion(), feature.getId(), qualifier, site != null ? site.getFeatureVersions() : null);
The method getVersion() is undefined for the type BuildTimeFeature
2. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeatureFactory.java
 (at line 53)
String newVersion = QualifierReplacer.replaceQualifierInVersion(feature.getVersion(), feature.getId(), qualifier, site != null ? site.getFeatureVersions() : null);
The method getId() is undefined for the type BuildTimeFeature
3. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeatureFactory.java
 (at line 56)
if (feature.getVersion().endsWith(PROPERTY_QUALIFIER) && (qualifier == null || !qualifier.equalsIgnoreCase(PROPERTY_NONE))) {
The method getVersion() is undefined for the type BuildTimeFeature
4. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeatureFactory.java
 (at line 57)
int idx = feature.getVersion().lastIndexOf("."); //$NON-NLS-1$
The method getVersion() is undefined for the type BuildTimeFeature
5. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeatureFactory.java
 (at line 60)
feature.setVersion(newVersion);
The method setVersion(String) is undefined for the type BuildTimeFeature
6. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeatureFactory.java
 (at line 82)
feature = (BuildTimeFeature) parser.parse(featureURL);
The method parse(URL) from the type BuildTimeFeatureParser refers to the missing type Feature
7. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeatureFactory.java
 (at line 83)
if (parser.getStatus() != null) {
The method getStatus() is undefined for the type BuildTimeFeatureParser
8. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeatureFactory.java
 (at line 85)
throw new CoreException(parser.getStatus());
The method getStatus() is undefined for the type BuildTimeFeatureParser

/src/org/eclipse/pde/internal/build/site/BuildTimeFeatureParser.java : 6 errors :

1. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeatureParser.java
 (at line 17)
import org.eclipse.equinox.internal.p2.publisher.eclipse.FeatureManifestParser;
The import org.eclipse.equinox.internal.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeatureParser.java
 (at line 18)
import org.eclipse.equinox.p2.publisher.eclipse.Feature;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeatureParser.java
 (at line 21)
public class BuildTimeFeatureParser extends FeatureManifestParser {
FeatureManifestParser cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeatureParser.java
 (at line 23)
protected Feature createFeature(String id, String version) {
Feature cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeatureParser.java
 (at line 27)
public Feature parse(URL featureURL) throws SAXException, IOException {
Feature cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeFeatureParser.java
 (at line 30)
return super.parse(in, featureURL);
FeatureManifestParser cannot be resolved to a type

/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java : 25 errors :

1. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeSite.java
 (at line 18)
import org.eclipse.equinox.p2.publisher.eclipse.Feature;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeSite.java
 (at line 19)
import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeSite.java
 (at line 54)
Version v0 = new Version(((Feature) arg0).getVersion());
Feature cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeSite.java
 (at line 54)
Version v0 = new Version(((Feature) arg0).getVersion());
Feature cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeSite.java
 (at line 55)
Version v1 = new Version(((Feature) arg1).getVersion());
Feature cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeSite.java
 (at line 55)
Version v1 = new Version(((Feature) arg1).getVersion());
Feature cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeSite.java
 (at line 187)
public IStatus missingPlugin(String id, String version, Feature containingFeature, boolean throwException) throws CoreException {
Feature cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeSite.java
 (at line 207)
public static IStatus missingPlugin(BundleDescription bundle, ResolverError[] resolutionErrors, Feature containingFeature, boolean throwException) throws CoreException {
Feature cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeSite.java
 (at line 303)
Version featureVersion = new Version(feature.getVersion());
The method getVersion() is undefined for the type BuildTimeFeature
10. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeSite.java
 (at line 327)
features[i].getFeature();
The method getFeature() from the type FeatureReference refers to the missing type Feature
11. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeSite.java
 (at line 385)
FeatureEntry[] includedRefs = toAnalyse.getIncludedFeatureReferences();
FeatureEntry cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeSite.java
 (at line 385)
FeatureEntry[] includedRefs = toAnalyse.getIncludedFeatureReferences();
The method getIncludedFeatureReferences() from the type BuildTimeFeature refers to the missing type FeatureEntry
13. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeSite.java
 (at line 403)
FeatureEntry added = new FeatureEntry(id, version.toString(), false);
FeatureEntry cannot be resolved to a type
14. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeSite.java
 (at line 403)
FeatureEntry added = new FeatureEntry(id, version.toString(), false);
FeatureEntry cannot be resolved to a type
15. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeSite.java
 (at line 404)
FeatureEntry[] expanded = new FeatureEntry[includedRefs.length + 1];
FeatureEntry cannot be resolved to a type
16. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeSite.java
 (at line 404)
FeatureEntry[] expanded = new FeatureEntry[includedRefs.length + 1];
FeatureEntry cannot be resolved to a type
17. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeSite.java
 (at line 419)
FeatureEntry[] entries = toAnalyse.getPluginEntries();
FeatureEntry cannot be resolved to a type
18. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeSite.java
 (at line 419)
FeatureEntry[] entries = toAnalyse.getPluginEntries();
The method getPluginEntries() from the type BuildTimeFeature refers to the missing type FeatureEntry
19. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeSite.java
 (at line 423)
FeatureEntry[] imports = toAnalyse.getImports();
FeatureEntry cannot be resolved to a type
20. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeSite.java
 (at line 423)
FeatureEntry[] imports = toAnalyse.getImports();
The method getImports() from the type BuildTimeFeature refers to the missing type FeatureEntry
21. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeSite.java
 (at line 458)
public void addPluginEntry(FeatureEntry pluginEntry) {
FeatureEntry cannot be resolved to a type
22. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeSite.java
 (at line 462)
public Feature createFeature(URL url) throws CoreException {
Feature cannot be resolved to a type
23. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeSite.java
 (at line 471)
if (featureCache.containsKey(feature.getId())) {
The method getId() is undefined for the type BuildTimeFeature
24. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeSite.java
 (at line 472)
Set set = (Set) featureCache.get(feature.getId());
The method getId() is undefined for the type BuildTimeFeature
25. ERROR in /src/org/eclipse/pde/internal/build/site/BuildTimeSite.java
 (at line 477)
featureCache.put(feature.getId(), set);
The method getId() is undefined for the type BuildTimeFeature

/src/org/eclipse/pde/internal/build/site/ReachablePlugin.java : 2 errors :

1. ERROR in /src/org/eclipse/pde/internal/build/site/ReachablePlugin.java
 (at line 13)
import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/build/site/ReachablePlugin.java
 (at line 34)
public ReachablePlugin(FeatureEntry entry) {
FeatureEntry cannot be resolved to a type

/src/org/eclipse/pde/internal/build/site/compatibility/FeatureReference.java : 9 errors :

1. ERROR in /src/org/eclipse/pde/internal/build/site/compatibility/FeatureReference.java
 (at line 16)
import org.eclipse.equinox.p2.publisher.eclipse.Feature;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/build/site/compatibility/FeatureReference.java
 (at line 24)
private Feature feature;
Feature cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/build/site/compatibility/FeatureReference.java
 (at line 34)
public Feature getFeature() throws CoreException {
Feature cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/build/site/compatibility/FeatureReference.java
 (at line 35)
if (feature != null)
Feature cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/build/site/compatibility/FeatureReference.java
 (at line 36)
return feature;
Feature cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/build/site/compatibility/FeatureReference.java
 (at line 39)
feature = site.createFeature(getURL());
Feature cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/build/site/compatibility/FeatureReference.java
 (at line 39)
feature = site.createFeature(getURL());
The method createFeature(URL) from the type BuildTimeSite refers to the missing type Feature
8. ERROR in /src/org/eclipse/pde/internal/build/site/compatibility/FeatureReference.java
 (at line 42)
feature = factory.createFeature(getURL(), null);
Feature cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/build/site/compatibility/FeatureReference.java
 (at line 44)
return feature;
Feature cannot be resolved to a type

/src/org/eclipse/pde/internal/build/site/compatibility/SiteManager.java : 2 errors :

1. ERROR in /src/org/eclipse/pde/internal/build/site/compatibility/SiteManager.java
 (at line 14)
import org.eclipse.equinox.p2.publisher.eclipse.IPlatformEntry;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/build/site/compatibility/SiteManager.java
 (at line 62)
public static boolean isValidEnvironment(IPlatformEntry candidate) {
IPlatformEntry cannot be resolved to a type

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 17)
import org.eclipse.equinox.internal.p2.publisher.QuotedTokenizer;
Discouraged access: The type QuotedTokenizer is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
2. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 683)
QuotedTokenizer tokenizer = new QuotedTokenizer(programArgs);
Discouraged access: The type QuotedTokenizer is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
3. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 683)
QuotedTokenizer tokenizer = new QuotedTokenizer(programArgs);
Discouraged access: The constructor QuotedTokenizer(String) is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
4. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 683)
QuotedTokenizer tokenizer = new QuotedTokenizer(programArgs);
Discouraged access: The type QuotedTokenizer is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
5. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 684)
while (tokenizer.hasMoreTokens()) {
Discouraged access: The method hasMoreTokens() from the type QuotedTokenizer is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
6. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 685)
String token = tokenizer.nextToken().trim();
Discouraged access: The method nextToken() from the type QuotedTokenizer is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
7. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 695)
QuotedTokenizer tokenizer = new QuotedTokenizer(vmArgs);
Discouraged access: The type QuotedTokenizer is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
8. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 695)
QuotedTokenizer tokenizer = new QuotedTokenizer(vmArgs);
Discouraged access: The constructor QuotedTokenizer(String) is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
9. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 695)
QuotedTokenizer tokenizer = new QuotedTokenizer(vmArgs);
Discouraged access: The type QuotedTokenizer is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
10. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 696)
while (tokenizer.hasMoreTokens()) {
Discouraged access: The method hasMoreTokens() from the type QuotedTokenizer is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
11. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 697)
String token = tokenizer.nextToken().trim();
Discouraged access: The method nextToken() from the type QuotedTokenizer is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 16)
import org.eclipse.equinox.internal.p2.core.helpers.CollectionUtils;
Discouraged access: The type CollectionUtils is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 18)
import org.eclipse.equinox.internal.provisional.frameworkadmin.ConfigData;
Discouraged access: The type ConfigData is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
3. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 19)
import org.eclipse.equinox.internal.provisional.frameworkadmin.LauncherData;
Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
4. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 28)
private LauncherData launcherData = null;
Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
5. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 29)
private ConfigData configData = null;
Discouraged access: The type ConfigData is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
6. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 38)
return configData.getBundles();
Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
7. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 42)
Properties configProps = configData.getProperties();
Discouraged access: The method getProperties() from the type ConfigData is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
8. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 44)
CollectionUtils.putAll(configProps, props);
Discouraged access: The type CollectionUtils is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.core/@dot
9. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 44)
CollectionUtils.putAll(configProps, props);
Discouraged access: The method putAll(Properties, Map) from the type CollectionUtils is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.core/@dot
10. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 45)
int startLevel = configData.getInitialBundleStartLevel();
Discouraged access: The method getInitialBundleStartLevel() from the type ConfigData is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
11. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 82)
return (launcherData != null) ? launcherData.getProgramArgs() : new String[0];
Discouraged access: The method getProgramArgs() from the type LauncherData is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
12. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 86)
return (launcherData != null) ? launcherData.getJvmArgs() : new String[0];
Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 26)
public class GeneratorApplication extends AbstractPublisherApplication {
Discouraged access: The type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
2. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 33)
private IPublisherResult result = null;
Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
3. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 42)
protected IPublisherAction[] createActions() {
Discouraged access: The type IPublisherAction is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
4. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 44)
File sourceFile = source != null ? new File(source) : null;
Discouraged access: The field source from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
5. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 44)
File sourceFile = source != null ? new File(source) : null;
Discouraged access: The field source from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
6. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 51)
actions.add(new EquinoxLauncherCUAction(flavor, info.getConfigurations()));
Discouraged access: The field info from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
7. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 51)
actions.add(new EquinoxLauncherCUAction(flavor, info.getConfigurations()));
Discouraged access: The method getConfigurations() from the type PublisherInfo is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
8. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 52)
actions.add(new ProductAction(source, product, flavor, null));
Discouraged access: The field source from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
9. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 54)
info.addAdvice(new RootIUResultFilterAdvice(null));
Discouraged access: The field info from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
10. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 54)
info.addAdvice(new RootIUResultFilterAdvice(null));
Discouraged access: The method addAdvice(IPublisherAdvice) from the type PublisherInfo is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
11. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 54)
info.addAdvice(new RootIUResultFilterAdvice(null));
Discouraged access: The constructor RootIUResultFilterAdvice(IQuery) is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
12. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 54)
info.addAdvice(new RootIUResultFilterAdvice(null));
Discouraged access: The type RootIUResultFilterAdvice is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
13. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 56)
actions.add(new RootIUAction(rootId, Version.parseVersion(rootVersion), null));
Discouraged access: The constructor RootIUAction(String, Version, String) is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
14. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 56)
actions.add(new RootIUAction(rootId, Version.parseVersion(rootVersion), null));
Discouraged access: The type RootIUAction is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
15. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 70)
String[] configs = info.getConfigurations();
Discouraged access: The field info from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
16. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 70)
String[] configs = info.getConfigurations();
Discouraged access: The method getConfigurations() from the type PublisherInfo is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
17. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 72)
info.addAdvice(new AssembledConfigAdvice(configs[0], sourceFile, product != null ? product.getLauncherName() : null));
Discouraged access: The field info from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
18. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 73)
info.addAdvice(new RootFileTouchpointAdvice(product, sourceFile, new File[] {sourceFile}, null, configs[0]));
Discouraged access: The field info from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
19. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 73)
info.addAdvice(new RootFileTouchpointAdvice(product, sourceFile, new File[] {sourceFile}, null, configs[0]));
Discouraged access: The method addAdvice(IPublisherAdvice) from the type PublisherInfo is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
20. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 80)
info.addAdvice(createVersionAdvice());
Discouraged access: The field info from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
21. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 80)
info.addAdvice(createVersionAdvice());
Discouraged access: The method addAdvice(IPublisherAdvice) from the type PublisherInfo is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
22. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 82)
return (IPublisherAction[]) actions.toArray(new IPublisherAction[actions.size()]);
Discouraged access: The type IPublisherAction is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
23. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 82)
return (IPublisherAction[]) actions.toArray(new IPublisherAction[actions.size()]);
Discouraged access: The type IPublisherAction is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
24. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 85)
protected IVersionAdvice createVersionAdvice() {
Discouraged access: The type IVersionAdvice is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
25. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 88)
VersionAdvice advice = new VersionAdvice();
Discouraged access: The type VersionAdvice is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
26. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 88)
VersionAdvice advice = new VersionAdvice();
Discouraged access: The constructor VersionAdvice() is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
27. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 88)
VersionAdvice advice = new VersionAdvice();
Discouraged access: The type VersionAdvice is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
28. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 89)
advice.load(IInstallableUnit.NAMESPACE_IU_ID, versionAdvice, features ? ".feature.group" : ""); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method load(String, String, String) from the type VersionAdvice is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
29. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 93)
protected IPublisherAction createRootFileAction(String configSpec) {
Discouraged access: The type IPublisherAction is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
30. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 97)
RootFilesAction action = "" RootFilesAction(info, id, version, flavor);
Discouraged access: The type RootFilesAction is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
31. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 97)
RootFilesAction action = "">new RootFilesAction(info, id, version, flavor);
Discouraged access: The constructor RootFilesAction(IPublisherInfo, String, Version, String) is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
32. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 97)
RootFilesAction action = "" RootFilesAction(info, id, version, flavor);
Discouraged access: The type RootFilesAction is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
33. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 97)
RootFilesAction action = "" RootFilesAction(info, id, version, flavor);
Discouraged access: The field info from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
34. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 98)
action.setCreateParent(false);
Discouraged access: The method setCreateParent(boolean) from the type RootFilesAction is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
35. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 112)
protected Publisher createPublisher(PublisherInfo publisherInfo) {
Discouraged access: The type Publisher is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
36. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 112)
protected Publisher createPublisher(PublisherInfo publisherInfo) {
Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
37. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 114)
return new Publisher(publisherInfo, result);
Discouraged access: The constructor Publisher(IPublisherInfo, IPublisherResult) is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
38. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 114)
return new Publisher(publisherInfo, result);
Discouraged access: The type Publisher is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
39. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 115)
return new Publisher(publisherInfo);
Discouraged access: The constructor Publisher(IPublisherInfo) is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
40. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 115)
return new Publisher(publisherInfo);
Discouraged access: The type Publisher is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
41. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 119)
super.append = value;
Discouraged access: The field append from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
42. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 123)
super.artifactRepoName = name;
Discouraged access: The field artifactRepoName from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
43. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 127)
super.compress = value;
Discouraged access: The field compress from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
44. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 131)
super.metadataRepoName = name;
Discouraged access: The field metadataRepoName from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
45. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 139)
this.source = location;
Discouraged access: The field source from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
46. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 146)
public void setIncrementalResult(IPublisherResult result) {
Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot

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

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

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 23)
import org.eclipse.equinox.p2.publisher.actions.RootFilesAction;
Discouraged access: The type RootFilesAction is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
2. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 26)
public class RootFileParentAction extends AbstractPublisherAction {
Discouraged access: The type AbstractPublisherAction is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
3. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 44)
public IStatus perform(IPublisherInfo publisherInfo, IPublisherResult results, IProgressMonitor monitor) {
Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
4. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 44)
public IStatus perform(IPublisherInfo publisherInfo, IPublisherResult results, IProgressMonitor monitor) {
Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
5. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 49)
Iterator iter = results.getIUs(null, IPublisherResult.NON_ROOT).iterator();
Discouraged access: The method getIUs(String, String) from the type IPublisherResult is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
6. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 49)
Iterator iter = results.getIUs(null, IPublisherResult.NON_ROOT).iterator();
Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
7. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 49)
Iterator iter = results.getIUs(null, IPublisherResult.NON_ROOT).iterator();
Discouraged access: The field NON_ROOT from the type IPublisherResult is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
8. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 57)
InstallableUnitDescription descriptor = createParentIU(collector, RootFilesAction.computeIUId(baseId, flavor), Version.parseVersion(version));
Discouraged access: The method createParentIU(Collection, String, Version) from the type AbstractPublisherAction is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
9. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 57)
InstallableUnitDescription descriptor = createParentIU(collector, RootFilesAction.computeIUId(baseId, flavor), Version.parseVersion(version));
Discouraged access: The type RootFilesAction is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
10. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 57)
InstallableUnitDescription descriptor = createParentIU(collector, RootFilesAction.computeIUId(baseId, flavor), Version.parseVersion(version));
Discouraged access: The method computeIUId(String, String) from the type RootFilesAction is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
11. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 60)
results.addIU(rootIU, IPublisherResult.ROOT);
Discouraged access: The method addIU(IInstallableUnit, String) from the type IPublisherResult is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
12. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 60)
results.addIU(rootIU, IPublisherResult.ROOT);
Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
13. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 60)
results.addIU(rootIU, IPublisherResult.ROOT);
Discouraged access: The field ROOT from the type IPublisherResult is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java
 (at line 21)
import org.eclipse.equinox.p2.publisher.AbstractPublisherAction;
Discouraged access: The type AbstractPublisherAction is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
2. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java
 (at line 22)
import org.eclipse.equinox.p2.publisher.actions.ITouchpointAdvice;
Discouraged access: The type ITouchpointAdvice is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
3. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java
 (at line 23)
import org.eclipse.equinox.p2.publisher.actions.RootFilesAdvice;
Discouraged access: The type RootFilesAdvice is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
4. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java
 (at line 26)
public class RootFileTouchpointAdvice extends RootFilesAdvice implements ITouchpointAdvice {
Discouraged access: The type RootFilesAdvice is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
5. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java
 (at line 26)
public class RootFileTouchpointAdvice extends RootFilesAdvice implements ITouchpointAdvice {
Discouraged access: The type ITouchpointAdvice is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
6. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java
 (at line 31)
super(root, includedFiles, excludedFiles, configSpec);
Discouraged access: The constructor RootFilesAdvice(File, File[], File[], String) is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
7. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java
 (at line 36)
String[] config = AbstractPublisherAction.parseConfigSpec(getConfigSpec());
Discouraged access: The type AbstractPublisherAction is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
8. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java
 (at line 36)
String[] config = AbstractPublisherAction.parseConfigSpec(getConfigSpec());
Discouraged access: The method parseConfigSpec(String) from the type AbstractPublisherAction is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
9. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java
 (at line 36)
String[] config = AbstractPublisherAction.parseConfigSpec(getConfigSpec());
Discouraged access: The method getConfigSpec() from the type RootFilesAdvice is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
10. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java
 (at line 43)
File root = getRoot();
Discouraged access: The method getRoot() from the type RootFilesAdvice is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
Title: Compiler log for lib

Compiler log for lib : pdebuild-ant.jar.bin.xml

TOTAL : ERRORS: 43, WARNINGS: 72

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java : 3 errors :

1. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java
 (at line 133)
protected BuildPublisherApplication createPublisherApplication() {
BuildPublisherApplication cannot be resolved to a type
2. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java
 (at line 134)
BuildPublisherApplication application = new BuildPublisherApplication();
BuildPublisherApplication cannot be resolved to a type
3. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java
 (at line 134)
BuildPublisherApplication application = new BuildPublisherApplication();
BuildPublisherApplication cannot be resolved to a type

/builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/FeaturesAndBundlesTask.java : 6 errors :

1. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/FeaturesAndBundlesTask.java
 (at line 23)
import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/FeaturesAndBundlesTask.java
 (at line 24)
import org.eclipse.equinox.p2.publisher.eclipse.FeaturesAction;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
3. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/FeaturesAndBundlesTask.java
 (at line 38)
BuildPublisherApplication application = createPublisherApplication();
BuildPublisherApplication cannot be resolved to a type
4. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/FeaturesAndBundlesTask.java
 (at line 38)
BuildPublisherApplication application = createPublisherApplication();
The method createPublisherApplication() from the type AbstractPublisherTask refers to the missing type BuildPublisherApplication
5. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/FeaturesAndBundlesTask.java
 (at line 40)
application.addAction(new FeaturesAction(f));
FeaturesAction cannot be resolved to a type
6. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/FeaturesAndBundlesTask.java
 (at line 42)
application.addAction(new BundlesAction(b));
BundlesAction cannot be resolved to a type

/builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherBundleTask.java : 11 errors :

1. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherBundleTask.java
 (at line 56)
GatheringComputer computer = createComputer();
GatheringComputer cannot be resolved to a type
2. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherBundleTask.java
 (at line 56)
GatheringComputer computer = createComputer();
The method createComputer() from the type GatherBundleTask refers to the missing type GatheringComputer
3. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherBundleTask.java
 (at line 58)
GatherBundleAction action = ""> GatherBundleAction cannot be resolved to a type
4. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherBundleTask.java
 (at line 61)
action = "" GatherBundleAction(targetFile, targetFile);
GatherBundleAction cannot be resolved to a type
5. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherBundleTask.java
 (at line 63)
action = "" GatherBundleAction(new File(baseDirectory), new File(buildResultFolder));
GatherBundleAction cannot be resolved to a type
6. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherBundleTask.java
 (at line 68)
BuildPublisherApplication application = createPublisherApplication();
BuildPublisherApplication cannot be resolved to a type
7. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherBundleTask.java
 (at line 68)
BuildPublisherApplication application = createPublisherApplication();
The method createPublisherApplication() from the type AbstractPublisherTask refers to the missing type BuildPublisherApplication
8. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherBundleTask.java
 (at line 78)
protected GatheringComputer createComputer() {
GatheringComputer cannot be resolved to a type
9. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherBundleTask.java
 (at line 80)
GatheringComputer computer = new GatheringComputer();
GatheringComputer cannot be resolved to a type
10. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherBundleTask.java
 (at line 80)
GatheringComputer computer = new GatheringComputer();
GatheringComputer cannot be resolved to a type
11. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherBundleTask.java
 (at line 230)
private void processOutputFolders(Set folders, String key, GatheringComputer computer) {
GatheringComputer cannot be resolved to a type

/builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java : 20 errors :

1. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java
 (at line 34)
GatheringComputer computer = createFeatureComputer();
GatheringComputer cannot be resolved to a type
2. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java
 (at line 34)
GatheringComputer computer = createFeatureComputer();
The method createFeatureComputer() from the type GatherFeatureTask refers to the missing type GatheringComputer
3. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java
 (at line 36)
GatherFeatureAction action = ""> GatherFeatureAction cannot be resolved to a type
4. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java
 (at line 38)
action = "" GatherFeatureAction(new File(baseDirectory), new File(buildResultFolder));
GatherFeatureAction cannot be resolved to a type
5. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java
 (at line 40)
action = "" GatherFeatureAction(new File(baseDirectory), new File(targetFolder));
GatherFeatureAction cannot be resolved to a type
6. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java
 (at line 45)
FeatureRootAdvice advice = createRootAdvice();
FeatureRootAdvice cannot be resolved to a type
7. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java
 (at line 45)
FeatureRootAdvice advice = createRootAdvice();
The method createRootAdvice() from the type GatherFeatureTask refers to the missing type FeatureRootAdvice
8. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java
 (at line 49)
BuildPublisherApplication application = createPublisherApplication();
BuildPublisherApplication cannot be resolved to a type
9. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java
 (at line 49)
BuildPublisherApplication application = createPublisherApplication();
The method createPublisherApplication() from the type AbstractPublisherTask refers to the missing type BuildPublisherApplication
10. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java
 (at line 59)
private void setGroupId(GatherFeatureAction action) {
GatherFeatureAction cannot be resolved to a type
11. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java
 (at line 65)
protected GatheringComputer createFeatureComputer() {
GatheringComputer cannot be resolved to a type
12. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java
 (at line 83)
GatheringComputer computer = new GatheringComputer();
GatheringComputer cannot be resolved to a type
13. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java
 (at line 83)
GatheringComputer computer = new GatheringComputer();
GatheringComputer cannot be resolved to a type
14. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java
 (at line 90)
GatheringComputer computer = new GatheringComputer();
GatheringComputer cannot be resolved to a type
15. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java
 (at line 90)
GatheringComputer computer = new GatheringComputer();
GatheringComputer cannot be resolved to a type
16. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java
 (at line 146)
protected FeatureRootAdvice createRootAdvice() {
FeatureRootAdvice cannot be resolved to a type
17. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java
 (at line 147)
FeatureRootAdvice advice = new FeatureRootAdvice();
FeatureRootAdvice cannot be resolved to a type
18. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java
 (at line 147)
FeatureRootAdvice advice = new FeatureRootAdvice();
FeatureRootAdvice cannot be resolved to a type
19. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java
 (at line 157)
GatheringComputer computer = new GatheringComputer();
GatheringComputer cannot be resolved to a type
20. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java
 (at line 157)
GatheringComputer computer = new GatheringComputer();
GatheringComputer cannot be resolved to a type

/builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/tasks/BuildManifestTask.java : 3 errors :

1. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/tasks/BuildManifestTask.java
 (at line 18)
import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/tasks/BuildManifestTask.java
 (at line 171)
FeatureEntry[] pluginEntries = feature.getPluginEntries();
FeatureEntry cannot be resolved to a type
3. ERROR in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/tasks/BuildManifestTask.java
 (at line 171)
FeatureEntry[] pluginEntries = feature.getPluginEntries();
The method getPluginEntries() from the type BuildTimeFeature refers to the missing type FeatureEntry

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

/builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java : 29 warnings :

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

/builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java
 (at line 19)
import org.eclipse.equinox.p2.publisher.IPublisherInfo;
Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
2. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java
 (at line 20)
import org.eclipse.equinox.p2.publisher.PublisherInfo;
Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
3. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java
 (at line 86)
protected PublisherInfo publisherInfo = null;
Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
4. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java
 (at line 198)
protected PublisherInfo getPublisherInfo() {
Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
5. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java
 (at line 200)
publisherInfo = new PublisherInfo();
Discouraged access: The constructor PublisherInfo() is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
6. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java
 (at line 200)
publisherInfo = new PublisherInfo();
Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
7. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java
 (at line 201)
publisherInfo.setArtifactOptions(IPublisherInfo.A_PUBLISH);
Discouraged access: The method setArtifactOptions(int) from the type PublisherInfo is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
8. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java
 (at line 201)
publisherInfo.setArtifactOptions(IPublisherInfo.A_PUBLISH);
Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
9. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java
 (at line 201)
publisherInfo.setArtifactOptions(IPublisherInfo.A_PUBLISH);
Discouraged access: The field A_PUBLISH from the type IPublisherInfo is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot

/builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java : 30 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 22)
import org.eclipse.equinox.internal.p2.core.helpers.FileUtils;
Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.core/@dot
2. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 25)
import org.eclipse.equinox.internal.p2.engine.phases.Collect;
Discouraged access: The type Collect is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.engine/@dot
3. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 26)
import org.eclipse.equinox.internal.p2.engine.phases.Install;
Discouraged access: The type Install is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.engine/@dot
4. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 27)
import org.eclipse.equinox.internal.p2.metadata.TouchpointData;
Discouraged access: The type TouchpointData is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
5. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 28)
import org.eclipse.equinox.internal.p2.metadata.TouchpointInstruction;
Discouraged access: The type TouchpointInstruction is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
6. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 41)
import org.eclipse.equinox.spi.p2.publisher.PublisherHelper;
Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
7. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 64)
return new PhaseSet(new Phase[] {new Collect(100), new Install(100)}) { /* nothing to override */};
Discouraged access: The constructor Collect(int) is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.engine/@dot
8. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 64)
return new PhaseSet(new Phase[] {new Collect(100), new Install(100)}) { /* nothing to override */};
Discouraged access: The type Collect is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.engine/@dot
9. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 64)
return new PhaseSet(new Phase[] {new Collect(100), new Install(100)}) { /* nothing to override */};
Discouraged access: The constructor Install(int) is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.engine/@dot
10. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 64)
return new PhaseSet(new Phase[] {new Collect(100), new Install(100)}) { /* nothing to override */};
Discouraged access: The type Install is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.engine/@dot
11. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 100)
FileUtils.deleteAll(new File(getRootFolder()));
Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.core/@dot
12. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 100)
FileUtils.deleteAll(new File(getRootFolder()));
Discouraged access: The method deleteAll(File) from the type FileUtils is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.core/@dot
13. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 210)
newIUDescription.setCapabilities(new IProvidedCapability[] {PublisherHelper.createSelfCapability(id, version)});
Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
14. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 210)
newIUDescription.setCapabilities(new IProvidedCapability[] {PublisherHelper.createSelfCapability(id, version)});
Discouraged access: The method createSelfCapability(String, Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
15. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 219)
IArtifactKey key = artifactRepo.createArtifactKey(PublisherHelper.BINARY_ARTIFACT_CLASSIFIER, newIUDescription.getId(), newIUDescription.getVersion());
Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
16. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 219)
IArtifactKey key = artifactRepo.createArtifactKey(PublisherHelper.BINARY_ARTIFACT_CLASSIFIER, newIUDescription.getId(), newIUDescription.getVersion());
Discouraged access: The field BINARY_ARTIFACT_CLASSIFIER from the type PublisherHelper is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
17. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 234)
FileUtils.zip(output, root, Collections.EMPTY_SET, FileUtils.createRootPathComputer(root));
Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.core/@dot
18. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 234)
FileUtils.zip(output, root, Collections.EMPTY_SET, FileUtils.createRootPathComputer(root));
Discouraged access: The method zip(ZipOutputStream, File, Set, FileUtils.IPathComputer) from the type FileUtils is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.core/@dot
19. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 234)
FileUtils.zip(output, root, Collections.EMPTY_SET, FileUtils.createRootPathComputer(root));
Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.core/@dot
20. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 234)
FileUtils.zip(output, root, Collections.EMPTY_SET, FileUtils.createRootPathComputer(root));
Discouraged access: The method createRootPathComputer(File) from the type FileUtils is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.core/@dot
21. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 311)
TouchpointInstruction newInstruction = new TouchpointInstruction(toString(actions, ";"), instruction.getImportAttribute()); //$NON-NLS-1$
Discouraged access: The type TouchpointInstruction is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
22. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 311)
TouchpointInstruction newInstruction = new TouchpointInstruction(toString(actions, ";"), instruction.getImportAttribute()); //$NON-NLS-1$
Discouraged access: The constructor TouchpointInstruction(String, String) is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
23. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 311)
TouchpointInstruction newInstruction = new TouchpointInstruction(toString(actions, ";"), instruction.getImportAttribute()); //$NON-NLS-1$
Discouraged access: The type TouchpointInstruction is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
24. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 316)
results.set(i, new TouchpointData(instructions));
Discouraged access: The constructor TouchpointData(Map) is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
25. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 316)
results.set(i, new TouchpointData(instructions));
Discouraged access: The type TouchpointData is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
26. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 322)
TouchpointInstruction newInstruction = new TouchpointInstruction(body, null);
Discouraged access: The type TouchpointInstruction is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
27. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 322)
TouchpointInstruction newInstruction = new TouchpointInstruction(body, null);
Discouraged access: The constructor TouchpointInstruction(String, String) is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
28. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 322)
TouchpointInstruction newInstruction = new TouchpointInstruction(body, null);
Discouraged access: The type TouchpointInstruction is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
29. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 325)
results.add(new TouchpointData(instructions));
Discouraged access: The constructor TouchpointData(Map) is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
30. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 325)
results.add(new TouchpointData(instructions));
Discouraged access: The type TouchpointData is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.metadata/@dot

/builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherBundleTask.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherBundleTask.java
 (at line 19)
import org.eclipse.equinox.p2.publisher.PublisherInfo;
Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
2. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherBundleTask.java
 (at line 67)
PublisherInfo info = getPublisherInfo();
Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot

/builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java
 (at line 22)
import org.eclipse.equinox.p2.publisher.PublisherInfo;
Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
2. WARNING in /builds/N201106122000/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java
 (at line 47)
PublisherInfo info = getPublisherInfo();
Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /builds/N201106122000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
Title: Compiler log for org.eclipse.equinox.p2.repository.tools_2.0.100.N20110612-2000

Compiler log for org.eclipse.equinox.p2.repository.tools_2.0.100.N20110612-2000 : @dot.xml

TOTAL : ERRORS: 33, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/equinox/p2/internal/repository/comparator/JarComparator.java : 33 errors :

1. ERROR in /src/org/eclipse/equinox/p2/internal/repository/comparator/JarComparator.java
 (at line 20)
import org.eclipse.equinox.internal.p2.publisher.eclipse.FeatureParser;
The import org.eclipse.equinox.internal.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/internal/repository/comparator/JarComparator.java
 (at line 22)
import org.eclipse.equinox.p2.publisher.eclipse.Feature;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
3. ERROR in /src/org/eclipse/equinox/p2/internal/repository/comparator/JarComparator.java
 (at line 23)
import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
4. ERROR in /src/org/eclipse/equinox/p2/internal/repository/comparator/JarComparator.java
 (at line 32)
private FeatureEntry entry;
FeatureEntry cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/internal/repository/comparator/JarComparator.java
 (at line 34)
public FeatureEntryWrapper(FeatureEntry entry) {
FeatureEntry cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/internal/repository/comparator/JarComparator.java
 (at line 35)
this.entry = entry;
FeatureEntry cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/internal/repository/comparator/JarComparator.java
 (at line 40)
FeatureEntry otherEntry = (o instanceof FeatureEntryWrapper) ? ((FeatureEntryWrapper) o).getEntry() : null;
FeatureEntry cannot be resolved to a type
8. ERROR in /src/org/eclipse/equinox/p2/internal/repository/comparator/JarComparator.java
 (at line 40)
FeatureEntry otherEntry = (o instanceof FeatureEntryWrapper) ? ((FeatureEntryWrapper) o).getEntry() : null;
The method getEntry() from the type JarComparator.FeatureEntryWrapper refers to the missing type FeatureEntry
9. ERROR in /src/org/eclipse/equinox/p2/internal/repository/comparator/JarComparator.java
 (at line 42)
if (otherEntry == null || !entry.equals(otherEntry))
FeatureEntry cannot be resolved to a type
10. ERROR in /src/org/eclipse/equinox/p2/internal/repository/comparator/JarComparator.java
 (at line 46)
if (arch == null ? entry.getArch() != null : !arch.equals(entry.getArch()))
FeatureEntry cannot be resolved to a type
11. ERROR in /src/org/eclipse/equinox/p2/internal/repository/comparator/JarComparator.java
 (at line 46)
if (arch == null ? entry.getArch() != null : !arch.equals(entry.getArch()))
FeatureEntry cannot be resolved to a type
12. ERROR in /src/org/eclipse/equinox/p2/internal/repository/comparator/JarComparator.java
 (at line 49)
if (os == null ? entry.getOS() != null : !os.equals(entry.getOS()))
FeatureEntry cannot be resolved to a type
13. ERROR in /src/org/eclipse/equinox/p2/internal/repository/comparator/JarComparator.java
 (at line 49)
if (os == null ? entry.getOS() != null : !os.equals(entry.getOS()))
FeatureEntry cannot be resolved to a type
14. ERROR in /src/org/eclipse/equinox/p2/internal/repository/comparator/JarComparator.java
 (at line 52)
if (ws == null ? entry.getWS() != null : !ws.equals(entry.getWS()))
FeatureEntry cannot be resolved to a type
15. ERROR in /src/org/eclipse/equinox/p2/internal/repository/comparator/JarComparator.java
 (at line 52)
if (ws == null ? entry.getWS() != null : !ws.equals(entry.getWS()))
FeatureEntry cannot be resolved to a type
16. ERROR in /src/org/eclipse/equinox/p2/internal/repository/comparator/JarComparator.java
 (at line 60)
int hash = entry.hashCode();
FeatureEntry cannot be resolved to a type
17. ERROR in /src/org/eclipse/equinox/p2/internal/repository/comparator/JarComparator.java
 (at line 61)
if (entry.getArch() != null)
FeatureEntry cannot be resolved to a type
18. ERROR in /src/org/eclipse/equinox/p2/internal/repository/comparator/JarComparator.java
 (at line 62)
hash += entry.getArch().hashCode();
FeatureEntry cannot be resolved to a type
19. ERROR in /src/org/eclipse/equinox/p2/internal/repository/comparator/JarComparator.java
 (at line 63)
if (entry.getOS() != null)
FeatureEntry cannot be resolved to a type
20. ERROR in /src/org/eclipse/equinox/p2/internal/repository/comparator/JarComparator.java
 (at line 64)
hash += entry.getOS().hashCode();
FeatureEntry cannot be resolved to a type
21. ERROR in /src/org/eclipse/equinox/p2/internal/repository/comparator/JarComparator.java
 (at line 65)
if (entry.getWS() != null)
FeatureEntry cannot be resolved to a type
22. ERROR in /src/org/eclipse/equinox/p2/internal/repository/comparator/JarComparator.java
 (at line 66)
hash += entry.getWS().hashCode();
FeatureEntry cannot be resolved to a type
23. ERROR in /src/org/eclipse/equinox/p2/internal/repository/comparator/JarComparator.java
 (at line 70)
public FeatureEntry getEntry() {
FeatureEntry cannot be resolved to a type
24. ERROR in /src/org/eclipse/equinox/p2/internal/repository/comparator/JarComparator.java
 (at line 71)
return entry;
FeatureEntry cannot be resolved to a type
25. ERROR in /src/org/eclipse/equinox/p2/internal/repository/comparator/JarComparator.java
 (at line 127)
FeatureParser parser = new FeatureParser();
FeatureParser cannot be resolved to a type
26. ERROR in /src/org/eclipse/equinox/p2/internal/repository/comparator/JarComparator.java
 (at line 127)
FeatureParser parser = new FeatureParser();
FeatureParser cannot be resolved to a type
27. ERROR in /src/org/eclipse/equinox/p2/internal/repository/comparator/JarComparator.java
 (at line 128)
Feature feature1 = parser.parse(sourceFile);
Feature cannot be resolved to a type
28. ERROR in /src/org/eclipse/equinox/p2/internal/repository/comparator/JarComparator.java
 (at line 129)
Feature feature2 = parser.parse(destinationFile);
Feature cannot be resolved to a type
29. ERROR in /src/org/eclipse/equinox/p2/internal/repository/comparator/JarComparator.java
 (at line 138)
Map<FeatureEntryWrapper, FeatureEntry> entryMap = new HashMap<FeatureEntryWrapper, FeatureEntry>();
FeatureEntry cannot be resolved to a type
30. ERROR in /src/org/eclipse/equinox/p2/internal/repository/comparator/JarComparator.java
 (at line 138)
Map<FeatureEntryWrapper, FeatureEntry> entryMap = new HashMap<FeatureEntryWrapper, FeatureEntry>();
FeatureEntry cannot be resolved to a type
31. ERROR in /src/org/eclipse/equinox/p2/internal/repository/comparator/JarComparator.java
 (at line 139)
FeatureEntry[] entries1 = feature1.getEntries();
FeatureEntry cannot be resolved to a type
32. ERROR in /src/org/eclipse/equinox/p2/internal/repository/comparator/JarComparator.java
 (at line 140)
FeatureEntry[] entries2 = feature2.getEntries();
FeatureEntry cannot be resolved to a type
33. ERROR in /src/org/eclipse/equinox/p2/internal/repository/comparator/JarComparator.java
 (at line 149)
FeatureEntry firstEntry = entryMap.get(new FeatureEntryWrapper(entries2[i]));
FeatureEntry cannot be resolved to a type

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings
Title: Compiler log for org.eclipse.equinox.p2.directorywatcher_1.0.300.N20110612-2000

Compiler log for org.eclipse.equinox.p2.directorywatcher_1.0.300.N20110612-2000 : @dot.xml

TOTAL : ERRORS: 5, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/equinox/internal/provisional/p2/directorywatcher/RepositoryListener.java : 5 errors :

1. ERROR in /src/org/eclipse/equinox/internal/provisional/p2/directorywatcher/RepositoryListener.java
 (at line 25)
import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/internal/provisional/p2/directorywatcher/RepositoryListener.java
 (at line 26)
import org.eclipse.equinox.p2.publisher.eclipse.FeaturesAction;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
3. ERROR in /src/org/eclipse/equinox/internal/provisional/p2/directorywatcher/RepositoryListener.java
 (at line 141)
BundleDescription bundleDescription = BundlesAction.createBundleDescription(file);
BundlesAction cannot be resolved
4. ERROR in /src/org/eclipse/equinox/internal/provisional/p2/directorywatcher/RepositoryListener.java
 (at line 146)
return publish(new BundlesAction(new BundleDescription[] {bundleDescription}), isAddition);
BundlesAction cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/internal/provisional/p2/directorywatcher/RepositoryListener.java
 (at line 155)
return publish(new FeaturesAction(new File[] {file}), isAddition);
FeaturesAction cannot be resolved to a type

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings
Title: Compiler log for org.eclipse.equinox.p2.touchpoint.eclipse_2.1.100.N20110612-2000

Compiler log for org.eclipse.equinox.p2.touchpoint.eclipse_2.1.100.N20110612-2000 : @dot.xml

TOTAL : ERRORS: 6, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/equinox/internal/p2/touchpoint/eclipse/PublisherUtil.java : 6 errors :

1. ERROR in /src/org/eclipse/equinox/internal/p2/touchpoint/eclipse/PublisherUtil.java
 (at line 19)
import org.eclipse.equinox.p2.publisher.eclipse.*;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/equinox/internal/p2/touchpoint/eclipse/PublisherUtil.java
 (at line 29)
BundleDescription bundleDescription = BundlesAction.createBundleDescription(bundleFile);
BundlesAction cannot be resolved
3. ERROR in /src/org/eclipse/equinox/internal/p2/touchpoint/eclipse/PublisherUtil.java
 (at line 37)
String shape = bundleFile.isDirectory() ? IBundleShapeAdvice.DIR : IBundleShapeAdvice.JAR;
IBundleShapeAdvice cannot be resolved to a variable
4. ERROR in /src/org/eclipse/equinox/internal/p2/touchpoint/eclipse/PublisherUtil.java
 (at line 37)
String shape = bundleFile.isDirectory() ? IBundleShapeAdvice.DIR : IBundleShapeAdvice.JAR;
IBundleShapeAdvice cannot be resolved to a variable
5. ERROR in /src/org/eclipse/equinox/internal/p2/touchpoint/eclipse/PublisherUtil.java
 (at line 38)
info.addAdvice(new BundleShapeAdvice(bundleDescription.getSymbolicName(), version, shape));
BundleShapeAdvice cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/internal/p2/touchpoint/eclipse/PublisherUtil.java
 (at line 39)
return BundlesAction.createBundleIU(bundleDescription, artifactKey, info);
BundlesAction cannot be resolved

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
Title: Compiler log for org.eclipse.pde.build.tests_1.1.200.N20110612-2000

Compiler log for org.eclipse.pde.build.tests_1.1.200.N20110612-2000 : @dot.xml

TOTAL : ERRORS: 74, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/pde/build/internal/tests/ProductTests.java : 10 errors :

1. ERROR in /src/org/eclipse/pde/build/internal/tests/ProductTests.java
 (at line 21)
import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/pde/build/internal/tests/ProductTests.java
 (at line 28)
import org.eclipse.pde.internal.swt.tools.IconExe;
The import org.eclipse.pde.internal.swt cannot be resolved
3. ERROR in /src/org/eclipse/pde/build/internal/tests/ProductTests.java
 (at line 257)
IconExe.main(new String[] {win32File.getLocation().toOSString(), icoFile.getLocation().toOSString()});
IconExe cannot be resolved
4. ERROR in /src/org/eclipse/pde/build/internal/tests/ProductTests.java
 (at line 258)
IconExe.main(new String[] {win64File.getLocation().toOSString(), icoFile.getLocation().toOSString()});
IconExe cannot be resolved
5. ERROR in /src/org/eclipse/pde/build/internal/tests/ProductTests.java
 (at line 449)
assertEquals(((FeatureEntry) i.next()).getVersion(), "1.2.3");
FeatureEntry cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/build/internal/tests/ProductTests.java
 (at line 449)
assertEquals(((FeatureEntry) i.next()).getVersion(), "1.2.3");
FeatureEntry cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/build/internal/tests/ProductTests.java
 (at line 450)
assertEquals(((FeatureEntry) i.next()).getVersion(), "2.3.4");
FeatureEntry cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/build/internal/tests/ProductTests.java
 (at line 450)
assertEquals(((FeatureEntry) i.next()).getVersion(), "2.3.4");
FeatureEntry cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/build/internal/tests/ProductTests.java
 (at line 451)
assertEquals(((FeatureEntry) i.next()).getVersion(), "1.2.1");
FeatureEntry cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/build/internal/tests/ProductTests.java
 (at line 451)
assertEquals(((FeatureEntry) i.next()).getVersion(), "1.2.1");
FeatureEntry cannot be resolved to a type

/src/org/eclipse/pde/build/internal/tests/ScriptGenerationTests.java : 27 errors :

1. ERROR in /src/org/eclipse/pde/build/internal/tests/ScriptGenerationTests.java
 (at line 24)
import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/pde/build/internal/tests/ScriptGenerationTests.java
 (at line 32)
import org.eclipse.pde.internal.publishing.Messages;
The import org.eclipse.pde.internal.publishing cannot be resolved
3. ERROR in /src/org/eclipse/pde/build/internal/tests/ScriptGenerationTests.java
 (at line 229)
FeatureEntry[] included = model.getIncludedFeatureReferences();
FeatureEntry cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/build/internal/tests/ScriptGenerationTests.java
 (at line 229)
FeatureEntry[] included = model.getIncludedFeatureReferences();
The method getIncludedFeatureReferences() from the type BuildTimeFeature refers to the missing type FeatureEntry
5. ERROR in /src/org/eclipse/pde/build/internal/tests/ScriptGenerationTests.java
 (at line 412)
FeatureEntry[] pluginEntryModels = feature.getPluginEntries();
FeatureEntry cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/build/internal/tests/ScriptGenerationTests.java
 (at line 412)
FeatureEntry[] pluginEntryModels = feature.getPluginEntries();
The method getPluginEntries() from the type BuildTimeFeature refers to the missing type FeatureEntry
7. ERROR in /src/org/eclipse/pde/build/internal/tests/ScriptGenerationTests.java
 (at line 457)
assertTrue(e.getStatus().toString().indexOf(Messages.feature_parse_emptyRequires) > 0);
feature_parse_emptyRequires cannot be resolved or is not a field
8. ERROR in /src/org/eclipse/pde/build/internal/tests/ScriptGenerationTests.java
 (at line 811)
f1.addEntry(new FeatureEntry("a", "1.2.3.aaa-0z-aaa", true));
FeatureEntry cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/build/internal/tests/ScriptGenerationTests.java
 (at line 815)
f2.addEntry(new FeatureEntry("a", "1.2.3.aaa-10-aaa", true));
FeatureEntry cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/build/internal/tests/ScriptGenerationTests.java
 (at line 822)
f1.addEntry(new FeatureEntry("a", "1.2.3.abcd", true));
FeatureEntry cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/build/internal/tests/ScriptGenerationTests.java
 (at line 826)
f2.addEntry(new FeatureEntry("a", "1.2.4.aaaa", true));
FeatureEntry cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/build/internal/tests/ScriptGenerationTests.java
 (at line 833)
f1.addEntry(new FeatureEntry("a", "4.5.6.xyz", true));
FeatureEntry cannot be resolved to a type
13. ERROR in /src/org/eclipse/pde/build/internal/tests/ScriptGenerationTests.java
 (at line 834)
f1.addEntry(new FeatureEntry("b", "1.2.3.abccccc", true));
FeatureEntry cannot be resolved to a type
14. ERROR in /src/org/eclipse/pde/build/internal/tests/ScriptGenerationTests.java
 (at line 838)
f2.addEntry(new FeatureEntry("a", "4.5.6.xyz", true));
FeatureEntry cannot be resolved to a type
15. ERROR in /src/org/eclipse/pde/build/internal/tests/ScriptGenerationTests.java
 (at line 839)
f2.addEntry(new FeatureEntry("b", "1.2.3.abcd", true));
FeatureEntry cannot be resolved to a type
16. ERROR in /src/org/eclipse/pde/build/internal/tests/ScriptGenerationTests.java
 (at line 845)
f1.addEntry(new FeatureEntry("a", "1.2.3.abcdefg", true));
FeatureEntry cannot be resolved to a type
17. ERROR in /src/org/eclipse/pde/build/internal/tests/ScriptGenerationTests.java
 (at line 846)
f1.addEntry(new FeatureEntry("b", "4.5.6.xyz", true));
FeatureEntry cannot be resolved to a type
18. ERROR in /src/org/eclipse/pde/build/internal/tests/ScriptGenerationTests.java
 (at line 850)
f2.addEntry(new FeatureEntry("a", "1.2.3.abcdefg", true));
FeatureEntry cannot be resolved to a type
19. ERROR in /src/org/eclipse/pde/build/internal/tests/ScriptGenerationTests.java
 (at line 851)
f2.addEntry(new FeatureEntry("b", "4.5.6.xyz-", true));
FeatureEntry cannot be resolved to a type
20. ERROR in /src/org/eclipse/pde/build/internal/tests/ScriptGenerationTests.java
 (at line 857)
f1.addEntry(new FeatureEntry("a", "1.2.3.abcdefg", true));
FeatureEntry cannot be resolved to a type
21. ERROR in /src/org/eclipse/pde/build/internal/tests/ScriptGenerationTests.java
 (at line 858)
f1.addEntry(new FeatureEntry("b", "4.5.6.xyz", true));
FeatureEntry cannot be resolved to a type
22. ERROR in /src/org/eclipse/pde/build/internal/tests/ScriptGenerationTests.java
 (at line 862)
f2.addEntry(new FeatureEntry("a", "1.2.3.abcdefg", true));
FeatureEntry cannot be resolved to a type
23. ERROR in /src/org/eclipse/pde/build/internal/tests/ScriptGenerationTests.java
 (at line 863)
f2.addEntry(new FeatureEntry("b", "4.5.6.xyz-", true));
FeatureEntry cannot be resolved to a type
24. ERROR in /src/org/eclipse/pde/build/internal/tests/ScriptGenerationTests.java
 (at line 869)
f1.addEntry(new FeatureEntry("a", "1.2.3.aAb", true));
FeatureEntry cannot be resolved to a type
25. ERROR in /src/org/eclipse/pde/build/internal/tests/ScriptGenerationTests.java
 (at line 873)
f2.addEntry(new FeatureEntry("a", "1.2.3.a_b", true));
FeatureEntry cannot be resolved to a type
26. ERROR in /src/org/eclipse/pde/build/internal/tests/ScriptGenerationTests.java
 (at line 879)
f1.addEntry(new FeatureEntry("a", "1.2.3.aZ", true));
FeatureEntry cannot be resolved to a type
27. ERROR in /src/org/eclipse/pde/build/internal/tests/ScriptGenerationTests.java
 (at line 883)
f2.addEntry(new FeatureEntry("a", "1.2.3.a_", true));
FeatureEntry cannot be resolved to a type

/src/org/eclipse/pde/build/internal/tests/SourceTests.java : 8 errors :

1. ERROR in /src/org/eclipse/pde/build/internal/tests/SourceTests.java
 (at line 29)
import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
The import org.eclipse.equinox.p2.publisher.eclipse cannot be resolved
2. ERROR in /src/org/eclipse/pde/build/internal/tests/SourceTests.java
 (at line 62)
assertTrue(feature.getDescription() != null);
The method getDescription() is undefined for the type BuildTimeFeature
3. ERROR in /src/org/eclipse/pde/build/internal/tests/SourceTests.java
 (at line 270)
FeatureEntry[] entries = feature.getRawIncludedFeatureReferences();
FeatureEntry cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/build/internal/tests/SourceTests.java
 (at line 270)
FeatureEntry[] entries = feature.getRawIncludedFeatureReferences();
The method getRawIncludedFeatureReferences() from the type BuildTimeFeature refers to the missing type FeatureEntry
5. ERROR in /src/org/eclipse/pde/build/internal/tests/SourceTests.java
 (at line 342)
FeatureEntry[] included = model.getPluginEntries();
FeatureEntry cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/build/internal/tests/SourceTests.java
 (at line 342)
FeatureEntry[] included = model.getPluginEntries();
The method getPluginEntries() from the type BuildTimeFeature refers to the missing type FeatureEntry
7. ERROR in /src/org/eclipse/pde/build/internal/tests/SourceTests.java
 (at line 611)
FeatureEntry[] included = model.getPluginEntries();
FeatureEntry cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/build/internal/tests/SourceTests.java
 (at line 611)
FeatureEntry[] included = model.getPluginEntries();
The method getPluginEntries() from the type BuildTimeFeature refers to the missing type FeatureEntry

/src/org/eclipse/pde/build/internal/tests/p2/LicenseTests.java : 27 errors :

1. ERROR in /src/org/eclipse/pde/build/internal/tests/p2/LicenseTests.java
 (at line 108)
assertEquals(licenseFeature.getLicenseURL(), URIUtil.toUnencodedString(actualLicense.getLocation()));
The method getLicenseURL() is undefined for the type BuildTimeFeature
2. ERROR in /src/org/eclipse/pde/build/internal/tests/p2/LicenseTests.java
 (at line 109)
assertEquals(licenseFeature.getLicense(), actualLicense.getBody());
The method getLicense() is undefined for the type BuildTimeFeature
3. ERROR in /src/org/eclipse/pde/build/internal/tests/p2/LicenseTests.java
 (at line 116)
assertNotNull(actualFeature.getLicense());
The method getLicense() is undefined for the type BuildTimeFeature
4. ERROR in /src/org/eclipse/pde/build/internal/tests/p2/LicenseTests.java
 (at line 117)
assertEquals(licenseFeature.getLicense(), actualFeature.getLicense());
The method getLicense() is undefined for the type BuildTimeFeature
5. ERROR in /src/org/eclipse/pde/build/internal/tests/p2/LicenseTests.java
 (at line 117)
assertEquals(licenseFeature.getLicense(), actualFeature.getLicense());
The method getLicense() is undefined for the type BuildTimeFeature
6. ERROR in /src/org/eclipse/pde/build/internal/tests/p2/LicenseTests.java
 (at line 119)
assertNotNull(actualFeature.getLicenseURL());
The method getLicenseURL() is undefined for the type BuildTimeFeature
7. ERROR in /src/org/eclipse/pde/build/internal/tests/p2/LicenseTests.java
 (at line 120)
assertEquals(licenseFeature.getLicenseURL(), actualFeature.getLicenseURL());
The method getLicenseURL() is undefined for the type BuildTimeFeature
8. ERROR in /src/org/eclipse/pde/build/internal/tests/p2/LicenseTests.java
 (at line 120)
assertEquals(licenseFeature.getLicenseURL(), actualFeature.getLicenseURL());
The method getLicenseURL() is undefined for the type BuildTimeFeature
9. ERROR in /src/org/eclipse/pde/build/internal/tests/p2/LicenseTests.java
 (at line 122)
assertEquals(originalFeature.getId(), actualFeature.getId());
The method getId() is undefined for the type BuildTimeFeature
10. ERROR in /src/org/eclipse/pde/build/internal/tests/p2/LicenseTests.java
 (at line 122)
assertEquals(originalFeature.getId(), actualFeature.getId());
The method getId() is undefined for the type BuildTimeFeature
11. ERROR in /src/org/eclipse/pde/build/internal/tests/p2/LicenseTests.java
 (at line 123)
assertEquals(originalFeature.getDescription(), actualFeature.getDescription());
The method getDescription() is undefined for the type BuildTimeFeature
12. ERROR in /src/org/eclipse/pde/build/internal/tests/p2/LicenseTests.java
 (at line 123)
assertEquals(originalFeature.getDescription(), actualFeature.getDescription());
The method getDescription() is undefined for the type BuildTimeFeature
13. ERROR in /src/org/eclipse/pde/build/internal/tests/p2/LicenseTests.java
 (at line 124)
assertEquals(originalFeature.getCopyright(), actualFeature.getCopyright());
The method getCopyright() is undefined for the type BuildTimeFeature
14. ERROR in /src/org/eclipse/pde/build/internal/tests/p2/LicenseTests.java
 (at line 124)
assertEquals(originalFeature.getCopyright(), actualFeature.getCopyright());
The method getCopyright() is undefined for the type BuildTimeFeature
15. ERROR in /src/org/eclipse/pde/build/internal/tests/p2/LicenseTests.java
 (at line 404)
assertNotNull(errorMessage + "license was null", actualFeature.getLicense());
The method getLicense() is undefined for the type BuildTimeFeature
16. ERROR in /src/org/eclipse/pde/build/internal/tests/p2/LicenseTests.java
 (at line 405)
assertEquals(errorMessage + "license text not equal", licenseFeature.getLicense(), actualFeature.getLicense());
The method getLicense() is undefined for the type BuildTimeFeature
17. ERROR in /src/org/eclipse/pde/build/internal/tests/p2/LicenseTests.java
 (at line 405)
assertEquals(errorMessage + "license text not equal", licenseFeature.getLicense(), actualFeature.getLicense());
The method getLicense() is undefined for the type BuildTimeFeature
18. ERROR in /src/org/eclipse/pde/build/internal/tests/p2/LicenseTests.java
 (at line 407)
assertNotNull(errorMessage + "license url was null", actualFeature.getLicenseURL());
The method getLicenseURL() is undefined for the type BuildTimeFeature
19. ERROR in /src/org/eclipse/pde/build/internal/tests/p2/LicenseTests.java
 (at line 408)
assertEquals(errorMessage + "license url not equal", licenseFeature.getLicenseURL(), actualFeature.getLicenseURL());
The method getLicenseURL() is undefined for the type BuildTimeFeature
20. ERROR in /src/org/eclipse/pde/build/internal/tests/p2/LicenseTests.java
 (at line 408)
assertEquals(errorMessage + "license url not equal", licenseFeature.getLicenseURL(), actualFeature.getLicenseURL());
The method getLicenseURL() is undefined for the type BuildTimeFeature
21. ERROR in /src/org/eclipse/pde/build/internal/tests/p2/LicenseTests.java
 (at line 410)
assertEquals(errorMessage + "feature ID corrupted", originalFeature.getId(), actualFeature.getId());
The method getId() is undefined for the type BuildTimeFeature
22. ERROR in /src/org/eclipse/pde/build/internal/tests/p2/LicenseTests.java
 (at line 410)
assertEquals(errorMessage + "feature ID corrupted", originalFeature.getId(), actualFeature.getId());
The method getId() is undefined for the type BuildTimeFeature
23. ERROR in /src/org/eclipse/pde/build/internal/tests/p2/LicenseTests.java
 (at line 411)
assertEquals(errorMessage + "feature description corrupted", originalFeature.getDescription(), actualFeature.getDescription());
The method getDescription() is undefined for the type BuildTimeFeature
24. ERROR in /src/org/eclipse/pde/build/internal/tests/p2/LicenseTests.java
 (at line 411)
assertEquals(errorMessage + "feature description corrupted", originalFeature.getDescription(), actualFeature.getDescription());
The method getDescription() is undefined for the type BuildTimeFeature
25. ERROR in /src/org/eclipse/pde/build/internal/tests/p2/LicenseTests.java
 (at line 412)
assertEquals(errorMessage + "feature copyright corrupted", originalFeature.getCopyright(), actualFeature.getCopyright());
The method getCopyright() is undefined for the type BuildTimeFeature
26. ERROR in /src/org/eclipse/pde/build/internal/tests/p2/LicenseTests.java
 (at line 412)
assertEquals(errorMessage + "feature copyright corrupted", originalFeature.getCopyright(), actualFeature.getCopyright());
The method getCopyright() is undefined for the type BuildTimeFeature
27. ERROR in /src/org/eclipse/pde/build/internal/tests/p2/LicenseTests.java
 (at line 480)
assertEquals(feature.getLicense().trim(), "This is legal stuff");
The method getLicense() is undefined for the type BuildTimeFeature

/src/org/eclipse/pde/build/internal/tests/p2/PublishingTests.java : 2 errors :

1. ERROR in /src/org/eclipse/pde/build/internal/tests/p2/PublishingTests.java
 (at line 263)
assertEquals(model.getVersion(), "1.0.0.12345");
The method getVersion() is undefined for the type BuildTimeFeature
2. ERROR in /src/org/eclipse/pde/build/internal/tests/p2/PublishingTests.java
 (at line 264)
assertEquals(model.getPluginEntries()[0].getVersion(), "1.0.0.12345");
The method getPluginEntries() from the type BuildTimeFeature refers to the missing type FeatureEntry

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

Back to the top