Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build I20090324-0800 (Timestamp: 200903240800):Compile errors in build

Build I20090324-0800 (Timestamp: 200903240800):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.pde.ui_3.5.0.v20090323-1600

Compiler log for org.eclipse.pde.ui_3.5.0.v20090323-1600 : @dot.xml

TOTAL : ERRORS: 903, WARNINGS: 26

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/pde/internal/ui/PDELabelProvider.java : 16 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 36)
import org.eclipse.pde.internal.core.text.bundle.*;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 114)
if (obj instanceof PackageObject) {
PackageObject cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 115)
return getObjectText((PackageObject) obj);
PackageObject cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 126)
if (obj instanceof ExecutionEnvironment) {
ExecutionEnvironment cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 127)
return getObjectText((ExecutionEnvironment) obj);
ExecutionEnvironment cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 135)
private String getObjectText(ExecutionEnvironment environment) {
ExecutionEnvironment cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 331)
public String getObjectText(PackageObject obj) {
PackageObject cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 465)
if (obj instanceof ExportPackageObject) {
ExportPackageObject cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 466)
return getObjectImage((ExportPackageObject) obj);
ExportPackageObject cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 468)
if (obj instanceof PackageObject) {
PackageObject cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 469)
return getObjectImage((PackageObject) obj);
PackageObject cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 480)
if (obj instanceof ExecutionEnvironment) {
ExecutionEnvironment cannot be resolved to a type
13. ERROR in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 481)
return getObjectImage((ExecutionEnvironment) obj);
ExecutionEnvironment cannot be resolved to a type
14. ERROR in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 514)
private Image getObjectImage(ExecutionEnvironment environment) {
ExecutionEnvironment cannot be resolved to a type
15. ERROR in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 771)
public Image getObjectImage(ExportPackageObject obj) {
ExportPackageObject cannot be resolved to a type
16. ERROR in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 783)
public Image getObjectImage(PackageObject obj) {
PackageObject cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/compare/PluginStructureCreator.java : 12 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/compare/PluginStructureCreator.java
 (at line 21)
import org.eclipse.pde.internal.core.text.plugin.*;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/compare/PluginStructureCreator.java
 (at line 116)
PluginModelBase model = createModel(input, document, isFragment);
PluginModelBase cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/compare/PluginStructureCreator.java
 (at line 116)
PluginModelBase model = createModel(input, document, isFragment);
The method createModel(Object, IDocument, boolean) from the type PluginStructureCreator refers to the missing type PluginModelBase
4. ERROR in /src/org/eclipse/pde/internal/ui/compare/PluginStructureCreator.java
 (at line 136)
private PluginModelBase createModel(Object input, IDocument document, boolean isFragment) throws CoreException {
PluginModelBase cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/compare/PluginStructureCreator.java
 (at line 137)
PluginModelBase model = null;
PluginModelBase cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/compare/PluginStructureCreator.java
 (at line 139)
model = new FragmentModel(document, false /* isReconciling */);
FragmentModel cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/compare/PluginStructureCreator.java
 (at line 141)
model = new PluginModel(document, false /* isReconciling */);
PluginModel cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ui/compare/PluginStructureCreator.java
 (at line 154)
private void createChildren(DocumentRangeNode rootNode, PluginModelBase model, PDELabelProvider labelProvider, ResourceManager resources) {
PluginModelBase cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/ui/compare/PluginStructureCreator.java
 (at line 161)
private void createLibraries(DocumentRangeNode parent, PluginModelBase model, PDELabelProvider labelProvider, ResourceManager resources) {
PluginModelBase cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/internal/ui/compare/PluginStructureCreator.java
 (at line 170)
private void createImports(DocumentRangeNode parent, PluginModelBase model, PDELabelProvider labelProvider, PDELabelProvider labelProvider2, ResourceManager resources) {
PluginModelBase cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/internal/ui/compare/PluginStructureCreator.java
 (at line 179)
private void createExtensionPoints(DocumentRangeNode parent, PluginModelBase model, PDELabelProvider labelProvider, ResourceManager resources) {
PluginModelBase cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/internal/ui/compare/PluginStructureCreator.java
 (at line 188)
private void createExtensions(DocumentRangeNode parent, PluginModelBase model, PDELabelProvider labelProvider, ResourceManager resources) {
PluginModelBase cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/correction/AbstractManifestMarkerResolution.java : 4 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/correction/AbstractManifestMarkerResolution.java
 (at line 15)
import org.eclipse.pde.internal.core.text.bundle.BundleModel;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/correction/AbstractManifestMarkerResolution.java
 (at line 23)
protected abstract void createChange(BundleModel model);
BundleModel cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/correction/AbstractManifestMarkerResolution.java
 (at line 28)
if (model instanceof BundleModel)
BundleModel cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/correction/AbstractManifestMarkerResolution.java
 (at line 29)
createChange((BundleModel) model);
BundleModel cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/correction/AddActivationHeaderResolution.java : 10 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddActivationHeaderResolution.java
 (at line 18)
import org.eclipse.pde.internal.core.text.bundle.BundleModel;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddActivationHeaderResolution.java
 (at line 19)
import org.eclipse.pde.internal.core.text.bundle.LazyStartHeader;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddActivationHeaderResolution.java
 (at line 23)
public class AddActivationHeaderResolution extends AbstractManifestMarkerResolution {
The type AddActivationHeaderResolution must implement the inherited abstract method AbstractManifestMarkerResolution.createChange(BundleModel)
4. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddActivationHeaderResolution.java
 (at line 32)
protected void createChange(BundleModel model) {
BundleModel cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddActivationHeaderResolution.java
 (at line 35)
if (header instanceof LazyStartHeader) {
LazyStartHeader cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddActivationHeaderResolution.java
 (at line 36)
LazyStartHeader lheader = (LazyStartHeader) header;
LazyStartHeader cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddActivationHeaderResolution.java
 (at line 36)
LazyStartHeader lheader = (LazyStartHeader) header;
LazyStartHeader cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddActivationHeaderResolution.java
 (at line 41)
LazyStartHeader newHeader = (LazyStartHeader) bundle.getManifestHeader(Constants.BUNDLE_ACTIVATIONPOLICY);
LazyStartHeader cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddActivationHeaderResolution.java
 (at line 41)
LazyStartHeader newHeader = (LazyStartHeader) bundle.getManifestHeader(Constants.BUNDLE_ACTIVATIONPOLICY);
LazyStartHeader cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddActivationHeaderResolution.java
 (at line 50)
lheader = (LazyStartHeader) bundle.getManifestHeader(ICoreConstants.ECLIPSE_LAZYSTART);
LazyStartHeader cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/correction/AddBuildEntryResolution.java : 7 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddBuildEntryResolution.java
 (at line 16)
import org.eclipse.pde.internal.core.text.build.Build;
The import org.eclipse.pde.internal.core.text.build cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddBuildEntryResolution.java
 (at line 17)
import org.eclipse.pde.internal.core.text.build.BuildEntry;
The import org.eclipse.pde.internal.core.text.build cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddBuildEntryResolution.java
 (at line 20)
public class AddBuildEntryResolution extends BuildEntryMarkerResolution {
The type AddBuildEntryResolution must implement the inherited abstract method BuildEntryMarkerResolution.createChange(Build)
4. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddBuildEntryResolution.java
 (at line 30)
protected void createChange(Build build) {
Build cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddBuildEntryResolution.java
 (at line 32)
BuildEntry buildEntry = (BuildEntry) build.getEntry(fEntry);
BuildEntry cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddBuildEntryResolution.java
 (at line 32)
BuildEntry buildEntry = (BuildEntry) build.getEntry(fEntry);
BuildEntry cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddBuildEntryResolution.java
 (at line 34)
buildEntry = new BuildEntry(fEntry, build.getModel());
BuildEntry cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/correction/AddBundleClassPathMarkerResolution.java : 6 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddBundleClassPathMarkerResolution.java
 (at line 15)
import org.eclipse.pde.internal.core.text.bundle.*;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddBundleClassPathMarkerResolution.java
 (at line 19)
public class AddBundleClassPathMarkerResolution extends AbstractManifestMarkerResolution {
The type AddBundleClassPathMarkerResolution must implement the inherited abstract method AbstractManifestMarkerResolution.createChange(BundleModel)
3. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddBundleClassPathMarkerResolution.java
 (at line 32)
protected void createChange(BundleModel model) {
BundleModel cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddBundleClassPathMarkerResolution.java
 (at line 34)
if (bundle instanceof Bundle) {
Bundle cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddBundleClassPathMarkerResolution.java
 (at line 35)
BundleClasspathHeader header = (BundleClasspathHeader) bundle.getManifestHeader(Constants.BUNDLE_CLASSPATH);
BundleClasspathHeader cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddBundleClassPathMarkerResolution.java
 (at line 35)
BundleClasspathHeader header = (BundleClasspathHeader) bundle.getManifestHeader(Constants.BUNDLE_CLASSPATH);
BundleClasspathHeader cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/correction/AddDefaultExecutionEnvironmentResolution.java : 6 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddDefaultExecutionEnvironmentResolution.java
 (at line 18)
import org.eclipse.pde.internal.core.text.bundle.BundleModel;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddDefaultExecutionEnvironmentResolution.java
 (at line 19)
import org.eclipse.pde.internal.core.text.bundle.RequiredExecutionEnvironmentHeader;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddDefaultExecutionEnvironmentResolution.java
 (at line 23)
public class AddDefaultExecutionEnvironmentResolution extends AbstractManifestMarkerResolution {
The type AddDefaultExecutionEnvironmentResolution must implement the inherited abstract method AbstractManifestMarkerResolution.createChange(BundleModel)
4. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddDefaultExecutionEnvironmentResolution.java
 (at line 32)
protected void createChange(BundleModel model) {
BundleModel cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddDefaultExecutionEnvironmentResolution.java
 (at line 43)
if (header != null && header instanceof RequiredExecutionEnvironmentHeader) {
RequiredExecutionEnvironmentHeader cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddDefaultExecutionEnvironmentResolution.java
 (at line 45)
((RequiredExecutionEnvironmentHeader) header).addExecutionEnvironment(ee);
RequiredExecutionEnvironmentHeader cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/correction/AddExportPackageMarkerResolution.java : 11 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddExportPackageMarkerResolution.java
 (at line 15)
import org.eclipse.pde.internal.core.text.bundle.*;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddExportPackageMarkerResolution.java
 (at line 22)
public class AddExportPackageMarkerResolution extends AbstractManifestMarkerResolution {
The type AddExportPackageMarkerResolution must implement the inherited abstract method AbstractManifestMarkerResolution.createChange(BundleModel)
3. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddExportPackageMarkerResolution.java
 (at line 35)
protected void createChange(BundleModel model) {
BundleModel cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddExportPackageMarkerResolution.java
 (at line 37)
if (bundle instanceof Bundle) {
Bundle cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddExportPackageMarkerResolution.java
 (at line 38)
Bundle bun = (Bundle) bundle;
Bundle cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddExportPackageMarkerResolution.java
 (at line 38)
Bundle bun = (Bundle) bundle;
Bundle cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddExportPackageMarkerResolution.java
 (at line 39)
ExportPackageHeader header = (ExportPackageHeader) bun.getManifestHeader(Constants.EXPORT_PACKAGE);
ExportPackageHeader cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddExportPackageMarkerResolution.java
 (at line 39)
ExportPackageHeader header = (ExportPackageHeader) bun.getManifestHeader(Constants.EXPORT_PACKAGE);
ExportPackageHeader cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddExportPackageMarkerResolution.java
 (at line 42)
header = (ExportPackageHeader) bun.getManifestHeader(Constants.EXPORT_PACKAGE);
ExportPackageHeader cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddExportPackageMarkerResolution.java
 (at line 48)
private void processPackages(ExportPackageHeader header) {
ExportPackageHeader cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddExportPackageMarkerResolution.java
 (at line 55)
ExportPackageObject obj = header.addPackage(packages[i]);
ExportPackageObject cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/correction/AddSingletonToSymbolicName.java : 8 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddSingletonToSymbolicName.java
 (at line 16)
import org.eclipse.pde.internal.core.text.bundle.*;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddSingletonToSymbolicName.java
 (at line 20)
public class AddSingletonToSymbolicName extends AbstractManifestMarkerResolution {
The type AddSingletonToSymbolicName must implement the inherited abstract method AbstractManifestMarkerResolution.createChange(BundleModel)
3. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddSingletonToSymbolicName.java
 (at line 41)
protected void createChange(BundleModel model) {
BundleModel cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddSingletonToSymbolicName.java
 (at line 43)
if (bundle instanceof Bundle) {
Bundle cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddSingletonToSymbolicName.java
 (at line 44)
Bundle bun = (Bundle) bundle;
Bundle cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddSingletonToSymbolicName.java
 (at line 44)
Bundle bun = (Bundle) bundle;
Bundle cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddSingletonToSymbolicName.java
 (at line 46)
if (header instanceof BundleSymbolicNameHeader) {
BundleSymbolicNameHeader cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddSingletonToSymbolicName.java
 (at line 51)
((BundleSymbolicNameHeader) header).setSingleton(true);
BundleSymbolicNameHeader cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/correction/AddSourceBuildEntryResolution.java : 8 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddSourceBuildEntryResolution.java
 (at line 22)
import org.eclipse.pde.internal.core.text.build.Build;
The import org.eclipse.pde.internal.core.text.build cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddSourceBuildEntryResolution.java
 (at line 23)
import org.eclipse.pde.internal.core.text.build.BuildEntry;
The import org.eclipse.pde.internal.core.text.build cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddSourceBuildEntryResolution.java
 (at line 26)
public class AddSourceBuildEntryResolution extends BuildEntryMarkerResolution {
The type AddSourceBuildEntryResolution must implement the inherited abstract method BuildEntryMarkerResolution.createChange(Build)
4. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddSourceBuildEntryResolution.java
 (at line 36)
protected void createChange(Build build) {
Build cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddSourceBuildEntryResolution.java
 (at line 38)
BuildEntry buildEntry = (BuildEntry) build.getEntry(fEntry);
BuildEntry cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddSourceBuildEntryResolution.java
 (at line 38)
BuildEntry buildEntry = (BuildEntry) build.getEntry(fEntry);
BuildEntry cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddSourceBuildEntryResolution.java
 (at line 41)
buildEntry = new BuildEntry(fEntry, build.getModel());
BuildEntry cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddSourceBuildEntryResolution.java
 (at line 54)
private String[] getSourcePaths(Build build, boolean unlistedOnly) {
Build cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/correction/AppendSeperatorBuildEntryResolution.java : 6 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/correction/AppendSeperatorBuildEntryResolution.java
 (at line 16)
import org.eclipse.pde.internal.core.text.build.Build;
The import org.eclipse.pde.internal.core.text.build cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/correction/AppendSeperatorBuildEntryResolution.java
 (at line 17)
import org.eclipse.pde.internal.core.text.build.BuildEntry;
The import org.eclipse.pde.internal.core.text.build cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/correction/AppendSeperatorBuildEntryResolution.java
 (at line 20)
public class AppendSeperatorBuildEntryResolution extends BuildEntryMarkerResolution {
The type AppendSeperatorBuildEntryResolution must implement the inherited abstract method BuildEntryMarkerResolution.createChange(Build)
4. ERROR in /src/org/eclipse/pde/internal/ui/correction/AppendSeperatorBuildEntryResolution.java
 (at line 26)
protected void createChange(Build build) {
Build cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/correction/AppendSeperatorBuildEntryResolution.java
 (at line 28)
BuildEntry buildEntry = (BuildEntry) build.getEntry(fEntry);
BuildEntry cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/correction/AppendSeperatorBuildEntryResolution.java
 (at line 28)
BuildEntry buildEntry = (BuildEntry) build.getEntry(fEntry);
BuildEntry cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/correction/BuildEntryMarkerResolution.java : 6 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/correction/BuildEntryMarkerResolution.java
 (at line 17)
import org.eclipse.pde.internal.core.text.build.Build;
The import org.eclipse.pde.internal.core.text.build cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/correction/BuildEntryMarkerResolution.java
 (at line 18)
import org.eclipse.pde.internal.core.text.build.BuildModel;
The import org.eclipse.pde.internal.core.text.build cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/correction/BuildEntryMarkerResolution.java
 (at line 34)
protected abstract void createChange(Build build);
Build cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/correction/BuildEntryMarkerResolution.java
 (at line 37)
if (model instanceof BuildModel)
BuildModel cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/correction/BuildEntryMarkerResolution.java
 (at line 38)
createChange((Build) ((BuildModel) model).getBuild());
Build cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/correction/BuildEntryMarkerResolution.java
 (at line 38)
createChange((Build) ((BuildModel) model).getBuild());
BuildModel cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/correction/ChooseClassXMLResolution.java : 4 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/correction/ChooseClassXMLResolution.java
 (at line 17)
import org.eclipse.pde.internal.core.text.plugin.PluginAttribute;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/correction/ChooseClassXMLResolution.java
 (at line 29)
if (!(object instanceof PluginAttribute))
PluginAttribute cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/correction/ChooseClassXMLResolution.java
 (at line 31)
PluginAttribute attrib = (PluginAttribute) object;
PluginAttribute cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/correction/ChooseClassXMLResolution.java
 (at line 31)
PluginAttribute attrib = (PluginAttribute) object;
PluginAttribute cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/correction/ChooseManifestClassResolution.java : 3 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/correction/ChooseManifestClassResolution.java
 (at line 16)
import org.eclipse.pde.internal.core.text.bundle.BundleModel;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/correction/ChooseManifestClassResolution.java
 (at line 20)
public class ChooseManifestClassResolution extends AbstractManifestMarkerResolution {
The type ChooseManifestClassResolution must implement the inherited abstract method AbstractManifestMarkerResolution.createChange(BundleModel)
3. ERROR in /src/org/eclipse/pde/internal/ui/correction/ChooseManifestClassResolution.java
 (at line 29)
protected void createChange(BundleModel model) {
BundleModel cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/correction/CreateClassXMLResolution.java : 5 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/correction/CreateClassXMLResolution.java
 (at line 22)
import org.eclipse.pde.internal.core.text.plugin.PluginAttribute;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/correction/CreateClassXMLResolution.java
 (at line 37)
if (!(object instanceof PluginAttribute))
PluginAttribute cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/correction/CreateClassXMLResolution.java
 (at line 40)
PluginAttribute attr = (PluginAttribute) object;
PluginAttribute cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/correction/CreateClassXMLResolution.java
 (at line 40)
PluginAttribute attr = (PluginAttribute) object;
PluginAttribute cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/correction/CreateClassXMLResolution.java
 (at line 50)
private ISchemaAttribute getAttribute(PluginAttribute attr) {
PluginAttribute cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/correction/CreateJREBundleHeaderResolution.java : 3 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/correction/CreateJREBundleHeaderResolution.java
 (at line 14)
import org.eclipse.pde.internal.core.text.bundle.BundleModel;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/correction/CreateJREBundleHeaderResolution.java
 (at line 17)
public class CreateJREBundleHeaderResolution extends AbstractManifestMarkerResolution {
The type CreateJREBundleHeaderResolution must implement the inherited abstract method AbstractManifestMarkerResolution.createChange(BundleModel)
3. ERROR in /src/org/eclipse/pde/internal/ui/correction/CreateJREBundleHeaderResolution.java
 (at line 31)
protected void createChange(BundleModel model) {
BundleModel cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/correction/CreateManifestClassResolution.java : 3 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/correction/CreateManifestClassResolution.java
 (at line 18)
import org.eclipse.pde.internal.core.text.bundle.BundleModel;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/correction/CreateManifestClassResolution.java
 (at line 24)
public class CreateManifestClassResolution extends AbstractManifestMarkerResolution {
The type CreateManifestClassResolution must implement the inherited abstract method AbstractManifestMarkerResolution.createChange(BundleModel)
3. ERROR in /src/org/eclipse/pde/internal/ui/correction/CreateManifestClassResolution.java
 (at line 33)
protected void createChange(BundleModel model) {
BundleModel cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/correction/OptionalImportPackageResolution.java : 8 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/correction/OptionalImportPackageResolution.java
 (at line 14)
import org.eclipse.pde.internal.core.text.bundle.*;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/correction/OptionalImportPackageResolution.java
 (at line 18)
public class OptionalImportPackageResolution extends AbstractManifestMarkerResolution {
The type OptionalImportPackageResolution must implement the inherited abstract method AbstractManifestMarkerResolution.createChange(BundleModel)
3. ERROR in /src/org/eclipse/pde/internal/ui/correction/OptionalImportPackageResolution.java
 (at line 27)
protected void createChange(BundleModel model) {
BundleModel cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/correction/OptionalImportPackageResolution.java
 (at line 28)
Bundle bundle = (Bundle) model.getBundle();
Bundle cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/correction/OptionalImportPackageResolution.java
 (at line 28)
Bundle bundle = (Bundle) model.getBundle();
Bundle cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/correction/OptionalImportPackageResolution.java
 (at line 29)
ImportPackageHeader header = (ImportPackageHeader) bundle.getManifestHeader(Constants.IMPORT_PACKAGE);
ImportPackageHeader cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/correction/OptionalImportPackageResolution.java
 (at line 29)
ImportPackageHeader header = (ImportPackageHeader) bundle.getManifestHeader(Constants.IMPORT_PACKAGE);
ImportPackageHeader cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ui/correction/OptionalImportPackageResolution.java
 (at line 31)
ImportPackageObject pkg = header.getPackage(fPackageName);
ImportPackageObject cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/correction/OptionalRequireBundleResolution.java : 8 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/correction/OptionalRequireBundleResolution.java
 (at line 14)
import org.eclipse.pde.internal.core.text.bundle.*;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/correction/OptionalRequireBundleResolution.java
 (at line 18)
public class OptionalRequireBundleResolution extends AbstractManifestMarkerResolution {
The type OptionalRequireBundleResolution must implement the inherited abstract method AbstractManifestMarkerResolution.createChange(BundleModel)
3. ERROR in /src/org/eclipse/pde/internal/ui/correction/OptionalRequireBundleResolution.java
 (at line 27)
protected void createChange(BundleModel model) {
BundleModel cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/correction/OptionalRequireBundleResolution.java
 (at line 28)
Bundle bundle = (Bundle) model.getBundle();
Bundle cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/correction/OptionalRequireBundleResolution.java
 (at line 28)
Bundle bundle = (Bundle) model.getBundle();
Bundle cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/correction/OptionalRequireBundleResolution.java
 (at line 29)
RequireBundleHeader header = (RequireBundleHeader) bundle.getManifestHeader(Constants.REQUIRE_BUNDLE);
RequireBundleHeader cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/correction/OptionalRequireBundleResolution.java
 (at line 29)
RequireBundleHeader header = (RequireBundleHeader) bundle.getManifestHeader(Constants.REQUIRE_BUNDLE);
RequireBundleHeader cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ui/correction/OptionalRequireBundleResolution.java
 (at line 31)
RequireBundleObject[] required = header.getRequiredBundles();
RequireBundleObject cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/correction/OrganizeExportPackageResolution.java : 3 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/correction/OrganizeExportPackageResolution.java
 (at line 13)
import org.eclipse.pde.internal.core.text.bundle.BundleModel;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/correction/OrganizeExportPackageResolution.java
 (at line 17)
public class OrganizeExportPackageResolution extends AbstractManifestMarkerResolution {
The type OrganizeExportPackageResolution must implement the inherited abstract method AbstractManifestMarkerResolution.createChange(BundleModel)
3. ERROR in /src/org/eclipse/pde/internal/ui/correction/OrganizeExportPackageResolution.java
 (at line 23)
protected void createChange(BundleModel model) {
BundleModel cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/correction/OrganizeImportPackageResolution.java : 3 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/correction/OrganizeImportPackageResolution.java
 (at line 13)
import org.eclipse.pde.internal.core.text.bundle.BundleModel;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/correction/OrganizeImportPackageResolution.java
 (at line 17)
public class OrganizeImportPackageResolution extends AbstractManifestMarkerResolution {
The type OrganizeImportPackageResolution must implement the inherited abstract method AbstractManifestMarkerResolution.createChange(BundleModel)
3. ERROR in /src/org/eclipse/pde/internal/ui/correction/OrganizeImportPackageResolution.java
 (at line 26)
protected void createChange(BundleModel model) {
BundleModel cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/correction/OrganizeRequireBundleResolution.java : 3 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/correction/OrganizeRequireBundleResolution.java
 (at line 13)
import org.eclipse.pde.internal.core.text.bundle.BundleModel;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/correction/OrganizeRequireBundleResolution.java
 (at line 17)
public class OrganizeRequireBundleResolution extends AbstractManifestMarkerResolution {
The type OrganizeRequireBundleResolution must implement the inherited abstract method AbstractManifestMarkerResolution.createChange(BundleModel)
3. ERROR in /src/org/eclipse/pde/internal/ui/correction/OrganizeRequireBundleResolution.java
 (at line 26)
protected void createChange(BundleModel model) {
BundleModel cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/correction/RemoveBuildEntryResolution.java : 6 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveBuildEntryResolution.java
 (at line 16)
import org.eclipse.pde.internal.core.text.build.Build;
The import org.eclipse.pde.internal.core.text.build cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveBuildEntryResolution.java
 (at line 17)
import org.eclipse.pde.internal.core.text.build.BuildEntry;
The import org.eclipse.pde.internal.core.text.build cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveBuildEntryResolution.java
 (at line 20)
public class RemoveBuildEntryResolution extends BuildEntryMarkerResolution {
The type RemoveBuildEntryResolution must implement the inherited abstract method BuildEntryMarkerResolution.createChange(Build)
4. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveBuildEntryResolution.java
 (at line 32)
protected void createChange(Build build) {
Build cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveBuildEntryResolution.java
 (at line 34)
BuildEntry buildEntry = (BuildEntry) build.getEntry(fEntry);
BuildEntry cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveBuildEntryResolution.java
 (at line 34)
BuildEntry buildEntry = (BuildEntry) build.getEntry(fEntry);
BuildEntry cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/correction/RemoveExportPackageResolution.java : 7 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveExportPackageResolution.java
 (at line 14)
import org.eclipse.pde.internal.core.text.bundle.*;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveExportPackageResolution.java
 (at line 19)
public class RemoveExportPackageResolution extends AbstractManifestMarkerResolution implements IMarkerResolution {
The type RemoveExportPackageResolution must implement the inherited abstract method AbstractManifestMarkerResolution.createChange(BundleModel)
3. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveExportPackageResolution.java
 (at line 28)
protected void createChange(BundleModel model) {
BundleModel cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveExportPackageResolution.java
 (at line 29)
Bundle bundle = (Bundle) model.getBundle();
Bundle cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveExportPackageResolution.java
 (at line 29)
Bundle bundle = (Bundle) model.getBundle();
Bundle cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveExportPackageResolution.java
 (at line 30)
ExportPackageHeader header = (ExportPackageHeader) bundle.getManifestHeader(Constants.EXPORT_PACKAGE);
ExportPackageHeader cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveExportPackageResolution.java
 (at line 30)
ExportPackageHeader header = (ExportPackageHeader) bundle.getManifestHeader(Constants.EXPORT_PACKAGE);
ExportPackageHeader cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/correction/RemoveImportExportServicesResolution.java : 6 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveImportExportServicesResolution.java
 (at line 15)
import org.eclipse.pde.internal.core.text.bundle.Bundle;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveImportExportServicesResolution.java
 (at line 16)
import org.eclipse.pde.internal.core.text.bundle.BundleModel;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveImportExportServicesResolution.java
 (at line 20)
public class RemoveImportExportServicesResolution extends AbstractManifestMarkerResolution implements IMarkerResolution {
The type RemoveImportExportServicesResolution must implement the inherited abstract method AbstractManifestMarkerResolution.createChange(BundleModel)
4. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveImportExportServicesResolution.java
 (at line 29)
protected void createChange(BundleModel model) {
BundleModel cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveImportExportServicesResolution.java
 (at line 30)
Bundle bundle = (Bundle) model.getBundle();
Bundle cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveImportExportServicesResolution.java
 (at line 30)
Bundle bundle = (Bundle) model.getBundle();
Bundle cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/correction/RemoveImportPackageResolution.java : 7 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveImportPackageResolution.java
 (at line 14)
import org.eclipse.pde.internal.core.text.bundle.*;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveImportPackageResolution.java
 (at line 18)
public class RemoveImportPackageResolution extends AbstractManifestMarkerResolution {
The type RemoveImportPackageResolution must implement the inherited abstract method AbstractManifestMarkerResolution.createChange(BundleModel)
3. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveImportPackageResolution.java
 (at line 27)
protected void createChange(BundleModel model) {
BundleModel cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveImportPackageResolution.java
 (at line 28)
Bundle bundle = (Bundle) model.getBundle();
Bundle cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveImportPackageResolution.java
 (at line 28)
Bundle bundle = (Bundle) model.getBundle();
Bundle cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveImportPackageResolution.java
 (at line 29)
ImportPackageHeader header = (ImportPackageHeader) bundle.getManifestHeader(Constants.IMPORT_PACKAGE);
ImportPackageHeader cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveImportPackageResolution.java
 (at line 29)
ImportPackageHeader header = (ImportPackageHeader) bundle.getManifestHeader(Constants.IMPORT_PACKAGE);
ImportPackageHeader cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/correction/RemoveInternalDirectiveEntryResolution.java : 6 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveInternalDirectiveEntryResolution.java
 (at line 14)
import org.eclipse.pde.internal.core.text.bundle.*;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveInternalDirectiveEntryResolution.java
 (at line 18)
public class RemoveInternalDirectiveEntryResolution extends AbstractManifestMarkerResolution {
The type RemoveInternalDirectiveEntryResolution must implement the inherited abstract method AbstractManifestMarkerResolution.createChange(BundleModel)
3. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveInternalDirectiveEntryResolution.java
 (at line 27)
protected void createChange(BundleModel model) {
BundleModel cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveInternalDirectiveEntryResolution.java
 (at line 29)
if (header instanceof ExportPackageHeader) {
ExportPackageHeader cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveInternalDirectiveEntryResolution.java
 (at line 30)
ExportPackageObject exportedPackage = ((ExportPackageHeader) header).getPackage(fPackageName);
ExportPackageObject cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveInternalDirectiveEntryResolution.java
 (at line 30)
ExportPackageObject exportedPackage = ((ExportPackageHeader) header).getPackage(fPackageName);
ExportPackageHeader cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/correction/RemoveLazyLoadingDirectiveResolution.java : 3 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveLazyLoadingDirectiveResolution.java
 (at line 14)
import org.eclipse.pde.internal.core.text.bundle.BundleModel;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveLazyLoadingDirectiveResolution.java
 (at line 17)
public class RemoveLazyLoadingDirectiveResolution extends AbstractManifestMarkerResolution {
The type RemoveLazyLoadingDirectiveResolution must implement the inherited abstract method AbstractManifestMarkerResolution.createChange(BundleModel)
3. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveLazyLoadingDirectiveResolution.java
 (at line 26)
protected void createChange(BundleModel model) {
BundleModel cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/correction/RemoveNodeXMLResolution.java : 7 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveNodeXMLResolution.java
 (at line 17)
import org.eclipse.pde.internal.core.text.plugin.PluginAttribute;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveNodeXMLResolution.java
 (at line 18)
import org.eclipse.pde.internal.core.text.plugin.PluginBaseNode;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveNodeXMLResolution.java
 (at line 36)
else if (parent instanceof PluginBaseNode)
PluginBaseNode cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveNodeXMLResolution.java
 (at line 37)
((PluginBaseNode) parent).remove(pluginObject);
PluginBaseNode cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveNodeXMLResolution.java
 (at line 38)
else if (pluginObject instanceof PluginAttribute) {
PluginAttribute cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveNodeXMLResolution.java
 (at line 39)
PluginAttribute attr = (PluginAttribute) pluginObject;
PluginAttribute cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveNodeXMLResolution.java
 (at line 39)
PluginAttribute attr = (PluginAttribute) pluginObject;
PluginAttribute cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/correction/RemoveRequireBundleResolution.java : 7 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveRequireBundleResolution.java
 (at line 14)
import org.eclipse.pde.internal.core.text.bundle.*;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveRequireBundleResolution.java
 (at line 18)
public class RemoveRequireBundleResolution extends AbstractManifestMarkerResolution {
The type RemoveRequireBundleResolution must implement the inherited abstract method AbstractManifestMarkerResolution.createChange(BundleModel)
3. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveRequireBundleResolution.java
 (at line 27)
protected void createChange(BundleModel model) {
BundleModel cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveRequireBundleResolution.java
 (at line 28)
Bundle bundle = (Bundle) model.getBundle();
Bundle cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveRequireBundleResolution.java
 (at line 28)
Bundle bundle = (Bundle) model.getBundle();
Bundle cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveRequireBundleResolution.java
 (at line 29)
RequireBundleHeader header = (RequireBundleHeader) bundle.getManifestHeader(Constants.REQUIRE_BUNDLE);
RequireBundleHeader cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveRequireBundleResolution.java
 (at line 29)
RequireBundleHeader header = (RequireBundleHeader) bundle.getManifestHeader(Constants.REQUIRE_BUNDLE);
RequireBundleHeader cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/correction/RemoveSeperatorBuildEntryResolution.java : 6 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveSeperatorBuildEntryResolution.java
 (at line 16)
import org.eclipse.pde.internal.core.text.build.Build;
The import org.eclipse.pde.internal.core.text.build cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveSeperatorBuildEntryResolution.java
 (at line 17)
import org.eclipse.pde.internal.core.text.build.BuildEntry;
The import org.eclipse.pde.internal.core.text.build cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveSeperatorBuildEntryResolution.java
 (at line 20)
public class RemoveSeperatorBuildEntryResolution extends BuildEntryMarkerResolution {
The type RemoveSeperatorBuildEntryResolution must implement the inherited abstract method BuildEntryMarkerResolution.createChange(Build)
4. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveSeperatorBuildEntryResolution.java
 (at line 26)
protected void createChange(Build build) {
Build cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveSeperatorBuildEntryResolution.java
 (at line 28)
BuildEntry buildEntry = (BuildEntry) build.getEntry(fEntry);
BuildEntry cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveSeperatorBuildEntryResolution.java
 (at line 28)
BuildEntry buildEntry = (BuildEntry) build.getEntry(fEntry);
BuildEntry cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/correction/RemoveUnknownExecEnvironments.java : 7 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveUnknownExecEnvironments.java
 (at line 16)
import org.eclipse.pde.internal.core.text.bundle.*;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveUnknownExecEnvironments.java
 (at line 20)
public class RemoveUnknownExecEnvironments extends AbstractManifestMarkerResolution {
The type RemoveUnknownExecEnvironments must implement the inherited abstract method AbstractManifestMarkerResolution.createChange(BundleModel)
3. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveUnknownExecEnvironments.java
 (at line 26)
protected void createChange(BundleModel model) {
BundleModel cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveUnknownExecEnvironments.java
 (at line 28)
if (header instanceof RequiredExecutionEnvironmentHeader) {
RequiredExecutionEnvironmentHeader cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveUnknownExecEnvironments.java
 (at line 29)
RequiredExecutionEnvironmentHeader reqHeader = (RequiredExecutionEnvironmentHeader) header;
RequiredExecutionEnvironmentHeader cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveUnknownExecEnvironments.java
 (at line 29)
RequiredExecutionEnvironmentHeader reqHeader = (RequiredExecutionEnvironmentHeader) header;
RequiredExecutionEnvironmentHeader cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/correction/RemoveUnknownExecEnvironments.java
 (at line 30)
ExecutionEnvironment[] bundleEnvs = reqHeader.getEnvironments();
ExecutionEnvironment cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/correction/RenameProvidePackageResolution.java : 3 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/correction/RenameProvidePackageResolution.java
 (at line 15)
import org.eclipse.pde.internal.core.text.bundle.BundleModel;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/correction/RenameProvidePackageResolution.java
 (at line 19)
public class RenameProvidePackageResolution extends AbstractManifestMarkerResolution {
The type RenameProvidePackageResolution must implement the inherited abstract method AbstractManifestMarkerResolution.createChange(BundleModel)
3. ERROR in /src/org/eclipse/pde/internal/ui/correction/RenameProvidePackageResolution.java
 (at line 33)
protected void createChange(BundleModel model) {
BundleModel cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/correction/UnsupportedSingletonDirectiveResolution.java : 8 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/correction/UnsupportedSingletonDirectiveResolution.java
 (at line 15)
import org.eclipse.pde.internal.core.text.bundle.*;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/correction/UnsupportedSingletonDirectiveResolution.java
 (at line 19)
public class UnsupportedSingletonDirectiveResolution extends AbstractManifestMarkerResolution {
The type UnsupportedSingletonDirectiveResolution must implement the inherited abstract method AbstractManifestMarkerResolution.createChange(BundleModel)
3. ERROR in /src/org/eclipse/pde/internal/ui/correction/UnsupportedSingletonDirectiveResolution.java
 (at line 33)
protected void createChange(BundleModel model) {
BundleModel cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/correction/UnsupportedSingletonDirectiveResolution.java
 (at line 35)
if (bundle instanceof Bundle) {
Bundle cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/correction/UnsupportedSingletonDirectiveResolution.java
 (at line 36)
Bundle bun = (Bundle) bundle;
Bundle cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/correction/UnsupportedSingletonDirectiveResolution.java
 (at line 36)
Bundle bun = (Bundle) bundle;
Bundle cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/correction/UnsupportedSingletonDirectiveResolution.java
 (at line 38)
if (header instanceof BundleSymbolicNameHeader) {
BundleSymbolicNameHeader cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ui/correction/UnsupportedSingletonDirectiveResolution.java
 (at line 39)
((BundleSymbolicNameHeader) header).fixUnsupportedDirective();
BundleSymbolicNameHeader cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/correction/UpdateActivationResolution.java : 9 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/correction/UpdateActivationResolution.java
 (at line 17)
import org.eclipse.pde.internal.core.text.bundle.*;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/correction/UpdateActivationResolution.java
 (at line 21)
public class UpdateActivationResolution extends AbstractManifestMarkerResolution {
The type UpdateActivationResolution must implement the inherited abstract method AbstractManifestMarkerResolution.createChange(BundleModel)
3. ERROR in /src/org/eclipse/pde/internal/ui/correction/UpdateActivationResolution.java
 (at line 30)
protected void createChange(BundleModel model) {
BundleModel cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/correction/UpdateActivationResolution.java
 (at line 33)
LazyStartHeader header = (LazyStartHeader) model.getBundle().getManifestHeader(fHeader);
LazyStartHeader cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/correction/UpdateActivationResolution.java
 (at line 33)
LazyStartHeader header = (LazyStartHeader) model.getBundle().getManifestHeader(fHeader);
LazyStartHeader cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/correction/UpdateActivationResolution.java
 (at line 36)
LazyStartHeader newHeader = (LazyStartHeader) model.getFactory().createHeader(Constants.BUNDLE_ACTIVATIONPOLICY, Constants.ACTIVATION_LAZY);
LazyStartHeader cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/correction/UpdateActivationResolution.java
 (at line 36)
LazyStartHeader newHeader = (LazyStartHeader) model.getFactory().createHeader(Constants.BUNDLE_ACTIVATIONPOLICY, Constants.ACTIVATION_LAZY);
LazyStartHeader cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ui/correction/UpdateActivationResolution.java
 (at line 54)
Bundle bundle = (Bundle) model.getBundle();
Bundle cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/ui/correction/UpdateActivationResolution.java
 (at line 54)
Bundle bundle = (Bundle) model.getBundle();
Bundle cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/correction/java/JavaResolutionFactory.java : 8 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/correction/java/JavaResolutionFactory.java
 (at line 31)
import org.eclipse.pde.internal.core.text.bundle.*;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/correction/java/JavaResolutionFactory.java
 (at line 223)
} else if (header instanceof ImportPackageHeader) {
ImportPackageHeader cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/correction/java/JavaResolutionFactory.java
 (at line 224)
ImportPackageHeader ipHeader = (ImportPackageHeader) header;
ImportPackageHeader cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/correction/java/JavaResolutionFactory.java
 (at line 224)
ImportPackageHeader ipHeader = (ImportPackageHeader) header;
ImportPackageHeader cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/correction/java/JavaResolutionFactory.java
 (at line 299)
ExportPackageHeader header = (ExportPackageHeader) bundle.getManifestHeader(Constants.EXPORT_PACKAGE);
ExportPackageHeader cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/correction/java/JavaResolutionFactory.java
 (at line 299)
ExportPackageHeader header = (ExportPackageHeader) bundle.getManifestHeader(Constants.EXPORT_PACKAGE);
ExportPackageHeader cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/correction/java/JavaResolutionFactory.java
 (at line 302)
header = (ExportPackageHeader) bundle.getManifestHeader(Constants.EXPORT_PACKAGE);
ExportPackageHeader cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ui/correction/java/JavaResolutionFactory.java
 (at line 304)
header.addPackage(new ExportPackageObject(header, (IPackageFragment) getChangeObject(), Constants.VERSION_ATTRIBUTE));
ExportPackageObject cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/dialogs/PluginSelectionDialog.java : 7 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/dialogs/PluginSelectionDialog.java
 (at line 21)
import org.eclipse.pde.internal.core.text.bundle.ImportPackageHeader;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/dialogs/PluginSelectionDialog.java
 (at line 22)
import org.eclipse.pde.internal.core.text.bundle.ImportPackageObject;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/dialogs/PluginSelectionDialog.java
 (at line 108)
ImportPackageObject ipo = (ImportPackageObject) map.get(exported[i].getName());
ImportPackageObject cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/dialogs/PluginSelectionDialog.java
 (at line 108)
ImportPackageObject ipo = (ImportPackageObject) map.get(exported[i].getName());
ImportPackageObject cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/dialogs/PluginSelectionDialog.java
 (at line 130)
ImportPackageHeader header = (ImportPackageHeader) bmodel.getBundle().getManifestHeader(Constants.IMPORT_PACKAGE);
ImportPackageHeader cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/dialogs/PluginSelectionDialog.java
 (at line 130)
ImportPackageHeader header = (ImportPackageHeader) bmodel.getBundle().getManifestHeader(Constants.IMPORT_PACKAGE);
ImportPackageHeader cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/dialogs/PluginSelectionDialog.java
 (at line 134)
ImportPackageObject[] packages = header.getPackages();
ImportPackageObject cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/editor/actions/FormatOperation.java : 11 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/actions/FormatOperation.java
 (at line 14)
import org.eclipse.pde.internal.core.text.bundle.Bundle;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/actions/FormatOperation.java
 (at line 15)
import org.eclipse.pde.internal.core.text.bundle.BundleModel;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/editor/actions/FormatOperation.java
 (at line 16)
import org.eclipse.pde.internal.core.text.plugin.PluginBaseNode;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
4. ERROR in /src/org/eclipse/pde/internal/ui/editor/actions/FormatOperation.java
 (at line 49)
if (bundleModel.getBundle() instanceof Bundle)
Bundle cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/editor/actions/FormatOperation.java
 (at line 50)
formatBundle((Bundle) bundleModel.getBundle());
Bundle cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/editor/actions/FormatOperation.java
 (at line 53)
if (pluginModel instanceof PluginBaseNode)
PluginBaseNode cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/editor/actions/FormatOperation.java
 (at line 54)
formatXML((PluginBaseNode) pluginModel);
PluginBaseNode cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ui/editor/actions/FormatOperation.java
 (at line 64)
private static void formatBundle(Bundle bundle) {
Bundle cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/ui/editor/actions/FormatOperation.java
 (at line 68)
BundleModel model = (BundleModel) bundle.getModel();
BundleModel cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/internal/ui/editor/actions/FormatOperation.java
 (at line 68)
BundleModel model = (BundleModel) bundle.getModel();
BundleModel cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/internal/ui/editor/actions/FormatOperation.java
 (at line 72)
private static void formatXML(PluginBaseNode node) {
PluginBaseNode cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/editor/build/BuildHyperlinkDetector.java : 5 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/build/BuildHyperlinkDetector.java
 (at line 20)
import org.eclipse.pde.internal.core.text.build.BuildEntry;
The import org.eclipse.pde.internal.core.text.build cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/build/BuildHyperlinkDetector.java
 (at line 43)
if (!(element instanceof BuildEntry))
BuildEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/editor/build/BuildHyperlinkDetector.java
 (at line 46)
BuildEntry entry = (BuildEntry) element;
BuildEntry cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/editor/build/BuildHyperlinkDetector.java
 (at line 46)
BuildEntry entry = (BuildEntry) element;
BuildEntry cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/editor/build/BuildHyperlinkDetector.java
 (at line 61)
private IHyperlink[] matchLinkFor(BuildEntry header, int mainOffset) {
BuildEntry cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/editor/build/BuildInputContext.java : 4 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/build/BuildInputContext.java
 (at line 23)
import org.eclipse.pde.internal.core.text.build.BuildModel;
The import org.eclipse.pde.internal.core.text.build cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/build/BuildInputContext.java
 (at line 48)
BuildModel model = null;
BuildModel cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/editor/build/BuildInputContext.java
 (at line 52)
model = new BuildModel(document, isReconciling);
BuildModel cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/editor/build/BuildInputContext.java
 (at line 65)
model = new BuildModel(document, isReconciling);
BuildModel cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/editor/build/BuildSourcePage.java : 5 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/build/BuildSourcePage.java
 (at line 24)
import org.eclipse.pde.internal.core.text.build.BuildEntry;
The import org.eclipse.pde.internal.core.text.build cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/build/BuildSourcePage.java
 (at line 95)
return findBuildNode(model.getBuild().getBuildEntries(), selection.getOffset());
The method findBuildNode(IBuildEntry[], int) from the type BuildSourcePage refers to the missing type BuildEntry
3. ERROR in /src/org/eclipse/pde/internal/ui/editor/build/BuildSourcePage.java
 (at line 98)
private BuildEntry findBuildNode(IBuildEntry[] nodes, int offset) {
BuildEntry cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/editor/build/BuildSourcePage.java
 (at line 100)
BuildEntry node = (BuildEntry) nodes[i];
BuildEntry cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/editor/build/BuildSourcePage.java
 (at line 100)
BuildEntry node = (BuildEntry) nodes[i];
BuildEntry cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/editor/contentassist/XMLCompletionProposal.java : 4 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/contentassist/XMLCompletionProposal.java
 (at line 25)
import org.eclipse.pde.internal.core.text.plugin.PluginAttribute;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/contentassist/XMLCompletionProposal.java
 (at line 416)
if (att instanceof PluginAttribute) {
PluginAttribute cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/editor/contentassist/XMLCompletionProposal.java
 (at line 417)
fSelOffset = ((PluginAttribute) att).getValueOffset();
PluginAttribute cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/editor/contentassist/XMLCompletionProposal.java
 (at line 418)
fSelLen = ((PluginAttribute) att).getValueLength();
PluginAttribute cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/editor/contentassist/XMLContentAssistProcessor.java : 3 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/contentassist/XMLContentAssistProcessor.java
 (at line 28)
import org.eclipse.pde.internal.core.text.plugin.PluginModelBase;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/contentassist/XMLContentAssistProcessor.java
 (at line 145)
} else if (model instanceof PluginModelBase) {
PluginModelBase cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/editor/contentassist/XMLContentAssistProcessor.java
 (at line 147)
return computeBrokenModelProposal(((PluginModelBase) model).getLastErrorNode(), offset, doc);
PluginModelBase cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/editor/plugin/BlankQuery.java : 5 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BlankQuery.java
 (at line 14)
import org.eclipse.pde.internal.core.text.bundle.PackageObject;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BlankQuery.java
 (at line 22)
private PackageObject fObject;
PackageObject cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BlankQuery.java
 (at line 24)
BlankQuery(PackageObject object) {
PackageObject cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BlankQuery.java
 (at line 25)
fObject = object;
PackageObject cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BlankQuery.java
 (at line 34)
return '\'' + fObject.getName() + '\'';
PackageObject cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/editor/plugin/BundleFoldingStructureProvider.java : 2 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleFoldingStructureProvider.java
 (at line 18)
import org.eclipse.pde.internal.core.text.bundle.BundleModel;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleFoldingStructureProvider.java
 (at line 32)
IBundle bundle = ((BundleModel) model).getBundle();
BundleModel cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/editor/plugin/BundleHyperlinkDetector.java : 12 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleHyperlinkDetector.java
 (at line 19)
import org.eclipse.pde.internal.core.text.bundle.*;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleHyperlinkDetector.java
 (at line 42)
if (!(element instanceof ManifestHeader))
ManifestHeader cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleHyperlinkDetector.java
 (at line 45)
ManifestHeader header = (ManifestHeader) element;
ManifestHeader cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleHyperlinkDetector.java
 (at line 45)
ManifestHeader header = (ManifestHeader) element;
ManifestHeader cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleHyperlinkDetector.java
 (at line 65)
if (header instanceof BundleActivatorHeader) { // add else if statments for other headers
BundleActivatorHeader cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleHyperlinkDetector.java
 (at line 66)
String target = ((BundleActivatorHeader) element).getClassName();
BundleActivatorHeader cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleHyperlinkDetector.java
 (at line 73)
} else if (header instanceof BasePackageHeader || header instanceof RequireBundleHeader) {
BasePackageHeader cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleHyperlinkDetector.java
 (at line 73)
} else if (header instanceof BasePackageHeader || header instanceof RequireBundleHeader) {
RequireBundleHeader cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleHyperlinkDetector.java
 (at line 79)
private IHyperlink[] matchLinkFor(ManifestHeader header, int mainOffset) {
ManifestHeader cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleHyperlinkDetector.java
 (at line 126)
if (header instanceof BasePackageHeader)
BasePackageHeader cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleHyperlinkDetector.java
 (at line 127)
return new IHyperlink[] {new PackageHyperlink(region, match, (BasePackageHeader) header)};
BasePackageHeader cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleHyperlinkDetector.java
 (at line 128)
if (header instanceof RequireBundleHeader)
RequireBundleHeader cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/editor/plugin/BundleInputContext.java : 10 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleInputContext.java
 (at line 26)
import org.eclipse.pde.internal.core.text.bundle.*;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleInputContext.java
 (at line 53)
BundleModel model = null;
BundleModel cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleInputContext.java
 (at line 56)
model = new BundleModel(document, isReconciling);
BundleModel cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleInputContext.java
 (at line 91)
if (object instanceof PDEManifestElement)
PDEManifestElement cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleInputContext.java
 (at line 92)
object = ((PDEManifestElement) object).getHeader();
PDEManifestElement cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleInputContext.java
 (at line 93)
else if (object instanceof PackageFriend)
PackageFriend cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleInputContext.java
 (at line 94)
object = ((PackageFriend) object).getHeader();
PackageFriend cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleInputContext.java
 (at line 96)
if (object instanceof ManifestHeader) {
ManifestHeader cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleInputContext.java
 (at line 97)
ManifestHeader header = (ManifestHeader) object;
ManifestHeader cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleInputContext.java
 (at line 97)
ManifestHeader header = (ManifestHeader) object;
ManifestHeader cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java : 56 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 29)
import org.eclipse.pde.internal.core.text.bundle.*;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 75)
if (parent instanceof ImportPackageHeader) {
ImportPackageHeader cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 76)
return ((ImportPackageHeader) parent).getPackages();
ImportPackageHeader cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 77)
} else if (parent instanceof ExportPackageHeader) {
ExportPackageHeader cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 78)
return ((ExportPackageHeader) parent).getPackages();
ExportPackageHeader cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 79)
} else if (parent instanceof RequiredExecutionEnvironmentHeader) {
RequiredExecutionEnvironmentHeader cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 80)
return ((RequiredExecutionEnvironmentHeader) parent).getEnvironments();
RequiredExecutionEnvironmentHeader cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 81)
} else if (parent instanceof RequireBundleHeader) {
RequireBundleHeader cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 82)
return ((RequireBundleHeader) parent).getRequiredBundles();
RequireBundleHeader cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 83)
} else if (parent instanceof BundleClasspathHeader) {
BundleClasspathHeader cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 106)
if (parent instanceof BundleModel) {
BundleModel cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 107)
BundleModel model = (BundleModel) parent;
BundleModel cannot be resolved to a type
13. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 107)
BundleModel model = (BundleModel) parent;
BundleModel cannot be resolved to a type
14. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 108)
Map manifest = ((Bundle) model.getBundle()).getHeaders();
Bundle cannot be resolved to a type
15. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 139)
if (obj instanceof PackageObject) {
PackageObject cannot be resolved to a type
16. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 140)
return ((PackageObject) obj).getName();
PackageObject cannot be resolved to a type
17. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 141)
} else if (obj instanceof ExecutionEnvironment) {
ExecutionEnvironment cannot be resolved to a type
18. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 142)
return ((ExecutionEnvironment) obj).getName();
ExecutionEnvironment cannot be resolved to a type
19. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 143)
} else if (obj instanceof RequireBundleObject) {
RequireBundleObject cannot be resolved to a type
20. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 144)
return getTextRequireBundle(((RequireBundleObject) obj));
RequireBundleObject cannot be resolved to a type
21. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 145)
} else if (obj instanceof ManifestHeader) {
ManifestHeader cannot be resolved to a type
22. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 146)
return ((ManifestHeader) obj).getName();
ManifestHeader cannot be resolved to a type
23. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 151)
private String getTextRequireBundle(RequireBundleObject bundle) {
RequireBundleObject cannot be resolved to a type
24. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 185)
if (obj instanceof PackageObject) {
PackageObject cannot be resolved to a type
25. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 187)
} else if (obj instanceof ExecutionEnvironment) {
ExecutionEnvironment cannot be resolved to a type
26. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 189)
} else if (obj instanceof RequireBundleObject) {
RequireBundleObject cannot be resolved to a type
27. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 191)
if (((RequireBundleObject) obj).isReexported()) {
RequireBundleObject cannot be resolved to a type
28. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 195)
} else if (obj instanceof ManifestHeader) {
ManifestHeader cannot be resolved to a type
29. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 272)
Map manifest = ((Bundle) model.getBundle()).getHeaders();
Bundle cannot be resolved to a type
30. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 282)
if (searchChildren && (node instanceof CompositeManifestHeader)) {
CompositeManifestHeader cannot be resolved to a type
31. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 283)
IDocumentRange child_node = getRangeElementChild(model, offset, (CompositeManifestHeader) node);
CompositeManifestHeader cannot be resolved to a type
32. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 358)
private IDocumentRange getRangeElementChild(IBundleModel model, int offset, CompositeManifestHeader header) {
CompositeManifestHeader cannot be resolved to a type
33. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 364)
PDEManifestElement[] elements = header.getElements();
PDEManifestElement cannot be resolved to a type
34. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 368)
PDEManifestElement previousElement = null;
PDEManifestElement cannot be resolved to a type
35. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 369)
PDEManifestElement currentElement = null;
PDEManifestElement cannot be resolved to a type
36. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 421)
private void setChildTargetOutlineSelection(String headerName, PDEManifestElement element) {
PDEManifestElement cannot be resolved to a type
37. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 436)
private Object getBundleClasspathOutlineSelection(PDEManifestElement manifestElement) {
PDEManifestElement cannot be resolved to a type
38. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 457)
private String getHeaderName(PDEManifestElement element) {
PDEManifestElement cannot be resolved to a type
39. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 458)
if (element instanceof ExportPackageObject) {
ExportPackageObject cannot be resolved to a type
40. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 460)
} else if (element instanceof ImportPackageObject) {
ImportPackageObject cannot be resolved to a type
41. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 462)
} else if (element instanceof ExecutionEnvironment) {
ExecutionEnvironment cannot be resolved to a type
42. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 464)
} else if (element instanceof RequireBundleObject) {
RequireBundleObject cannot be resolved to a type
43. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 492)
} else if (selection instanceof ImportPackageObject) {
ImportPackageObject cannot be resolved to a type
44. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 493)
return getSpecificRange(((ImportPackageObject) selection).getModel(), Constants.IMPORT_PACKAGE, ((ImportPackageObject) selection).getValue());
ImportPackageObject cannot be resolved to a type
45. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 493)
return getSpecificRange(((ImportPackageObject) selection).getModel(), Constants.IMPORT_PACKAGE, ((ImportPackageObject) selection).getValue());
ImportPackageObject cannot be resolved to a type
46. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 494)
} else if (selection instanceof ExportPackageObject) {
ExportPackageObject cannot be resolved to a type
47. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 495)
return getSpecificRange(((ExportPackageObject) selection).getModel(), Constants.EXPORT_PACKAGE, ((ExportPackageObject) selection).getValue());
ExportPackageObject cannot be resolved to a type
48. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 495)
return getSpecificRange(((ExportPackageObject) selection).getModel(), Constants.EXPORT_PACKAGE, ((ExportPackageObject) selection).getValue());
ExportPackageObject cannot be resolved to a type
49. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 500)
} else if (selection instanceof ExecutionEnvironment) {
ExecutionEnvironment cannot be resolved to a type
50. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 501)
return getSpecificRange(((ExecutionEnvironment) selection).getModel(), Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT, ((ExecutionEnvironment) selection).getValue());
ExecutionEnvironment cannot be resolved to a type
51. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 501)
return getSpecificRange(((ExecutionEnvironment) selection).getModel(), Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT, ((ExecutionEnvironment) selection).getValue());
ExecutionEnvironment cannot be resolved to a type
52. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 502)
} else if (selection instanceof RequireBundleObject) {
RequireBundleObject cannot be resolved to a type
53. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 503)
return getSpecificRange(((RequireBundleObject) selection).getModel(), Constants.REQUIRE_BUNDLE, ((RequireBundleObject) selection).getId());
RequireBundleObject cannot be resolved to a type
54. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 503)
return getSpecificRange(((RequireBundleObject) selection).getModel(), Constants.REQUIRE_BUNDLE, ((RequireBundleObject) selection).getId());
RequireBundleObject cannot be resolved to a type
55. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 686)
if (!(element instanceof BundleSymbolicNameHeader) || !(((BundleSymbolicNameHeader) element).getModel().isEditable()))
BundleSymbolicNameHeader cannot be resolved to a type
56. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
 (at line 686)
if (!(element instanceof BundleSymbolicNameHeader) || !(((BundleSymbolicNameHeader) element).getModel().isEditable()))
BundleSymbolicNameHeader cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/editor/plugin/DependencyManagementSection.java : 12 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/DependencyManagementSection.java
 (at line 34)
import org.eclipse.pde.internal.core.text.build.BuildEntry;
The import org.eclipse.pde.internal.core.text.build cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/DependencyManagementSection.java
 (at line 645)
if (entry instanceof org.eclipse.pde.internal.core.text.build.BuildEntry)
org.eclipse.pde.internal.core.text.build cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/DependencyManagementSection.java
 (at line 646)
((org.eclipse.pde.internal.core.text.build.BuildEntry) entry).swap(index, index + newOffset);
org.eclipse.pde.internal.core.text.build.BuildEntry cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/DependencyManagementSection.java
 (at line 711)
BuildEntry entry = getSecondaryDepBuildEntry();
BuildEntry cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/DependencyManagementSection.java
 (at line 711)
BuildEntry entry = getSecondaryDepBuildEntry();
The method getSecondaryDepBuildEntry() from the type DependencyManagementSection refers to the missing type BuildEntry
6. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/DependencyManagementSection.java
 (at line 744)
private BuildEntry getSecondaryDepBuildEntry() {
BuildEntry cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/DependencyManagementSection.java
 (at line 760)
if ((entry instanceof BuildEntry) == false) {
BuildEntry cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/DependencyManagementSection.java
 (at line 763)
return (BuildEntry) entry;
BuildEntry cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/DependencyManagementSection.java
 (at line 817)
BuildEntry entry = getSecondaryDepBuildEntry();
BuildEntry cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/DependencyManagementSection.java
 (at line 817)
BuildEntry entry = getSecondaryDepBuildEntry();
The method getSecondaryDepBuildEntry() from the type DependencyManagementSection refers to the missing type BuildEntry
11. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/DependencyManagementSection.java
 (at line 842)
BuildEntry entry = getSecondaryDepBuildEntry();
BuildEntry cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/DependencyManagementSection.java
 (at line 842)
BuildEntry entry = getSecondaryDepBuildEntry();
The method getSecondaryDepBuildEntry() from the type DependencyManagementSection refers to the missing type BuildEntry

/src/org/eclipse/pde/internal/ui/editor/plugin/DependencyPropertiesDialog.java : 4 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/DependencyPropertiesDialog.java
 (at line 15)
import org.eclipse.pde.internal.core.text.bundle.ExportPackageObject;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/DependencyPropertiesDialog.java
 (at line 16)
import org.eclipse.pde.internal.core.text.bundle.ImportPackageObject;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/DependencyPropertiesDialog.java
 (at line 48)
public DependencyPropertiesDialog(boolean editable, ImportPackageObject object) {
ImportPackageObject cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/DependencyPropertiesDialog.java
 (at line 52)
public DependencyPropertiesDialog(boolean editable, ExportPackageObject object) {
ExportPackageObject cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java : 49 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 29)
import org.eclipse.pde.internal.core.text.bundle.*;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 87)
if (header instanceof RequiredExecutionEnvironmentHeader) {
RequiredExecutionEnvironmentHeader cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 88)
return ((RequiredExecutionEnvironmentHeader) header).getEnvironments();
RequiredExecutionEnvironmentHeader cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 259)
RequiredExecutionEnvironmentHeader header = getHeader();
RequiredExecutionEnvironmentHeader cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 259)
RequiredExecutionEnvironmentHeader header = getHeader();
The method getHeader() from the type ExecutionEnvironmentSection refers to the missing type RequiredExecutionEnvironmentHeader
6. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 269)
if (object instanceof ExecutionEnvironment) {
ExecutionEnvironment cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 270)
getHeader().removeExecutionEnvironment((ExecutionEnvironment) object);
The method getHeader() from the type ExecutionEnvironmentSection refers to the missing type RequiredExecutionEnvironmentHeader
8. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 270)
getHeader().removeExecutionEnvironment((ExecutionEnvironment) object);
ExecutionEnvironment cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 291)
IManifestHeader header = getHeader();
The method getHeader() from the type ExecutionEnvironmentSection refers to the missing type RequiredExecutionEnvironmentHeader
10. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 298)
else if (result[i] instanceof ExecutionEnvironment)
ExecutionEnvironment cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 299)
id = ((ExecutionEnvironment) result[i]).getName();
ExecutionEnvironment cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 311)
RequiredExecutionEnvironmentHeader ee = (RequiredExecutionEnvironmentHeader) header;
RequiredExecutionEnvironmentHeader cannot be resolved to a type
13. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 311)
RequiredExecutionEnvironmentHeader ee = (RequiredExecutionEnvironmentHeader) header;
RequiredExecutionEnvironmentHeader cannot be resolved to a type
14. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 325)
RequiredExecutionEnvironmentHeader header = getHeader();
RequiredExecutionEnvironmentHeader cannot be resolved to a type
15. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 325)
RequiredExecutionEnvironmentHeader header = getHeader();
The method getHeader() from the type ExecutionEnvironmentSection refers to the missing type RequiredExecutionEnvironmentHeader
16. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 344)
if (objects[i] instanceof ExecutionEnvironment) {
ExecutionEnvironment cannot be resolved to a type
17. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 388)
protected RequiredExecutionEnvironmentHeader getHeader() {
RequiredExecutionEnvironmentHeader cannot be resolved to a type
18. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 393)
if (header instanceof RequiredExecutionEnvironmentHeader)
RequiredExecutionEnvironmentHeader cannot be resolved to a type
19. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 394)
return (RequiredExecutionEnvironmentHeader) header;
RequiredExecutionEnvironmentHeader cannot be resolved to a type
20. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 430)
RequiredExecutionEnvironmentHeader header = getHeader();
RequiredExecutionEnvironmentHeader cannot be resolved to a type
21. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 430)
RequiredExecutionEnvironmentHeader header = getHeader();
The method getHeader() from the type ExecutionEnvironmentSection refers to the missing type RequiredExecutionEnvironmentHeader
22. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 432)
if (objects[i] instanceof ExecutionEnvironment) {
ExecutionEnvironment cannot be resolved to a type
23. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 433)
String env = ((ExecutionEnvironment) objects[i]).getName();
ExecutionEnvironment cannot be resolved to a type
24. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 495)
ExecutionEnvironment sourceEEObject = (ExecutionEnvironment) sourceObjects[0];
ExecutionEnvironment cannot be resolved to a type
25. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 495)
ExecutionEnvironment sourceEEObject = (ExecutionEnvironment) sourceObjects[0];
ExecutionEnvironment cannot be resolved to a type
26. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 496)
ExecutionEnvironment targetEEObject = (ExecutionEnvironment) targetObject;
ExecutionEnvironment cannot be resolved to a type
27. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 496)
ExecutionEnvironment targetEEObject = (ExecutionEnvironment) targetObject;
ExecutionEnvironment cannot be resolved to a type
28. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 504)
RequiredExecutionEnvironmentHeader header = getHeader();
RequiredExecutionEnvironmentHeader cannot be resolved to a type
29. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 504)
RequiredExecutionEnvironmentHeader header = getHeader();
The method getHeader() from the type ExecutionEnvironmentSection refers to the missing type RequiredExecutionEnvironmentHeader
30. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 510)
PDEManifestElement previousElement = header.getPreviousElement(targetEEObject);
PDEManifestElement cannot be resolved to a type
31. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 518)
RequiredExecutionEnvironmentHeader header = getHeader();
RequiredExecutionEnvironmentHeader cannot be resolved to a type
32. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 518)
RequiredExecutionEnvironmentHeader header = getHeader();
The method getHeader() from the type ExecutionEnvironmentSection refers to the missing type RequiredExecutionEnvironmentHeader
33. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 524)
PDEManifestElement nextElement = header.getNextElement(targetEEObject);
PDEManifestElement cannot be resolved to a type
34. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 542)
private boolean validateDropMoveModel(ExecutionEnvironment sourceEEObject, ExecutionEnvironment targetEEObject) {
ExecutionEnvironment cannot be resolved to a type
35. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 542)
private boolean validateDropMoveModel(ExecutionEnvironment sourceEEObject, ExecutionEnvironment targetEEObject) {
ExecutionEnvironment cannot be resolved to a type
36. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 559)
if ((targetObject instanceof ExecutionEnvironment) == false) {
ExecutionEnvironment cannot be resolved to a type
37. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 579)
ExecutionEnvironment sourceEEObject = (ExecutionEnvironment) sourceObjects[0];
ExecutionEnvironment cannot be resolved to a type
38. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 579)
ExecutionEnvironment sourceEEObject = (ExecutionEnvironment) sourceObjects[0];
ExecutionEnvironment cannot be resolved to a type
39. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 580)
ExecutionEnvironment targetEEObject = (ExecutionEnvironment) targetObject;
ExecutionEnvironment cannot be resolved to a type
40. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 580)
ExecutionEnvironment targetEEObject = (ExecutionEnvironment) targetObject;
ExecutionEnvironment cannot be resolved to a type
41. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 584)
RequiredExecutionEnvironmentHeader header = getHeader();
RequiredExecutionEnvironmentHeader cannot be resolved to a type
42. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 584)
RequiredExecutionEnvironmentHeader header = getHeader();
The method getHeader() from the type ExecutionEnvironmentSection refers to the missing type RequiredExecutionEnvironmentHeader
43. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 600)
RequiredExecutionEnvironmentHeader header = getHeader();
RequiredExecutionEnvironmentHeader cannot be resolved to a type
44. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 600)
RequiredExecutionEnvironmentHeader header = getHeader();
The method getHeader() from the type ExecutionEnvironmentSection refers to the missing type RequiredExecutionEnvironmentHeader
45. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 628)
ExecutionEnvironment environment = (ExecutionEnvironment) sourceObjects[0];
ExecutionEnvironment cannot be resolved to a type
46. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 628)
ExecutionEnvironment environment = (ExecutionEnvironment) sourceObjects[0];
ExecutionEnvironment cannot be resolved to a type
47. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 630)
RequiredExecutionEnvironmentHeader header = getHeader();
RequiredExecutionEnvironmentHeader cannot be resolved to a type
48. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 630)
RequiredExecutionEnvironmentHeader header = getHeader();
The method getHeader() from the type ExecutionEnvironmentSection refers to the missing type RequiredExecutionEnvironmentHeader
49. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
 (at line 653)
} else if ((sourceObjects[0] instanceof ExecutionEnvironment) == false) {
ExecutionEnvironment cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java : 43 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 33)
import org.eclipse.pde.internal.core.text.bundle.*;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 63)
if (fHeader == null) {
ExportPackageHeader cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 64)
Bundle bundle = (Bundle) getBundle();
Bundle cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 64)
Bundle bundle = (Bundle) getBundle();
Bundle cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 65)
fHeader = (ExportPackageHeader) bundle.getManifestHeader(getExportedPackageHeader());
ExportPackageHeader cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 65)
fHeader = (ExportPackageHeader) bundle.getManifestHeader(getExportedPackageHeader());
ExportPackageHeader cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 67)
return fHeader == null ? new Object[0] : fHeader.getPackages();
ExportPackageHeader cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 67)
return fHeader == null ? new Object[0] : fHeader.getPackages();
ExportPackageHeader cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 77)
private ExportPackageHeader fHeader;
ExportPackageHeader cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 175)
if ((sourceObjects[i] instanceof ExportPackageObject) == false) {
ExportPackageObject cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 185)
ExportPackageObject exportPackageObject = (ExportPackageObject) sourceObjects[i];
ExportPackageObject cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 185)
ExportPackageObject exportPackageObject = (ExportPackageObject) sourceObjects[i];
ExportPackageObject cannot be resolved to a type
13. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 270)
if (fHeader == null) {
ExportPackageHeader cannot be resolved to a type
14. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 273)
currentExportPackages = fHeader.getPackageNames();
ExportPackageHeader cannot be resolved to a type
15. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 312)
if (sourceObject instanceof ExportPackageObject) {
ExportPackageObject cannot be resolved to a type
16. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 313)
ExportPackageObject exportPackageObject = (ExportPackageObject) sourceObject;
ExportPackageObject cannot be resolved to a type
17. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 313)
ExportPackageObject exportPackageObject = (ExportPackageObject) sourceObject;
ExportPackageObject cannot be resolved to a type
18. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 317)
exportPackageObject.reconnect(model, fHeader, getVersionAttribute());
ExportPackageHeader cannot be resolved to a type
19. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 319)
if (fHeader == null) {
ExportPackageHeader cannot be resolved to a type
20. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 329)
fHeader.addPackage(exportPackageObject);
ExportPackageHeader cannot be resolved to a type
21. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 356)
String version = ((ExportPackageObject) selected[0]).getVersion();
ExportPackageObject cannot be resolved to a type
22. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 358)
ExportPackageObject object = (ExportPackageObject) selected[i];
ExportPackageObject cannot be resolved to a type
23. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 358)
ExportPackageObject object = (ExportPackageObject) selected[i];
ExportPackageObject cannot be resolved to a type
24. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 384)
return PDEJavaHelper.getPackageFragment(((PackageObject) selection.getFirstElement()).getName(), ((IPluginModelBase) model).getPluginBase().getId(), getPage().getPDEEditor().getCommonProject());
PackageObject cannot be resolved to a type
25. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 418)
ExportPackageObject first = (ExportPackageObject) selected[0];
ExportPackageObject cannot be resolved to a type
26. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 418)
ExportPackageObject first = (ExportPackageObject) selected[0];
ExportPackageObject cannot be resolved to a type
27. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 424)
dialog.setTitle(((ExportPackageObject) selected[0]).getName());
ExportPackageObject cannot be resolved to a type
28. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 430)
ExportPackageObject object = (ExportPackageObject) selected[i];
ExportPackageObject cannot be resolved to a type
29. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 430)
ExportPackageObject object = (ExportPackageObject) selected[i];
ExportPackageObject cannot be resolved to a type
30. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 440)
fHeader.removePackage((PackageObject) removed[i]);
ExportPackageHeader cannot be resolved to a type
31. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 440)
fHeader.removePackage((PackageObject) removed[i]);
PackageObject cannot be resolved to a type
32. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 451)
final Collection pckgs = fHeader == null ? new Vector() : fHeader.getPackageNames();
ExportPackageHeader cannot be resolved to a type
33. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 451)
final Collection pckgs = fHeader == null ? new Vector() : fHeader.getPackageNames();
ExportPackageHeader cannot be resolved to a type
34. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 481)
if (fHeader != null) {
ExportPackageHeader cannot be resolved to a type
35. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 484)
fHeader.addPackage(new ExportPackageObject(fHeader, candidate, getVersionAttribute()));
ExportPackageHeader cannot be resolved to a type
36. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 484)
fHeader.addPackage(new ExportPackageObject(fHeader, candidate, getVersionAttribute()));
ExportPackageObject cannot be resolved to a type
37. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 484)
fHeader.addPackage(new ExportPackageObject(fHeader, candidate, getVersionAttribute()));
ExportPackageHeader cannot be resolved to a type
38. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 512)
fHeader = null;
ExportPackageHeader cannot be resolved to a type
39. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 533)
if (objects[i] instanceof ExportPackageObject) {
ExportPackageObject cannot be resolved to a type
40. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 534)
ExportPackageObject object = (ExportPackageObject) objects[i];
ExportPackageObject cannot be resolved to a type
41. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 534)
ExportPackageObject object = (ExportPackageObject) objects[i];
ExportPackageObject cannot be resolved to a type
42. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 614)
PackageObject exportObject = (PackageObject) selection.getFirstElement();
PackageObject cannot be resolved to a type
43. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
 (at line 614)
PackageObject exportObject = (PackageObject) selection.getFirstElement();
PackageObject cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java : 42 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 26)
import org.eclipse.pde.internal.core.text.bundle.ExportPackageObject;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 27)
import org.eclipse.pde.internal.core.text.bundle.PackageFriend;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 57)
private ExportPackageObject[] fSelectedObjects;
ExportPackageObject cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 63)
ExportPackageObject object = (ExportPackageObject) parent;
ExportPackageObject cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 63)
ExportPackageObject object = (ExportPackageObject) parent;
ExportPackageObject cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 98)
for (int i = 0; i < fSelectedObjects.length; i++) {
ExportPackageObject cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 99)
fSelectedObjects[i].setInternal(fInternalButton.getSelection());
ExportPackageObject cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 126)
update(null);
The method update(ExportPackageObject[]) from the type ExportPackageVisibilitySection refers to the missing type ExportPackageObject
9. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 203)
if ((sourceObjects[i] instanceof PackageFriend) == false) {
PackageFriend cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 207)
PackageFriend friend = (PackageFriend) sourceObjects[i];
PackageFriend cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 207)
PackageFriend friend = (PackageFriend) sourceObjects[i];
PackageFriend cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 208)
if (fSelectedObjects[0].hasFriend(friend.getName())) {
ExportPackageObject cannot be resolved to a type
13. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 219)
if ((fSelectedObjects == null) || (fSelectedObjects.length != 1)) {
ExportPackageObject cannot be resolved to a type
14. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 219)
if ((fSelectedObjects == null) || (fSelectedObjects.length != 1)) {
ExportPackageObject cannot be resolved to a type
15. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 232)
if ((sourceObject instanceof PackageFriend) && isOneObjectSelected()) {
PackageFriend cannot be resolved to a type
16. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 234)
PackageFriend friend = (PackageFriend) sourceObject;
PackageFriend cannot be resolved to a type
17. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 234)
PackageFriend friend = (PackageFriend) sourceObject;
PackageFriend cannot be resolved to a type
18. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 237)
friend.reconnect(fSelectedObjects[0]);
ExportPackageObject cannot be resolved to a type
19. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 239)
fSelectedObjects[0].addFriend(friend);
ExportPackageObject cannot be resolved to a type
20. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 264)
for (int j = 0; j < fSelectedObjects.length; j++) {
ExportPackageObject cannot be resolved to a type
21. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 265)
fSelectedObjects[j].addFriend(new PackageFriend(fSelectedObjects[j], model.getPluginBase().getId()));
ExportPackageObject cannot be resolved to a type
22. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 265)
fSelectedObjects[j].addFriend(new PackageFriend(fSelectedObjects[j], model.getPluginBase().getId()));
PackageFriend cannot be resolved to a type
23. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 265)
fSelectedObjects[j].addFriend(new PackageFriend(fSelectedObjects[j], model.getPluginBase().getId()));
ExportPackageObject cannot be resolved to a type
24. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 276)
if (!fSelectedObjects[0].hasFriend(id))
ExportPackageObject cannot be resolved to a type
25. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 285)
for (int j = 0; j < fSelectedObjects.length; j++) {
ExportPackageObject cannot be resolved to a type
26. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 286)
fSelectedObjects[j].removeFriend((PackageFriend) removed[i]);
ExportPackageObject cannot be resolved to a type
27. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 286)
fSelectedObjects[j].removeFriend((PackageFriend) removed[i]);
PackageFriend cannot be resolved to a type
28. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 302)
if (event.getChangeType() == IModelChangedEvent.INSERT && event.getChangedObjects()[0] instanceof PackageFriend) {
PackageFriend cannot be resolved to a type
29. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 315)
update(null);
The method update(ExportPackageObject[]) from the type ExportPackageVisibilitySection refers to the missing type ExportPackageObject
30. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 323)
ExportPackageObject first = null;
ExportPackageObject cannot be resolved to a type
31. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 325)
if (!(objects[i] instanceof ExportPackageObject)) {
ExportPackageObject cannot be resolved to a type
32. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 326)
update(null);
The method update(ExportPackageObject[]) from the type ExportPackageVisibilitySection refers to the missing type ExportPackageObject
33. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 330)
first = (ExportPackageObject) objects[i];
ExportPackageObject cannot be resolved to a type
34. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 333)
if (!first.hasSameVisibility((ExportPackageObject) objects[i])) {
ExportPackageObject cannot be resolved to a type
35. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 334)
update(null);
The method update(ExportPackageObject[]) from the type ExportPackageVisibilitySection refers to the missing type ExportPackageObject
36. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 338)
update((ExportPackageObject[]) list.toArray(new ExportPackageObject[list.size()]));
The method update(ExportPackageObject[]) from the type ExportPackageVisibilitySection refers to the missing type ExportPackageObject
37. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 338)
update((ExportPackageObject[]) list.toArray(new ExportPackageObject[list.size()]));
ExportPackageObject cannot be resolved to a type
38. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 338)
update((ExportPackageObject[]) list.toArray(new ExportPackageObject[list.size()]));
ExportPackageObject cannot be resolved to a type
39. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 340)
update(null);
The method update(ExportPackageObject[]) from the type ExportPackageVisibilitySection refers to the missing type ExportPackageObject
40. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 344)
private void update(ExportPackageObject[] objects) {
ExportPackageObject cannot be resolved to a type
41. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 346)
fSelectedObjects = objects;
ExportPackageObject cannot be resolved to a type
42. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageVisibilitySection.java
 (at line 348)
ExportPackageObject object = objects == null ? null : objects[0];
ExportPackageObject cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionPointsSection.java : 3 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionPointsSection.java
 (at line 27)
import org.eclipse.pde.internal.core.text.plugin.PluginExtensionPointNode;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionPointsSection.java
 (at line 214)
PluginExtensionPointNode extensionPoint = (PluginExtensionPointNode) selection.getFirstElement();
PluginExtensionPointNode cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionPointsSection.java
 (at line 214)
PluginExtensionPointNode extensionPoint = (PluginExtensionPointNode) selection.getFirstElement();
PluginExtensionPointNode cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java : 4 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java
 (at line 32)
import org.eclipse.pde.internal.core.text.plugin.PluginBaseNode;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java
 (at line 1551)
} else if ((pluginBase instanceof PluginBaseNode) == false) {
PluginBaseNode cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java
 (at line 1572)
((PluginBaseNode) pluginBaseNode).add(sourceExtensionObject, index);
PluginBaseNode cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java
 (at line 1584)
((PluginBaseNode) pluginBaseNode).add(sourceExtensionObject, index + 1);
PluginBaseNode cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/editor/plugin/GeneralInfoSection.java : 7 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/GeneralInfoSection.java
 (at line 19)
import org.eclipse.pde.internal.core.text.bundle.Bundle;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/GeneralInfoSection.java
 (at line 20)
import org.eclipse.pde.internal.core.text.bundle.BundleSymbolicNameHeader;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/GeneralInfoSection.java
 (at line 335)
fSingleton.setSelection(header instanceof BundleSymbolicNameHeader && ((BundleSymbolicNameHeader) header).isSingleton());
BundleSymbolicNameHeader cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/GeneralInfoSection.java
 (at line 335)
fSingleton.setSelection(header instanceof BundleSymbolicNameHeader && ((BundleSymbolicNameHeader) header).isSingleton());
BundleSymbolicNameHeader cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/GeneralInfoSection.java
 (at line 374)
if (bundle instanceof Bundle) {
Bundle cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/GeneralInfoSection.java
 (at line 390)
if (header instanceof BundleSymbolicNameHeader)
BundleSymbolicNameHeader cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/GeneralInfoSection.java
 (at line 391)
((BundleSymbolicNameHeader) header).setSingleton(fSingleton.getSelection());
BundleSymbolicNameHeader cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java : 64 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 32)
import org.eclipse.pde.internal.core.text.bundle.*;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 62)
private ImportPackageHeader fHeader;
ImportPackageHeader cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 88)
if (fUnderlying instanceof ExportPackageObject)
ExportPackageObject cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 89)
return ((ExportPackageObject) fUnderlying).getName();
ExportPackageObject cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 96)
if (fUnderlying instanceof ExportPackageObject) {
ExportPackageObject cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 97)
String version = ((ExportPackageObject) fUnderlying).getVersion();
ExportPackageObject cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 115)
if (fHeader == null) {
ImportPackageHeader cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 116)
Bundle bundle = (Bundle) getBundle();
Bundle cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 116)
Bundle bundle = (Bundle) getBundle();
Bundle cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 117)
fHeader = (ImportPackageHeader) bundle.getManifestHeader(Constants.IMPORT_PACKAGE);
ImportPackageHeader cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 117)
fHeader = (ImportPackageHeader) bundle.getManifestHeader(Constants.IMPORT_PACKAGE);
ImportPackageHeader cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 119)
return fHeader == null ? new Object[0] : fHeader.getPackages();
ImportPackageHeader cannot be resolved to a type
13. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 119)
return fHeader == null ? new Object[0] : fHeader.getPackages();
ImportPackageHeader cannot be resolved to a type
14. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 182)
public Image getObjectImage(PackageObject obj) {
PackageObject cannot be resolved to a type
15. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 183)
if (!(obj instanceof ImportPackageObject))
ImportPackageObject cannot be resolved to a type
16. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 186)
if (((ImportPackageObject) obj).isOptional())
ImportPackageObject cannot be resolved to a type
17. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 246)
if ((sourceObjects[i] instanceof ImportPackageObject) == false) {
ImportPackageObject cannot be resolved to a type
18. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 257)
if (fHeader == null) {
ImportPackageHeader cannot be resolved to a type
19. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 262)
ImportPackageObject importPackageObject = (ImportPackageObject) sourceObjects[i];
ImportPackageObject cannot be resolved to a type
20. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 262)
ImportPackageObject importPackageObject = (ImportPackageObject) sourceObjects[i];
ImportPackageObject cannot be resolved to a type
21. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 263)
if (fHeader.hasPackage(importPackageObject.getName())) {
ImportPackageHeader cannot be resolved to a type
22. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 292)
if (sourceObject instanceof ImportPackageObject) {
ImportPackageObject cannot be resolved to a type
23. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 293)
ImportPackageObject importPackageObject = (ImportPackageObject) sourceObject;
ImportPackageObject cannot be resolved to a type
24. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 293)
ImportPackageObject importPackageObject = (ImportPackageObject) sourceObject;
ImportPackageObject cannot be resolved to a type
25. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 297)
importPackageObject.reconnect(model, fHeader, getVersionAttribute());
ImportPackageHeader cannot be resolved to a type
26. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 299)
if (fHeader == null) {
ImportPackageHeader cannot be resolved to a type
27. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 309)
fHeader.addPackage(importPackageObject);
ImportPackageHeader cannot be resolved to a type
28. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 362)
return PDEJavaHelper.getPackageFragment(((PackageObject) selection.getFirstElement()).getName(), ((IPluginModelBase) model).getPluginBase().getId(), getPage().getPDEEditor().getCommonProject());
PackageObject cannot be resolved to a type
29. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 380)
ImportPackageObject first = (ImportPackageObject) selected[0];
ImportPackageObject cannot be resolved to a type
30. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 380)
ImportPackageObject first = (ImportPackageObject) selected[0];
ImportPackageObject cannot be resolved to a type
31. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 386)
dialog.setTitle(((ImportPackageObject) selected[0]).getName());
ImportPackageObject cannot be resolved to a type
32. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 393)
ImportPackageObject object = (ImportPackageObject) selected[i];
ImportPackageObject cannot be resolved to a type
33. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 393)
ImportPackageObject object = (ImportPackageObject) selected[i];
ImportPackageObject cannot be resolved to a type
34. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 405)
fHeader.removePackage((PackageObject) removed[i]);
ImportPackageHeader cannot be resolved to a type
35. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 405)
fHeader.removePackage((PackageObject) removed[i]);
PackageObject cannot be resolved to a type
36. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 426)
if (fHeader != null) {
ImportPackageHeader cannot be resolved to a type
37. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 428)
ImportPackageObject impObject = null;
ImportPackageObject cannot be resolved to a type
38. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 433)
impObject = new ImportPackageObject(fHeader, (ExportPackageDescription) selected[i], getVersionAttribute());
ImportPackageObject cannot be resolved to a type
39. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 433)
impObject = new ImportPackageObject(fHeader, (ExportPackageDescription) selected[i], getVersionAttribute());
ImportPackageHeader cannot be resolved to a type
40. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 437)
impObject = new ImportPackageObject(fHeader, fragment.getElementName(), null, getVersionAttribute());
ImportPackageObject cannot be resolved to a type
41. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 437)
impObject = new ImportPackageObject(fHeader, fragment.getElementName(), null, getVersionAttribute());
ImportPackageHeader cannot be resolved to a type
42. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 438)
} else if (selected[i] instanceof ExportPackageObject) {
ExportPackageObject cannot be resolved to a type
43. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 439)
ExportPackageObject epo = (ExportPackageObject) selected[i];
ExportPackageObject cannot be resolved to a type
44. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 439)
ExportPackageObject epo = (ExportPackageObject) selected[i];
ExportPackageObject cannot be resolved to a type
45. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 440)
impObject = new ImportPackageObject(fHeader, epo.getName(), epo.getVersion(), getVersionAttribute());
ImportPackageObject cannot be resolved to a type
46. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 440)
impObject = new ImportPackageObject(fHeader, epo.getName(), epo.getVersion(), getVersionAttribute());
ImportPackageHeader cannot be resolved to a type
47. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 443)
fHeader.addPackage(impObject);
ImportPackageHeader cannot be resolved to a type
48. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 491)
if (names.add(name) && (fHeader == null || !fHeader.hasPackage(name)))
ImportPackageHeader cannot be resolved to a type
49. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 491)
if (names.add(name) && (fHeader == null || !fHeader.hasPackage(name)))
ImportPackageHeader cannot be resolved to a type
50. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 498)
ExportPackageHeader header = (ExportPackageHeader) bmodel.getBundle().getManifestHeader(Constants.EXPORT_PACKAGE);
ExportPackageHeader cannot be resolved to a type
51. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 498)
ExportPackageHeader header = (ExportPackageHeader) bmodel.getBundle().getManifestHeader(Constants.EXPORT_PACKAGE);
ExportPackageHeader cannot be resolved to a type
52. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 500)
ExportPackageObject[] pkgs = header.getPackages();
ExportPackageObject cannot be resolved to a type
53. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 503)
if (names.add(name) && (fHeader == null || !fHeader.hasPackage(name)))
ImportPackageHeader cannot be resolved to a type
54. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 503)
if (names.add(name) && (fHeader == null || !fHeader.hasPackage(name)))
ImportPackageHeader cannot be resolved to a type
55. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 542)
fHeader = null;
ImportPackageHeader cannot be resolved to a type
56. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 562)
if (objects[i] instanceof ImportPackageObject) {
ImportPackageObject cannot be resolved to a type
57. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 563)
ImportPackageObject object = (ImportPackageObject) objects[i];
ImportPackageObject cannot be resolved to a type
58. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 563)
ImportPackageObject object = (ImportPackageObject) objects[i];
ImportPackageObject cannot be resolved to a type
59. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 657)
PackageObject importObject = (PackageObject) selection.getFirstElement();
PackageObject cannot be resolved to a type
60. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 657)
PackageObject importObject = (PackageObject) selection.getFirstElement();
PackageObject cannot be resolved to a type
61. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 755)
String version = ((ImportPackageObject) selected[0]).getVersion();
ImportPackageObject cannot be resolved to a type
62. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 756)
boolean optional = ((ImportPackageObject) selected[0]).isOptional();
ImportPackageObject cannot be resolved to a type
63. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 758)
ImportPackageObject object = (ImportPackageObject) selected[i];
ImportPackageObject cannot be resolved to a type
64. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 758)
ImportPackageObject object = (ImportPackageObject) selected[i];
ImportPackageObject cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/editor/plugin/ManifestOutlinePage.java : 4 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ManifestOutlinePage.java
 (at line 15)
import org.eclipse.pde.internal.core.text.bundle.*;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ManifestOutlinePage.java
 (at line 48)
if (item instanceof IPluginImport || item instanceof ImportPackageObject)
ImportPackageObject cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ManifestOutlinePage.java
 (at line 50)
else if (item instanceof IPluginLibrary || item instanceof ExportPackageObject || item instanceof PackageFriend)
ExportPackageObject cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ManifestOutlinePage.java
 (at line 50)
else if (item instanceof IPluginLibrary || item instanceof ExportPackageObject || item instanceof PackageFriend)
PackageFriend cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/editor/plugin/ManifestSourcePage.java : 3 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ManifestSourcePage.java
 (at line 21)
import org.eclipse.pde.internal.core.text.plugin.PluginModelBase;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ManifestSourcePage.java
 (at line 94)
PluginModelBase model = (PluginModelBase) getInputContext().getModel();
PluginModelBase cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ManifestSourcePage.java
 (at line 94)
PluginModelBase model = (PluginModelBase) getInputContext().getModel();
PluginModelBase cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/editor/plugin/NewElementAction.java : 2 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/NewElementAction.java
 (at line 19)
import org.eclipse.pde.internal.core.text.plugin.PluginElementNode;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/NewElementAction.java
 (at line 47)
((PluginElementNode) newElement).setParentNode((IDocumentElementNode) parent);
PluginElementNode cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/editor/plugin/PluginFoldingStructureProvider.java : 2 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/PluginFoldingStructureProvider.java
 (at line 19)
import org.eclipse.pde.internal.core.text.plugin.PluginModel;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/PluginFoldingStructureProvider.java
 (at line 32)
IExtensions extensions = ((PluginModel) model).getExtensions();
PluginModel cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/editor/plugin/PluginGeneralInfoSection.java : 13 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/PluginGeneralInfoSection.java
 (at line 27)
import org.eclipse.pde.internal.core.text.bundle.Bundle;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/PluginGeneralInfoSection.java
 (at line 28)
import org.eclipse.pde.internal.core.text.bundle.LazyStartHeader;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/PluginGeneralInfoSection.java
 (at line 59)
protected String getSectionDescription() {
Cannot reduce the visibility of the inherited method from GeneralInfoSection
4. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/PluginGeneralInfoSection.java
 (at line 63)
protected void createSpecificControls(Composite parent, FormToolkit toolkit, IActionBars actionBars) {
Cannot reduce the visibility of the inherited method from GeneralInfoSection
5. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/PluginGeneralInfoSection.java
 (at line 98)
LazyStartHeader[] headers = getLazyStartHeaders();
LazyStartHeader cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/PluginGeneralInfoSection.java
 (at line 98)
LazyStartHeader[] headers = getLazyStartHeaders();
The method getLazyStartHeaders() from the type PluginGeneralInfoSection refers to the missing type LazyStartHeader
7. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/PluginGeneralInfoSection.java
 (at line 181)
fLazyStart.setSelection(header instanceof LazyStartHeader && ((LazyStartHeader) header).isLazyStart());
LazyStartHeader cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/PluginGeneralInfoSection.java
 (at line 181)
fLazyStart.setSelection(header instanceof LazyStartHeader && ((LazyStartHeader) header).isLazyStart());
LazyStartHeader cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/PluginGeneralInfoSection.java
 (at line 186)
private LazyStartHeader[] getLazyStartHeaders() {
LazyStartHeader cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/PluginGeneralInfoSection.java
 (at line 189)
if (bundle instanceof Bundle) {
Bundle cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/PluginGeneralInfoSection.java
 (at line 197)
return (LazyStartHeader[]) headers.toArray(new LazyStartHeader[headers.size()]);
LazyStartHeader cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/PluginGeneralInfoSection.java
 (at line 197)
return (LazyStartHeader[]) headers.toArray(new LazyStartHeader[headers.size()]);
LazyStartHeader cannot be resolved to a type
13. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/PluginGeneralInfoSection.java
 (at line 204)
if (bundle instanceof Bundle) {
Bundle cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/editor/plugin/PluginInputContext.java : 5 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/PluginInputContext.java
 (at line 23)
import org.eclipse.pde.internal.core.text.plugin.*;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/PluginInputContext.java
 (at line 45)
PluginModelBase model = null;
PluginModelBase cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/PluginInputContext.java
 (at line 49)
model = new FragmentModel(document, isReconciling);
FragmentModel cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/PluginInputContext.java
 (at line 51)
model = new PluginModel(document, isReconciling);
PluginModel cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/PluginInputContext.java
 (at line 95)
if (node.getParentNode() instanceof PluginBaseNode) {
PluginBaseNode cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/editor/plugin/PluginUndoManager.java : 12 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/PluginUndoManager.java
 (at line 22)
import org.eclipse.pde.internal.core.text.plugin.*;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/PluginUndoManager.java
 (at line 102)
if (parent instanceof PluginLibraryNode && e instanceof PluginElementNode) {
PluginLibraryNode cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/PluginUndoManager.java
 (at line 102)
if (parent instanceof PluginLibraryNode && e instanceof PluginElementNode) {
PluginElementNode cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/PluginUndoManager.java
 (at line 103)
((PluginLibraryNode) parent).addContentFilter((PluginElementNode) e);
PluginLibraryNode cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/PluginUndoManager.java
 (at line 103)
((PluginLibraryNode) parent).addContentFilter((PluginElementNode) e);
PluginElementNode cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/PluginUndoManager.java
 (at line 140)
if (parent instanceof PluginLibraryNode && e instanceof PluginElementNode) {
PluginLibraryNode cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/PluginUndoManager.java
 (at line 140)
if (parent instanceof PluginLibraryNode && e instanceof PluginElementNode) {
PluginElementNode cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/PluginUndoManager.java
 (at line 141)
((PluginLibraryNode) parent).removeContentFilter((PluginElementNode) e);
PluginLibraryNode cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/PluginUndoManager.java
 (at line 141)
((PluginLibraryNode) parent).removeContentFilter((PluginElementNode) e);
PluginElementNode cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/PluginUndoManager.java
 (at line 185)
} else if (element instanceof PluginObjectNode) {
PluginObjectNode cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/PluginUndoManager.java
 (at line 186)
PluginObjectNode node = (PluginObjectNode) element;
PluginObjectNode cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/PluginUndoManager.java
 (at line 186)
PluginObjectNode node = (PluginObjectNode) element;
PluginObjectNode cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/editor/plugin/RequiresSection.java : 8 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/RequiresSection.java
 (at line 29)
import org.eclipse.pde.internal.core.text.plugin.PluginBaseNode;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/RequiresSection.java
 (at line 30)
import org.eclipse.pde.internal.core.text.plugin.PluginDocumentNodeFactory;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/RequiresSection.java
 (at line 377)
else if (base instanceof PluginBaseNode)
PluginBaseNode cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/RequiresSection.java
 (at line 378)
((PluginBaseNode) base).remove(imports);
PluginBaseNode cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/RequiresSection.java
 (at line 408)
else if (factory instanceof PluginDocumentNodeFactory)
PluginDocumentNodeFactory cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/RequiresSection.java
 (at line 409)
return ((PluginDocumentNodeFactory) factory).createImport(id);
PluginDocumentNodeFactory cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/RequiresSection.java
 (at line 418)
else if (base instanceof PluginBaseNode)
PluginBaseNode cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/RequiresSection.java
 (at line 419)
((PluginBaseNode) base).add(imports);
PluginBaseNode cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/editor/product/IntroSection.java : 6 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/product/IntroSection.java
 (at line 30)
import org.eclipse.pde.internal.core.text.bundle.RequireBundleHeader;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/product/IntroSection.java
 (at line 31)
import org.eclipse.pde.internal.core.text.bundle.RequireBundleObject;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/editor/product/IntroSection.java
 (at line 235)
if (header instanceof RequireBundleHeader) {
RequireBundleHeader cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/editor/product/IntroSection.java
 (at line 236)
RequireBundleObject[] requires = ((RequireBundleHeader) header).getRequiredBundles();
RequireBundleObject cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/editor/product/IntroSection.java
 (at line 236)
RequireBundleObject[] requires = ((RequireBundleHeader) header).getRequiredBundles();
RequireBundleHeader cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/editor/product/IntroSection.java
 (at line 240)
((RequireBundleHeader) header).addBundle(INTRO_PLUGIN_ID);
RequireBundleHeader cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/editor/text/PackageHyperlink.java : 5 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/text/PackageHyperlink.java
 (at line 18)
import org.eclipse.pde.internal.core.text.bundle.BasePackageHeader;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/text/PackageHyperlink.java
 (at line 26)
BasePackageHeader fHeader;
BasePackageHeader cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/editor/text/PackageHyperlink.java
 (at line 28)
public PackageHyperlink(IRegion region, String pack, BasePackageHeader header) {
BasePackageHeader cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/editor/text/PackageHyperlink.java
 (at line 30)
fHeader = header;
BasePackageHeader cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/editor/text/PackageHyperlink.java
 (at line 34)
IResource res = fHeader.getBundle().getModel().getUnderlyingResource();
BasePackageHeader cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/editor/text/TranslationHyperlink.java : 4 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/text/TranslationHyperlink.java
 (at line 21)
import org.eclipse.pde.internal.core.text.plugin.PluginModelBase;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/text/TranslationHyperlink.java
 (at line 41)
if (fBase instanceof PluginModelBase) {
PluginModelBase cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/editor/text/TranslationHyperlink.java
 (at line 42)
if (((PluginModelBase) fBase).getNLResourceHelper() != null)
PluginModelBase cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/editor/text/TranslationHyperlink.java
 (at line 43)
localiz = ((PluginModelBase) fBase).getNLResourceHelper().getNLFileBasePath();
PluginModelBase cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/nls/GetNonExternalizedStringsOperation.java : 7 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/nls/GetNonExternalizedStringsOperation.java
 (at line 31)
import org.eclipse.pde.internal.core.text.plugin.PluginExtensionNode;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/nls/GetNonExternalizedStringsOperation.java
 (at line 32)
import org.eclipse.pde.internal.core.text.plugin.PluginExtensionPointNode;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/nls/GetNonExternalizedStringsOperation.java
 (at line 166)
if (parent instanceof PluginExtensionNode) {
PluginExtensionNode cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/nls/GetNonExternalizedStringsOperation.java
 (at line 167)
PluginExtensionNode parentNode = (PluginExtensionNode) parent;
PluginExtensionNode cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/nls/GetNonExternalizedStringsOperation.java
 (at line 167)
PluginExtensionNode parentNode = (PluginExtensionNode) parent;
PluginExtensionNode cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/nls/GetNonExternalizedStringsOperation.java
 (at line 202)
if (extensionPoint instanceof PluginExtensionPointNode)
PluginExtensionPointNode cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/nls/GetNonExternalizedStringsOperation.java
 (at line 204)
fModelChangeTable.addToChangeTable(memModel, file, ((PluginExtensionPointNode) extensionPoint).getNodeAttributesMap().get(IPluginObject.P_NAME), selected(file));
PluginExtensionPointNode cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/nls/ModelChangeElement.java : 26 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/nls/ModelChangeElement.java
 (at line 18)
import org.eclipse.pde.internal.core.text.bundle.ManifestHeader;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/nls/ModelChangeElement.java
 (at line 19)
import org.eclipse.pde.internal.core.text.plugin.*;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/nls/ModelChangeElement.java
 (at line 38)
if (incoming instanceof PluginElementNode) {
PluginElementNode cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/nls/ModelChangeElement.java
 (at line 39)
PluginElementNode elem = (PluginElementNode) incoming;
PluginElementNode cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/nls/ModelChangeElement.java
 (at line 39)
PluginElementNode elem = (PluginElementNode) incoming;
PluginElementNode cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/nls/ModelChangeElement.java
 (at line 45)
} else if (incoming instanceof PluginAttribute) {
PluginAttribute cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/nls/ModelChangeElement.java
 (at line 46)
PluginAttribute attr = (PluginAttribute) incoming;
PluginAttribute cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ui/nls/ModelChangeElement.java
 (at line 46)
PluginAttribute attr = (PluginAttribute) incoming;
PluginAttribute cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/ui/nls/ModelChangeElement.java
 (at line 51)
} else if (incoming instanceof PluginExtensionPointNode) {
PluginExtensionPointNode cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/internal/ui/nls/ModelChangeElement.java
 (at line 52)
PluginExtensionPointNode extP = (PluginExtensionPointNode) incoming;
PluginExtensionPointNode cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/internal/ui/nls/ModelChangeElement.java
 (at line 52)
PluginExtensionPointNode extP = (PluginExtensionPointNode) incoming;
PluginExtensionPointNode cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/internal/ui/nls/ModelChangeElement.java
 (at line 58)
} else if (incoming instanceof ManifestHeader) {
ManifestHeader cannot be resolved to a type
13. ERROR in /src/org/eclipse/pde/internal/ui/nls/ModelChangeElement.java
 (at line 59)
ManifestHeader header = (ManifestHeader) incoming;
ManifestHeader cannot be resolved to a type
14. ERROR in /src/org/eclipse/pde/internal/ui/nls/ModelChangeElement.java
 (at line 59)
ManifestHeader header = (ManifestHeader) incoming;
ManifestHeader cannot be resolved to a type
15. ERROR in /src/org/eclipse/pde/internal/ui/nls/ModelChangeElement.java
 (at line 120)
if (fUnderlying instanceof PluginElementNode) {
PluginElementNode cannot be resolved to a type
16. ERROR in /src/org/eclipse/pde/internal/ui/nls/ModelChangeElement.java
 (at line 121)
PluginElementNode elem = (PluginElementNode) fUnderlying;
PluginElementNode cannot be resolved to a type
17. ERROR in /src/org/eclipse/pde/internal/ui/nls/ModelChangeElement.java
 (at line 121)
PluginElementNode elem = (PluginElementNode) fUnderlying;
PluginElementNode cannot be resolved to a type
18. ERROR in /src/org/eclipse/pde/internal/ui/nls/ModelChangeElement.java
 (at line 123)
} else if (fUnderlying instanceof PluginAttribute) {
PluginAttribute cannot be resolved to a type
19. ERROR in /src/org/eclipse/pde/internal/ui/nls/ModelChangeElement.java
 (at line 124)
PluginAttribute attr = (PluginAttribute) fUnderlying;
PluginAttribute cannot be resolved to a type
20. ERROR in /src/org/eclipse/pde/internal/ui/nls/ModelChangeElement.java
 (at line 124)
PluginAttribute attr = (PluginAttribute) fUnderlying;
PluginAttribute cannot be resolved to a type
21. ERROR in /src/org/eclipse/pde/internal/ui/nls/ModelChangeElement.java
 (at line 127)
} else if (fUnderlying instanceof PluginExtensionPointNode) {
PluginExtensionPointNode cannot be resolved to a type
22. ERROR in /src/org/eclipse/pde/internal/ui/nls/ModelChangeElement.java
 (at line 128)
PluginExtensionPointNode extP = (PluginExtensionPointNode) fUnderlying;
PluginExtensionPointNode cannot be resolved to a type
23. ERROR in /src/org/eclipse/pde/internal/ui/nls/ModelChangeElement.java
 (at line 128)
PluginExtensionPointNode extP = (PluginExtensionPointNode) fUnderlying;
PluginExtensionPointNode cannot be resolved to a type
24. ERROR in /src/org/eclipse/pde/internal/ui/nls/ModelChangeElement.java
 (at line 130)
} else if (fUnderlying instanceof ManifestHeader) {
ManifestHeader cannot be resolved to a type
25. ERROR in /src/org/eclipse/pde/internal/ui/nls/ModelChangeElement.java
 (at line 131)
ManifestHeader header = (ManifestHeader) fUnderlying;
ManifestHeader cannot be resolved to a type
26. ERROR in /src/org/eclipse/pde/internal/ui/nls/ModelChangeElement.java
 (at line 131)
ManifestHeader header = (ManifestHeader) fUnderlying;
ManifestHeader cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/refactoring/BuildPropertiesChange.java : 6 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BuildPropertiesChange.java
 (at line 21)
import org.eclipse.pde.internal.core.text.build.BuildModel;
The import org.eclipse.pde.internal.core.text.build cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BuildPropertiesChange.java
 (at line 22)
import org.eclipse.pde.internal.core.text.build.PropertiesTextChangeListener;
The import org.eclipse.pde.internal.core.text.build cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BuildPropertiesChange.java
 (at line 38)
BuildModel model = new BuildModel(document, false);
BuildModel cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BuildPropertiesChange.java
 (at line 38)
BuildModel model = new BuildModel(document, false);
BuildModel cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BuildPropertiesChange.java
 (at line 42)
PropertiesTextChangeListener listener = new PropertiesTextChangeListener(document);
PropertiesTextChangeListener cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BuildPropertiesChange.java
 (at line 42)
PropertiesTextChangeListener listener = new PropertiesTextChangeListener(document);
PropertiesTextChangeListener cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java : 43 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 29)
import org.eclipse.pde.internal.core.text.bundle.*;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 39)
Bundle bundle = getBundle(file, monitor);
Bundle cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 39)
Bundle bundle = getBundle(file, monitor);
The method getBundle(IFile, IProgressMonitor) from the type BundleManifestChange refers to the missing type Bundle
4. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 43)
BundleModel model = (BundleModel) bundle.getModel();
BundleModel cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 43)
BundleModel model = (BundleModel) bundle.getModel();
BundleModel cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 44)
BundleTextChangeListener listener = new BundleTextChangeListener(model.getDocument());
BundleTextChangeListener cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 44)
BundleTextChangeListener listener = new BundleTextChangeListener(model.getDocument());
BundleTextChangeListener cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 59)
Bundle bundle = getBundle(file, monitor);
Bundle cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 59)
Bundle bundle = getBundle(file, monitor);
The method getBundle(IFile, IProgressMonitor) from the type BundleManifestChange refers to the missing type Bundle
10. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 63)
BundleModel model = (BundleModel) bundle.getModel();
BundleModel cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 63)
BundleModel model = (BundleModel) bundle.getModel();
BundleModel cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 64)
BundleTextChangeListener listener = new BundleTextChangeListener(model.getDocument());
BundleTextChangeListener cannot be resolved to a type
13. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 64)
BundleTextChangeListener listener = new BundleTextChangeListener(model.getDocument());
BundleTextChangeListener cannot be resolved to a type
14. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 71)
PDEManifestElement export = removePackage(bundle.getManifestHeader(Constants.EXPORT_PACKAGE), packageName);
PDEManifestElement cannot be resolved to a type
15. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 85)
change.setMovedElements((PDEManifestElement[]) list.toArray(new PDEManifestElement[list.size()]));
The method setMovedElements(PDEManifestElement[]) from the type MoveFromChange refers to the missing type PDEManifestElement
16. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 85)
change.setMovedElements((PDEManifestElement[]) list.toArray(new PDEManifestElement[list.size()]));
PDEManifestElement cannot be resolved to a type
17. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 85)
change.setMovedElements((PDEManifestElement[]) list.toArray(new PDEManifestElement[list.size()]));
PDEManifestElement cannot be resolved to a type
18. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 99)
Bundle bundle = getBundle(file, monitor);
Bundle cannot be resolved to a type
19. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 99)
Bundle bundle = getBundle(file, monitor);
The method getBundle(IFile, IProgressMonitor) from the type BundleManifestChange refers to the missing type Bundle
20. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 103)
BundleModel model = (BundleModel) bundle.getModel();
BundleModel cannot be resolved to a type
21. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 103)
BundleModel model = (BundleModel) bundle.getModel();
BundleModel cannot be resolved to a type
22. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 104)
BundleTextChangeListener listener = new BundleTextChangeListener(model.getDocument());
BundleTextChangeListener cannot be resolved to a type
23. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 104)
BundleTextChangeListener listener = new BundleTextChangeListener(model.getDocument());
BundleTextChangeListener cannot be resolved to a type
24. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 143)
private static Change createChange(BundleTextChangeListener listener, IFile file) {
BundleTextChangeListener cannot be resolved to a type
25. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 156)
private static void renameLocalization(Bundle bundle, String oldText, String newText) {
Bundle cannot be resolved to a type
26. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 182)
if (header instanceof BasePackageHeader) {
BasePackageHeader cannot be resolved to a type
27. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 183)
BasePackageHeader bHeader = (BasePackageHeader) header;
BasePackageHeader cannot be resolved to a type
28. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 183)
BasePackageHeader bHeader = (BasePackageHeader) header;
BasePackageHeader cannot be resolved to a type
29. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 188)
private static PDEManifestElement removePackage(IManifestHeader header, String name) {
PDEManifestElement cannot be resolved to a type
30. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 189)
PDEManifestElement result = null;
PDEManifestElement cannot be resolved to a type
31. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 190)
if (header instanceof BasePackageHeader) {
BasePackageHeader cannot be resolved to a type
32. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 191)
BasePackageHeader bHeader = (BasePackageHeader) header;
BasePackageHeader cannot be resolved to a type
33. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 191)
BasePackageHeader bHeader = (BasePackageHeader) header;
BasePackageHeader cannot be resolved to a type
34. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 192)
result = ((PackageObject) bHeader.removePackage(name));
PackageObject cannot be resolved to a type
35. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 197)
private static void addPackage(Bundle bundle, MoveFromChange change) {
Bundle cannot be resolved to a type
36. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 199)
ExportPackageHeader header = (ExportPackageHeader) bundle.getManifestHeader(headerName);
ExportPackageHeader cannot be resolved to a type
37. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 199)
ExportPackageHeader header = (ExportPackageHeader) bundle.getManifestHeader(headerName);
ExportPackageHeader cannot be resolved to a type
38. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 204)
header.addPackage(new ExportPackageObject(header, elements[i], getVersionAttribute(header.getBundle())));
ExportPackageObject cannot be resolved to a type
39. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 208)
header = (ExportPackageHeader) bundle.getManifestHeader(headerName);
ExportPackageHeader cannot be resolved to a type
40. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 223)
public static Bundle getBundle(IFile file, IProgressMonitor monitor) throws CoreException, MalformedTreeException, BadLocationException {
Bundle cannot be resolved to a type
41. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 228)
BundleModel model = new BundleModel(document, false);
BundleModel cannot be resolved to a type
42. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 228)
BundleModel model = new BundleModel(document, false);
BundleModel cannot be resolved to a type
43. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/BundleManifestChange.java
 (at line 230)
return model.isLoaded() ? (Bundle) model.getBundle() : null;
Bundle cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/refactoring/ContainerRenameParticipant.java : 7 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/ContainerRenameParticipant.java
 (at line 25)
import org.eclipse.pde.internal.core.text.bundle.*;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/ContainerRenameParticipant.java
 (at line 71)
IBundle bundle = BundleManifestChange.getBundle(manifest, new SubProgressMonitor(monitor, 1));
The method getBundle(IFile, IProgressMonitor) from the type BundleManifestChange refers to the missing type Bundle
3. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/ContainerRenameParticipant.java
 (at line 73)
BundleTextChangeListener listener = new BundleTextChangeListener(((BundleModel) bundle.getModel()).getDocument());
BundleTextChangeListener cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/ContainerRenameParticipant.java
 (at line 73)
BundleTextChangeListener listener = new BundleTextChangeListener(((BundleModel) bundle.getModel()).getDocument());
BundleTextChangeListener cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/ContainerRenameParticipant.java
 (at line 73)
BundleTextChangeListener listener = new BundleTextChangeListener(((BundleModel) bundle.getModel()).getDocument());
BundleModel cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/ContainerRenameParticipant.java
 (at line 76)
BundleSymbolicNameHeader header = (BundleSymbolicNameHeader) bundle.getManifestHeader(Constants.BUNDLE_SYMBOLICNAME);
BundleSymbolicNameHeader cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/ContainerRenameParticipant.java
 (at line 76)
BundleSymbolicNameHeader header = (BundleSymbolicNameHeader) bundle.getManifestHeader(Constants.BUNDLE_SYMBOLICNAME);
BundleSymbolicNameHeader cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/refactoring/CreateHeaderChangeOperation.java : 22 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/CreateHeaderChangeOperation.java
 (at line 23)
import org.eclipse.pde.internal.core.text.bundle.*;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/CreateHeaderChangeOperation.java
 (at line 63)
IBundle bundle = BundleManifestChange.getBundle(manifest, new SubProgressMonitor(monitor, 1));
The method getBundle(IFile, IProgressMonitor) from the type BundleManifestChange refers to the missing type Bundle
3. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/CreateHeaderChangeOperation.java
 (at line 65)
BundleTextChangeListener listener = createListener(bundle);
BundleTextChangeListener cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/CreateHeaderChangeOperation.java
 (at line 65)
BundleTextChangeListener listener = createListener(bundle);
The method createListener(IBundle) from the type CreateHeaderChangeOperation refers to the missing type BundleTextChangeListener
5. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/CreateHeaderChangeOperation.java
 (at line 68)
if (mHeader instanceof BundleSymbolicNameHeader) {
BundleSymbolicNameHeader cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/CreateHeaderChangeOperation.java
 (at line 69)
((BundleSymbolicNameHeader) mHeader).setId(fNewValue);
BundleSymbolicNameHeader cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/CreateHeaderChangeOperation.java
 (at line 70)
} else if (mHeader instanceof RequireBundleHeader) {
RequireBundleHeader cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/CreateHeaderChangeOperation.java
 (at line 71)
RequireBundleHeader header = (RequireBundleHeader) mHeader;
RequireBundleHeader cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/CreateHeaderChangeOperation.java
 (at line 71)
RequireBundleHeader header = (RequireBundleHeader) mHeader;
RequireBundleHeader cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/CreateHeaderChangeOperation.java
 (at line 72)
RequireBundleObject bundles[] = header.getRequiredBundles();
RequireBundleObject cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/CreateHeaderChangeOperation.java
 (at line 77)
} else if (mHeader instanceof FragmentHostHeader) {
FragmentHostHeader cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/CreateHeaderChangeOperation.java
 (at line 78)
((FragmentHostHeader) mHeader).setHostId(fNewValue);
FragmentHostHeader cannot be resolved to a type
13. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/CreateHeaderChangeOperation.java
 (at line 79)
} else if (mHeader instanceof ExportPackageHeader) {
ExportPackageHeader cannot be resolved to a type
14. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/CreateHeaderChangeOperation.java
 (at line 80)
ExportPackageObject[] packages = ((ExportPackageHeader) mHeader).getPackages();
ExportPackageObject cannot be resolved to a type
15. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/CreateHeaderChangeOperation.java
 (at line 80)
ExportPackageObject[] packages = ((ExportPackageHeader) mHeader).getPackages();
ExportPackageHeader cannot be resolved to a type
16. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/CreateHeaderChangeOperation.java
 (at line 82)
PackageFriend[] friends = packages[i].getFriends();
PackageFriend cannot be resolved to a type
17. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/CreateHeaderChangeOperation.java
 (at line 86)
packages[i].addFriend(new PackageFriend(packages[i], fNewValue));
PackageFriend cannot be resolved to a type
18. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/CreateHeaderChangeOperation.java
 (at line 105)
private BundleTextChangeListener createListener(IBundle bundle) {
BundleTextChangeListener cannot be resolved to a type
19. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/CreateHeaderChangeOperation.java
 (at line 107)
BundleTextChangeListener listener = new BundleTextChangeListener(((BundleModel) bundle.getModel()).getDocument());
BundleTextChangeListener cannot be resolved to a type
20. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/CreateHeaderChangeOperation.java
 (at line 107)
BundleTextChangeListener listener = new BundleTextChangeListener(((BundleModel) bundle.getModel()).getDocument());
BundleTextChangeListener cannot be resolved to a type
21. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/CreateHeaderChangeOperation.java
 (at line 107)
BundleTextChangeListener listener = new BundleTextChangeListener(((BundleModel) bundle.getModel()).getDocument());
BundleModel cannot be resolved to a type
22. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/CreateHeaderChangeOperation.java
 (at line 114)
private TextFileChange getTextChange(BundleTextChangeListener listener, IFile manifest) {
BundleTextChangeListener cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/refactoring/MoveFromChange.java : 10 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/MoveFromChange.java
 (at line 16)
import org.eclipse.pde.internal.core.text.bundle.PDEManifestElement;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/MoveFromChange.java
 (at line 21)
PDEManifestElement[] fElements;
PDEManifestElement cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/MoveFromChange.java
 (at line 28)
ManifestElement[] result = new ManifestElement[fElements.length];
PDEManifestElement cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/MoveFromChange.java
 (at line 30)
for (int i = 0; i < fElements.length; i++) {
PDEManifestElement cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/MoveFromChange.java
 (at line 31)
String value = fElements[i].write();
PDEManifestElement cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/MoveFromChange.java
 (at line 32)
String name = fElements[i].getHeader().getName();
PDEManifestElement cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/MoveFromChange.java
 (at line 41)
return fElements[index].write();
PDEManifestElement cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/MoveFromChange.java
 (at line 44)
public void setMovedElements(PDEManifestElement[] elements) {
PDEManifestElement cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/MoveFromChange.java
 (at line 45)
fElements = elements;
PDEManifestElement cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/MoveFromChange.java
 (at line 49)
return fElements[index].getValue();
PDEManifestElement cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/refactoring/PluginManifestChange.java : 7 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/PluginManifestChange.java
 (at line 24)
import org.eclipse.pde.internal.core.text.plugin.*;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/PluginManifestChange.java
 (at line 41)
PluginModelBase model;
PluginModelBase cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/PluginManifestChange.java
 (at line 43)
model = new FragmentModel(document, false);
FragmentModel cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/PluginManifestChange.java
 (at line 45)
model = new PluginModel(document, false);
PluginModel cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/PluginManifestChange.java
 (at line 52)
if (model instanceof PluginModel && affectedElements[i] instanceof IJavaElement) {
PluginModel cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/PluginManifestChange.java
 (at line 53)
PluginNode plugin = (PluginNode) model.getPluginBase();
PluginNode cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/refactoring/PluginManifestChange.java
 (at line 53)
PluginNode plugin = (PluginNode) model.getPluginBase();
PluginNode cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/search/ClassSearchParticipant.java : 7 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/search/ClassSearchParticipant.java
 (at line 34)
import org.eclipse.pde.internal.core.text.plugin.PluginElementNode;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/search/ClassSearchParticipant.java
 (at line 140)
if (parent instanceof PluginElementNode && parent != null && parent.getParent() instanceof PluginElementNode) {
PluginElementNode cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/search/ClassSearchParticipant.java
 (at line 140)
if (parent instanceof PluginElementNode && parent != null && parent.getParent() instanceof PluginElementNode) {
PluginElementNode cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/search/ClassSearchParticipant.java
 (at line 142)
PluginElementNode node = (PluginElementNode) parent;
PluginElementNode cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/search/ClassSearchParticipant.java
 (at line 142)
PluginElementNode node = (PluginElementNode) parent;
PluginElementNode cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/search/ClassSearchParticipant.java
 (at line 143)
PluginElementNode parentNode = (PluginElementNode) parent.getParent();
PluginElementNode cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/search/ClassSearchParticipant.java
 (at line 143)
PluginElementNode parentNode = (PluginElementNode) parent.getParent();
PluginElementNode cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/search/ManifestEditorOpener.java : 3 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/search/ManifestEditorOpener.java
 (at line 18)
import org.eclipse.pde.internal.core.text.plugin.PluginObjectNode;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/search/ManifestEditorOpener.java
 (at line 135)
int offset = ((PluginObjectNode) element).getOffset();
PluginObjectNode cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/search/ManifestEditorOpener.java
 (at line 136)
offset += ((PluginObjectNode) element).getLength();
PluginObjectNode cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/search/dependencies/AddNewDependenciesOperation.java : 16 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/AddNewDependenciesOperation.java
 (at line 35)
import org.eclipse.pde.internal.core.text.bundle.*;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/AddNewDependenciesOperation.java
 (at line 129)
Set plugins = (header instanceof RequireBundleHeader) ? findManifestPlugins((RequireBundleHeader) header, ignorePkgs) : findManifestPlugins(ignorePkgs);
RequireBundleHeader cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/AddNewDependenciesOperation.java
 (at line 129)
Set plugins = (header instanceof RequireBundleHeader) ? findManifestPlugins((RequireBundleHeader) header, ignorePkgs) : findManifestPlugins(ignorePkgs);
RequireBundleHeader cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/AddNewDependenciesOperation.java
 (at line 135)
private Set findManifestPlugins(RequireBundleHeader header, Set ignorePkgs) {
RequireBundleHeader cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/AddNewDependenciesOperation.java
 (at line 136)
RequireBundleObject[] bundles = header.getRequiredBundles();
RequireBundleObject cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/AddNewDependenciesOperation.java
 (at line 219)
if (header instanceof ImportPackageHeader) {
ImportPackageHeader cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/AddNewDependenciesOperation.java
 (at line 220)
ImportPackageObject[] pkgs = ((ImportPackageHeader) header).getPackages();
ImportPackageObject cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/AddNewDependenciesOperation.java
 (at line 220)
ImportPackageObject[] pkgs = ((ImportPackageHeader) header).getPackages();
ImportPackageHeader cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/AddNewDependenciesOperation.java
 (at line 367)
if (mheader instanceof ImportPackageHeader) {
ImportPackageHeader cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/AddNewDependenciesOperation.java
 (at line 368)
ImportPackageHeader header = (ImportPackageHeader) mheader;
ImportPackageHeader cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/AddNewDependenciesOperation.java
 (at line 368)
ImportPackageHeader header = (ImportPackageHeader) mheader;
ImportPackageHeader cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/AddNewDependenciesOperation.java
 (at line 371)
ImportPackageObject obj = new ImportPackageObject(header, (ExportPackageDescription) it.next(), versionAttr);
ImportPackageObject cannot be resolved to a type
13. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/AddNewDependenciesOperation.java
 (at line 371)
ImportPackageObject obj = new ImportPackageObject(header, (ExportPackageDescription) it.next(), versionAttr);
ImportPackageObject cannot be resolved to a type
14. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/AddNewDependenciesOperation.java
 (at line 395)
if (mheader instanceof RequireBundleHeader) {
RequireBundleHeader cannot be resolved to a type
15. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/AddNewDependenciesOperation.java
 (at line 396)
RequireBundleHeader header = (RequireBundleHeader) mheader;
RequireBundleHeader cannot be resolved to a type
16. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/AddNewDependenciesOperation.java
 (at line 396)
RequireBundleHeader header = (RequireBundleHeader) mheader;
RequireBundleHeader cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/search/dependencies/CalculateUsesOperation.java : 6 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/CalculateUsesOperation.java
 (at line 20)
import org.eclipse.pde.internal.core.text.bundle.ExportPackageHeader;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/CalculateUsesOperation.java
 (at line 21)
import org.eclipse.pde.internal.core.text.bundle.ExportPackageObject;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/CalculateUsesOperation.java
 (at line 56)
ExportPackageObject[] pkgs = ((ExportPackageHeader) header).getPackages();
ExportPackageObject cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/CalculateUsesOperation.java
 (at line 56)
ExportPackageObject[] pkgs = ((ExportPackageHeader) header).getPackages();
ExportPackageHeader cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/CalculateUsesOperation.java
 (at line 168)
ExportPackageObject[] pkgs = ((ExportPackageHeader) header).getPackages();
ExportPackageObject cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/CalculateUsesOperation.java
 (at line 168)
ExportPackageObject[] pkgs = ((ExportPackageHeader) header).getPackages();
ExportPackageHeader cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/search/dependencies/GatherUnusedDependenciesOperation.java : 19 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/GatherUnusedDependenciesOperation.java
 (at line 24)
import org.eclipse.pde.internal.core.text.bundle.*;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/GatherUnusedDependenciesOperation.java
 (at line 51)
ImportPackageObject[] packages = null;
ImportPackageObject cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/GatherUnusedDependenciesOperation.java
 (at line 56)
if (header instanceof ImportPackageHeader) {
ImportPackageHeader cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/GatherUnusedDependenciesOperation.java
 (at line 57)
packages = ((ImportPackageHeader) header).getPackages();
ImportPackageHeader cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/GatherUnusedDependenciesOperation.java
 (at line 59)
header = new ImportPackageHeader(Constants.IMPORT_PACKAGE, header.getValue(), bundle, System.getProperty("line.separator")); //$NON-NLS-1$
ImportPackageHeader cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/GatherUnusedDependenciesOperation.java
 (at line 60)
packages = ((ImportPackageHeader) header).getPackages();
ImportPackageHeader cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/GatherUnusedDependenciesOperation.java
 (at line 64)
if (header instanceof ExportPackageHeader) {
ExportPackageHeader cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/GatherUnusedDependenciesOperation.java
 (at line 65)
exportedPackages = ((ExportPackageHeader) header).getPackageNames();
ExportPackageHeader cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/GatherUnusedDependenciesOperation.java
 (at line 67)
header = new ExportPackageHeader(Constants.EXPORT_PACKAGE, header.getValue(), bundle, System.getProperty("line.seperator")); //$NON-NLS-1$
ExportPackageHeader cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/GatherUnusedDependenciesOperation.java
 (at line 68)
exportedPackages = ((ExportPackageHeader) header).getPackageNames();
ExportPackageHeader cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/GatherUnusedDependenciesOperation.java
 (at line 117)
private boolean isUnused(ImportPackageObject pkg, Collection exportedPackages, SubProgressMonitor monitor) {
ImportPackageObject cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/GatherUnusedDependenciesOperation.java
 (at line 188)
private boolean provideJavaClasses(ImportPackageObject pkg, IProgressMonitor monitor) {
ImportPackageObject cannot be resolved to a type
13. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/GatherUnusedDependenciesOperation.java
 (at line 218)
ImportPackageHeader pkgHeader = null;
ImportPackageHeader cannot be resolved to a type
14. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/GatherUnusedDependenciesOperation.java
 (at line 225)
else if (elements[i] instanceof ImportPackageObject) {
ImportPackageObject cannot be resolved to a type
15. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/GatherUnusedDependenciesOperation.java
 (at line 227)
pkgHeader = (ImportPackageHeader) ((ImportPackageObject) elements[i]).getHeader();
ImportPackageHeader cannot be resolved to a type
16. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/GatherUnusedDependenciesOperation.java
 (at line 227)
pkgHeader = (ImportPackageHeader) ((ImportPackageObject) elements[i]).getHeader();
ImportPackageObject cannot be resolved to a type
17. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/GatherUnusedDependenciesOperation.java
 (at line 228)
pkgHeader.removePackage((ImportPackageObject) elements[i]);
ImportPackageObject cannot be resolved to a type
18. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/GatherUnusedDependenciesOperation.java
 (at line 236)
ImportPackageObject ipo = (ImportPackageObject) li.next();
ImportPackageObject cannot be resolved to a type
19. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/GatherUnusedDependenciesOperation.java
 (at line 236)
ImportPackageObject ipo = (ImportPackageObject) li.next();
ImportPackageObject cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/search/dependencies/UnusedImportsDialog.java : 2 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/UnusedImportsDialog.java
 (at line 18)
import org.eclipse.pde.internal.core.text.bundle.ImportPackageObject;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/search/dependencies/UnusedImportsDialog.java
 (at line 40)
else if (e1 instanceof ImportPackageObject)
ImportPackageObject cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/util/PDEModelUtility.java : 12 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/util/PDEModelUtility.java
 (at line 30)
import org.eclipse.pde.internal.core.text.build.BuildModel;
The import org.eclipse.pde.internal.core.text.build cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/util/PDEModelUtility.java
 (at line 31)
import org.eclipse.pde.internal.core.text.build.PropertiesTextChangeListener;
The import org.eclipse.pde.internal.core.text.build cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/util/PDEModelUtility.java
 (at line 32)
import org.eclipse.pde.internal.core.text.bundle.BundleModel;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
4. ERROR in /src/org/eclipse/pde/internal/ui/util/PDEModelUtility.java
 (at line 33)
import org.eclipse.pde.internal.core.text.bundle.BundleTextChangeListener;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
5. ERROR in /src/org/eclipse/pde/internal/ui/util/PDEModelUtility.java
 (at line 34)
import org.eclipse.pde.internal.core.text.plugin.*;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
6. ERROR in /src/org/eclipse/pde/internal/ui/util/PDEModelUtility.java
 (at line 481)
return new XMLTextChangeListener(doc, generateEditNames);
XMLTextChangeListener cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/util/PDEModelUtility.java
 (at line 483)
return new BundleTextChangeListener(doc, generateEditNames);
BundleTextChangeListener cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ui/util/PDEModelUtility.java
 (at line 485)
return new PropertiesTextChangeListener(doc, generateEditNames);
PropertiesTextChangeListener cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/ui/util/PDEModelUtility.java
 (at line 493)
model = new BundleModel(doc, true);
BundleModel cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/internal/ui/util/PDEModelUtility.java
 (at line 495)
model = new FragmentModel(doc, true);
FragmentModel cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/internal/ui/util/PDEModelUtility.java
 (at line 497)
model = new PluginModel(doc, true);
PluginModel cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/internal/ui/util/PDEModelUtility.java
 (at line 499)
model = new BuildModel(doc, true);
BuildModel cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/wizards/extension/PointSelectionPage.java : 6 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/wizards/extension/PointSelectionPage.java
 (at line 29)
import org.eclipse.pde.internal.core.text.plugin.PluginExtensionNode;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/wizards/extension/PointSelectionPage.java
 (at line 30)
import org.eclipse.pde.internal.core.text.plugin.PluginExtensionPointNode;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/wizards/extension/PointSelectionPage.java
 (at line 84)
if (point instanceof PluginExtensionPointNode)
PluginExtensionPointNode cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/wizards/extension/PointSelectionPage.java
 (at line 433)
if (extension instanceof PluginExtensionNode) {
PluginExtensionNode cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/wizards/extension/PointSelectionPage.java
 (at line 435)
String elementName = ((PluginExtensionNode) extension).getXMLTagName();
PluginExtensionNode cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/wizards/extension/PointSelectionPage.java
 (at line 446)
if (!(fCurrentPoint instanceof PluginExtensionPointNode) && !fAvailableImports.contains(pluginID) && !(fCurrentPoint.getPluginBase() instanceof IFragment)) {
PluginExtensionPointNode cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/wizards/product/BaseManifestOperation.java : 4 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/wizards/product/BaseManifestOperation.java
 (at line 24)
import org.eclipse.pde.internal.core.text.bundle.BundleSymbolicNameHeader;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/wizards/product/BaseManifestOperation.java
 (at line 74)
if (header instanceof BundleSymbolicNameHeader) {
BundleSymbolicNameHeader cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/wizards/product/BaseManifestOperation.java
 (at line 75)
BundleSymbolicNameHeader symbolic = (BundleSymbolicNameHeader) header;
BundleSymbolicNameHeader cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/wizards/product/BaseManifestOperation.java
 (at line 75)
BundleSymbolicNameHeader symbolic = (BundleSymbolicNameHeader) header;
BundleSymbolicNameHeader cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/wizards/product/ProductDefinitionOperation.java : 3 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/wizards/product/ProductDefinitionOperation.java
 (at line 27)
import org.eclipse.pde.internal.core.text.plugin.PluginElementNode;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/wizards/product/ProductDefinitionOperation.java
 (at line 511)
PluginElementNode element = (PluginElementNode) extension.getChildren()[0];
PluginElementNode cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/wizards/product/ProductDefinitionOperation.java
 (at line 511)
PluginElementNode element = (PluginElementNode) extension.getChildren()[0];
PluginElementNode cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/wizards/product/UpdateSplashProgressOperation.java : 15 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/wizards/product/UpdateSplashProgressOperation.java
 (at line 23)
import org.eclipse.pde.internal.core.text.build.BuildModel;
The import org.eclipse.pde.internal.core.text.build cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/wizards/product/UpdateSplashProgressOperation.java
 (at line 24)
import org.eclipse.pde.internal.core.text.build.PropertiesTextChangeListener;
The import org.eclipse.pde.internal.core.text.build cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/wizards/product/UpdateSplashProgressOperation.java
 (at line 68)
private PropertiesTextChangeListener fPropertiesListener;
PropertiesTextChangeListener cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/wizards/product/UpdateSplashProgressOperation.java
 (at line 90)
fPropertiesListener = null;
PropertiesTextChangeListener cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/wizards/product/UpdateSplashProgressOperation.java
 (at line 324)
private BuildModel getBuildModel(IFile file) throws CoreException {
BuildModel cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/wizards/product/UpdateSplashProgressOperation.java
 (at line 329)
BuildModel pluginCustomModel = new BuildModel(document, false);
BuildModel cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/wizards/product/UpdateSplashProgressOperation.java
 (at line 329)
BuildModel pluginCustomModel = new BuildModel(document, false);
BuildModel cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ui/wizards/product/UpdateSplashProgressOperation.java
 (at line 335)
fPropertiesListener = new PropertiesTextChangeListener(document);
PropertiesTextChangeListener cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/ui/wizards/product/UpdateSplashProgressOperation.java
 (at line 335)
fPropertiesListener = new PropertiesTextChangeListener(document);
PropertiesTextChangeListener cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/internal/ui/wizards/product/UpdateSplashProgressOperation.java
 (at line 336)
pluginCustomModel.addModelChangedListener(fPropertiesListener);
PropertiesTextChangeListener cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/internal/ui/wizards/product/UpdateSplashProgressOperation.java
 (at line 352)
BuildModel pluginCustomModel = getBuildModel(file);
BuildModel cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/internal/ui/wizards/product/UpdateSplashProgressOperation.java
 (at line 352)
BuildModel pluginCustomModel = getBuildModel(file);
The method getBuildModel(IFile) from the type UpdateSplashProgressOperation refers to the missing type BuildModel
13. ERROR in /src/org/eclipse/pde/internal/ui/wizards/product/UpdateSplashProgressOperation.java
 (at line 385)
private void savePluginCustomFileChanges(BuildModel pluginCustomModel) throws CoreException, MalformedTreeException, BadLocationException {
BuildModel cannot be resolved to a type
14. ERROR in /src/org/eclipse/pde/internal/ui/wizards/product/UpdateSplashProgressOperation.java
 (at line 390)
} else if (fPropertiesListener == null) {
PropertiesTextChangeListener cannot be resolved to a type
15. ERROR in /src/org/eclipse/pde/internal/ui/wizards/product/UpdateSplashProgressOperation.java
 (at line 398)
TextEdit[] edits = fPropertiesListener.getTextOperations();
PropertiesTextChangeListener cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java : 33 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
 (at line 34)
import org.eclipse.pde.internal.core.text.bundle.*;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
 (at line 35)
import org.eclipse.pde.internal.core.text.plugin.FragmentModel;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
 (at line 36)
import org.eclipse.pde.internal.core.text.plugin.PluginModel;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
4. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
 (at line 51)
if (!(bundle instanceof Bundle))
Bundle cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
 (at line 54)
RequireBundleHeader header = (RequireBundleHeader) ((Bundle) bundle).getManifestHeader(Constants.REQUIRE_BUNDLE);
RequireBundleHeader cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
 (at line 54)
RequireBundleHeader header = (RequireBundleHeader) ((Bundle) bundle).getManifestHeader(Constants.REQUIRE_BUNDLE);
RequireBundleHeader cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
 (at line 54)
RequireBundleHeader header = (RequireBundleHeader) ((Bundle) bundle).getManifestHeader(Constants.REQUIRE_BUNDLE);
Bundle cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
 (at line 56)
RequireBundleObject[] bundles = header.getRequiredBundles();
RequireBundleObject cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
 (at line 74)
if (!(bundle instanceof Bundle))
Bundle cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
 (at line 77)
ExportPackageHeader header = (ExportPackageHeader) bundle.getManifestHeader(Constants.EXPORT_PACKAGE);
ExportPackageHeader cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
 (at line 77)
ExportPackageHeader header = (ExportPackageHeader) bundle.getManifestHeader(Constants.EXPORT_PACKAGE);
ExportPackageHeader cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
 (at line 78)
ExportPackageObject[] currentPkgs;
ExportPackageObject cannot be resolved to a type
13. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
 (at line 81)
header = (ExportPackageHeader) bundle.getManifestHeader(Constants.EXPORT_PACKAGE);
ExportPackageHeader cannot be resolved to a type
14. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
 (at line 82)
currentPkgs = new ExportPackageObject[0];
ExportPackageObject cannot be resolved to a type
15. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
 (at line 103)
header.addPackage(new ExportPackageObject(header, fragment, Constants.VERSION_ATTRIBUTE));
ExportPackageObject cannot be resolved to a type
16. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
 (at line 121)
if (packageFilter == null || bundle == null || !(bundle instanceof Bundle))
Bundle cannot be resolved to a type
17. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
 (at line 124)
ExportPackageHeader header = (ExportPackageHeader) bundle.getManifestHeader(Constants.EXPORT_PACKAGE);
ExportPackageHeader cannot be resolved to a type
18. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
 (at line 124)
ExportPackageHeader header = (ExportPackageHeader) bundle.getManifestHeader(Constants.EXPORT_PACKAGE);
ExportPackageHeader cannot be resolved to a type
19. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
 (at line 128)
ExportPackageObject[] currentPkgs = header.getPackages();
ExportPackageObject cannot be resolved to a type
20. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
 (at line 139)
if (!(bundle instanceof Bundle))
Bundle cannot be resolved to a type
21. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
 (at line 141)
ImportPackageHeader header = (ImportPackageHeader) ((Bundle) bundle).getManifestHeader(Constants.IMPORT_PACKAGE);
ImportPackageHeader cannot be resolved to a type
22. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
 (at line 141)
ImportPackageHeader header = (ImportPackageHeader) ((Bundle) bundle).getManifestHeader(Constants.IMPORT_PACKAGE);
ImportPackageHeader cannot be resolved to a type
23. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
 (at line 141)
ImportPackageHeader header = (ImportPackageHeader) ((Bundle) bundle).getManifestHeader(Constants.IMPORT_PACKAGE);
Bundle cannot be resolved to a type
24. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
 (at line 144)
ImportPackageObject[] importedPackages = header.getPackages();
ImportPackageObject cannot be resolved to a type
25. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
 (at line 170)
if (!(bundle instanceof Bundle))
Bundle cannot be resolved to a type
26. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
 (at line 175)
IManifestHeader lazy = ((Bundle) bundle).getManifestHeader(remove[i]);
Bundle cannot be resolved to a type
27. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
 (at line 176)
if (lazy instanceof SingleManifestHeader)
SingleManifestHeader cannot be resolved to a type
28. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
 (at line 177)
((SingleManifestHeader) lazy).setMainComponent(null);
SingleManifestHeader cannot be resolved to a type
29. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
 (at line 281)
if (model instanceof PluginModel || model instanceof FragmentModel)
PluginModel cannot be resolved to a type
30. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
 (at line 281)
if (model instanceof PluginModel || model instanceof FragmentModel)
FragmentModel cannot be resolved to a type
31. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
 (at line 290)
returnModel = new FragmentModel(doc, false);
FragmentModel cannot be resolved to a type
32. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
 (at line 292)
returnModel = new PluginModel(doc, false);
PluginModel cannot be resolved to a type
33. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
 (at line 309)
IBundleModel bundleModel = new BundleModel(doc, false);
BundleModel 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/ui/PDELabelProvider.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 40)
import org.eclipse.swt.internal.BidiUtil;
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.swt.motif.solaris.sparc/@dot
2. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 238)
if (isRTL() && BidiUtil.isBidiPlatform())
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.swt.motif.solaris.sparc/@dot
3. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 238)
if (isRTL() && BidiUtil.isBidiPlatform())
Discouraged access: The method isBidiPlatform() from the type BidiUtil is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.swt.motif.solaris.sparc/@dot
4. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 832)
if (BidiUtil.isBidiPlatform())
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.swt.motif.solaris.sparc/@dot
5. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 832)
if (BidiUtil.isBidiPlatform())
Discouraged access: The method isBidiPlatform() from the type BidiUtil is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.swt.motif.solaris.sparc/@dot
6. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 838)
} else if (isRTL() && BidiUtil.isBidiPlatform()) {
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.swt.motif.solaris.sparc/@dot
7. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 838)
} else if (isRTL() && BidiUtil.isBidiPlatform()) {
Discouraged access: The method isBidiPlatform() from the type BidiUtil is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.swt.motif.solaris.sparc/@dot

/src/org/eclipse/pde/internal/ui/ShowErrorInStackTraceConsoleAction.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ui/ShowErrorInStackTraceConsoleAction.java
 (at line 13)
import org.eclipse.jdt.internal.debug.ui.console.JavaStackTraceConsoleFactory;
Discouraged access: The type JavaStackTraceConsoleFactory is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.jdt.debug.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ui/ShowErrorInStackTraceConsoleAction.java
 (at line 28)
private JavaStackTraceConsoleFactory fFactory;
Discouraged access: The type JavaStackTraceConsoleFactory is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.jdt.debug.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ui/ShowErrorInStackTraceConsoleAction.java
 (at line 42)
fFactory = new JavaStackTraceConsoleFactory();
Discouraged access: The constructor JavaStackTraceConsoleFactory() is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.jdt.debug.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ui/ShowErrorInStackTraceConsoleAction.java
 (at line 42)
fFactory = new JavaStackTraceConsoleFactory();
Discouraged access: The type JavaStackTraceConsoleFactory is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.jdt.debug.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ui/ShowErrorInStackTraceConsoleAction.java
 (at line 44)
fFactory.openConsole(fSelectedStack);
Discouraged access: The method openConsole(String) from the type JavaStackTraceConsoleFactory is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.jdt.debug.ui/@dot

/src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 15)
import org.eclipse.ant.internal.ui.launchConfigurations.AntLaunchShortcut;
Discouraged access: The type AntLaunchShortcut is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.ant.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 150)
List configs = AntLaunchShortcut.findExistingLaunchConfigurations(generatedFile);
Discouraged access: The type AntLaunchShortcut is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.ant.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 150)
List configs = AntLaunchShortcut.findExistingLaunchConfigurations(generatedFile);
Discouraged access: The method findExistingLaunchConfigurations(IFile) from the type AntLaunchShortcut is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.ant.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 153)
ILaunchConfiguration config = AntLaunchShortcut.createDefaultLaunchConfiguration(generatedFile);
Discouraged access: The type AntLaunchShortcut is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.ant.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 153)
ILaunchConfiguration config = AntLaunchShortcut.createDefaultLaunchConfiguration(generatedFile);
Discouraged access: The method createDefaultLaunchConfiguration(IFile) from the type AntLaunchShortcut is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.ant.ui/@dot

/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java
 (at line 51)
import org.eclipse.swt.internal.BidiUtil;
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.swt.motif.solaris.sparc/@dot
2. WARNING in /src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java
 (at line 835)
if (BidiUtil.isBidiPlatform())
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.swt.motif.solaris.sparc/@dot
3. WARNING in /src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java
 (at line 835)
if (BidiUtil.isBidiPlatform())
Discouraged access: The method isBidiPlatform() from the type BidiUtil is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.swt.motif.solaris.sparc/@dot

/src/org/eclipse/pde/ui/launcher/JUnitLaunchConfigurationDelegate.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/ui/launcher/JUnitLaunchConfigurationDelegate.java
 (at line 410)
ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(configuration);
Discouraged access: The type ITestKind is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.jdt.junit/@dot
2. WARNING in /src/org/eclipse/pde/ui/launcher/JUnitLaunchConfigurationDelegate.java
 (at line 410)
ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(configuration);
Discouraged access: The type JUnitLaunchConfigurationConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.jdt.junit/@dot
3. WARNING in /src/org/eclipse/pde/ui/launcher/JUnitLaunchConfigurationDelegate.java
 (at line 410)
ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(configuration);
Discouraged access: The method getTestRunnerKind(ILaunchConfiguration) from the type JUnitLaunchConfigurationConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.jdt.junit/@dot
4. WARNING in /src/org/eclipse/pde/ui/launcher/JUnitLaunchConfigurationDelegate.java
 (at line 411)
if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId()))
Discouraged access: The type TestKindRegistry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.jdt.junit/@dot
5. WARNING in /src/org/eclipse/pde/ui/launcher/JUnitLaunchConfigurationDelegate.java
 (at line 411)
if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId()))
Discouraged access: The field JUNIT4_TEST_KIND_ID from the type TestKindRegistry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.jdt.junit/@dot
6. WARNING in /src/org/eclipse/pde/ui/launcher/JUnitLaunchConfigurationDelegate.java
 (at line 411)
if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId()))
Discouraged access: The method getId() from the type ITestKind is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.jdt.junit/@dot
Title: Compiler log for org.eclipse.pde.ua.core_1.0.0.v20090124-1600

Compiler log for org.eclipse.pde.ua.core_1.0.0.v20090124-1600 : @dot.xml

TOTAL : ERRORS: 4, WARNINGS: 99

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSDocumentFactory.java : 2 errors :

1. ERROR in /src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSDocumentFactory.java
 (at line 17)
import org.eclipse.pde.internal.core.text.plugin.DocumentGenericNode;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSDocumentFactory.java
 (at line 420)
return new DocumentGenericNode(ISimpleCSConstants.ELEMENT_BR) {
DocumentGenericNode cannot be resolved to a type

/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSObject.java : 2 errors :

1. ERROR in /src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSObject.java
 (at line 20)
import org.eclipse.pde.internal.core.text.plugin.DocumentGenericNode;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSObject.java
 (at line 46)
return getChildNodesList(DocumentGenericNode.class, false);
DocumentGenericNode 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/ua/core/cheatsheet/comp/CompCS.java : 10 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCS.java
 (at line 19)
import org.eclipse.pde.internal.core.XMLPrintHandler;
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCS.java
 (at line 20)
import org.eclipse.pde.internal.core.util.PDETextHelper;
Discouraged access: The type PDETextHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCS.java
 (at line 141)
XMLPrintHandler.printHead(writer, ATTRIBUTE_VALUE_ENCODING);
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCS.java
 (at line 141)
XMLPrintHandler.printHead(writer, ATTRIBUTE_VALUE_ENCODING);
Discouraged access: The method printHead(Writer, String) from the type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCS.java
 (at line 161)
buffer.append(XMLPrintHandler.wrapAttribute(ATTRIBUTE_NAME,
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCS.java
 (at line 161)
buffer.append(XMLPrintHandler.wrapAttribute(ATTRIBUTE_NAME, PDETextHelper.translateWriteText(fFieldName.trim(), DEFAULT_SUBSTITUTE_CHARS)));
Discouraged access: The method wrapAttribute(String, String) from the type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCS.java
 (at line 162)
PDETextHelper.translateWriteText(fFieldName.trim(),
Discouraged access: The type PDETextHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCS.java
 (at line 162)
PDETextHelper.translateWriteText(fFieldName.trim(), DEFAULT_SUBSTITUTE_CHARS)));
Discouraged access: The method translateWriteText(String, HashMap) from the type PDETextHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCS.java
 (at line 175)
String newIndent = indent + XMLPrintHandler.XML_INDENT;
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCS.java
 (at line 175)
String newIndent = indent + XMLPrintHandler.XML_INDENT;
Discouraged access: The field XML_INDENT from the type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDataObject.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDataObject.java
 (at line 18)
import org.eclipse.pde.internal.core.XMLPrintHandler;
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDataObject.java
 (at line 19)
import org.eclipse.pde.internal.core.util.PDETextHelper;
Discouraged access: The type PDETextHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDataObject.java
 (at line 150)
String newIndent = indent + XMLPrintHandler.XML_INDENT;
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDataObject.java
 (at line 150)
String newIndent = indent + XMLPrintHandler.XML_INDENT;
Discouraged access: The field XML_INDENT from the type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDataObject.java
 (at line 157)
+ PDETextHelper.translateWriteText(fFieldContent.trim(),
Discouraged access: The type PDETextHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDataObject.java
 (at line 157)
+ PDETextHelper.translateWriteText(fFieldContent.trim(), DEFAULT_TAG_EXCEPTIONS, DEFAULT_SUBSTITUTE_CHARS)
Discouraged access: The method translateWriteText(String, HashSet, HashMap) from the type PDETextHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDependency.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDependency.java
 (at line 18)
import org.eclipse.pde.internal.core.XMLPrintHandler;
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDependency.java
 (at line 19)
import org.eclipse.pde.internal.core.util.PDETextHelper;
Discouraged access: The type PDETextHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDependency.java
 (at line 124)
buffer.append(XMLPrintHandler.wrapAttribute(ATTRIBUTE_TASK,
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDependency.java
 (at line 124)
buffer.append(XMLPrintHandler.wrapAttribute(ATTRIBUTE_TASK, PDETextHelper.translateWriteText(fFieldTask.trim(), DEFAULT_SUBSTITUTE_CHARS)));
Discouraged access: The method wrapAttribute(String, String) from the type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDependency.java
 (at line 125)
PDETextHelper.translateWriteText(fFieldTask.trim(),
Discouraged access: The type PDETextHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDependency.java
 (at line 125)
PDETextHelper.translateWriteText(fFieldTask.trim(), DEFAULT_SUBSTITUTE_CHARS)));
Discouraged access: The method translateWriteText(String, HashMap) from the type PDETextHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModel.java : 15 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModel.java
 (at line 22)
import org.eclipse.pde.internal.core.AbstractModel;
Discouraged access: The type AbstractModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModel.java
 (at line 23)
import org.eclipse.pde.internal.core.PDECore;
Discouraged access: The type PDECore is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModel.java
 (at line 24)
import org.eclipse.pde.internal.core.XMLDefaultHandler;
Discouraged access: The type XMLDefaultHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModel.java
 (at line 31)
public class CompCSModel extends AbstractModel implements ICompCSModel {
Discouraged access: The type AbstractModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModel.java
 (at line 111)
SAXParser parser = getSaxParser();
Discouraged access: The method getSaxParser() from the type AbstractModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModel.java
 (at line 112)
XMLDefaultHandler handler = new XMLDefaultHandler();
Discouraged access: The type XMLDefaultHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModel.java
 (at line 112)
XMLDefaultHandler handler = new XMLDefaultHandler();
Discouraged access: The constructor XMLDefaultHandler() is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModel.java
 (at line 112)
XMLDefaultHandler handler = new XMLDefaultHandler();
Discouraged access: The type XMLDefaultHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModel.java
 (at line 114)
if (handler.isPrepared()) {
Discouraged access: The method isPrepared() from the type XMLDefaultHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModel.java
 (at line 115)
processDocument(handler.getDocument());
Discouraged access: The method getDocument() from the type XMLDefaultHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModel.java
 (at line 116)
setLoaded(true);
Discouraged access: The method setLoaded(boolean) from the type AbstractModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
12. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModel.java
 (at line 119)
setException(e);
Discouraged access: The method setException(Exception) from the type AbstractModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
13. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModel.java
 (at line 120)
PDECore.logException(e);
Discouraged access: The type PDECore is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
14. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModel.java
 (at line 120)
PDECore.logException(e);
Discouraged access: The method logException(Throwable) from the type PDECore is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
15. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModel.java
 (at line 142)
fireModelChanged(new ModelChangedEvent(this, IModelChangedEvent.WORLD_CHANGED, new Object[] { fCompCS }, null));
Discouraged access: The method fireModelChanged(IModelChangedEvent) from the type AbstractModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSObject.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSObject.java
 (at line 24)
import org.eclipse.pde.internal.core.XMLPrintHandler;
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSObject.java
 (at line 178)
XMLPrintHandler.printBeginElement(writer, buffer.toString(),
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSObject.java
 (at line 178)
XMLPrintHandler.printBeginElement(writer, buffer.toString(), indent, false);
Discouraged access: The method printBeginElement(Writer, String, String, boolean) from the type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSObject.java
 (at line 183)
XMLPrintHandler.printEndElement(writer, getElement(), indent);
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSObject.java
 (at line 183)
XMLPrintHandler.printEndElement(writer, getElement(), indent);
Discouraged access: The method printEndElement(Writer, String, String) from the type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSParam.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSParam.java
 (at line 18)
import org.eclipse.pde.internal.core.XMLPrintHandler;
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSParam.java
 (at line 19)
import org.eclipse.pde.internal.core.util.PDETextHelper;
Discouraged access: The type PDETextHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSParam.java
 (at line 133)
buffer.append(XMLPrintHandler.wrapAttribute(ATTRIBUTE_NAME,
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSParam.java
 (at line 133)
buffer.append(XMLPrintHandler.wrapAttribute(ATTRIBUTE_NAME, fFieldName));
Discouraged access: The method wrapAttribute(String, String) from the type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSParam.java
 (at line 140)
buffer.append(XMLPrintHandler.wrapAttribute(ATTRIBUTE_VALUE,
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSParam.java
 (at line 140)
buffer.append(XMLPrintHandler.wrapAttribute(ATTRIBUTE_VALUE, PDETextHelper.translateWriteText(fFieldValue.trim(), DEFAULT_SUBSTITUTE_CHARS)));
Discouraged access: The method wrapAttribute(String, String) from the type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSParam.java
 (at line 141)
PDETextHelper.translateWriteText(fFieldValue.trim(),
Discouraged access: The type PDETextHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSParam.java
 (at line 141)
PDETextHelper.translateWriteText(fFieldValue.trim(), DEFAULT_SUBSTITUTE_CHARS)));
Discouraged access: The method translateWriteText(String, HashMap) from the type PDETextHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTask.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTask.java
 (at line 21)
import org.eclipse.pde.internal.core.XMLPrintHandler;
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTask.java
 (at line 169)
String newIndent = indent + XMLPrintHandler.XML_INDENT;
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTask.java
 (at line 169)
String newIndent = indent + XMLPrintHandler.XML_INDENT;
Discouraged access: The field XML_INDENT from the type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskGroup.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskGroup.java
 (at line 20)
import org.eclipse.pde.internal.core.XMLPrintHandler;
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskGroup.java
 (at line 273)
String newIndent = indent + XMLPrintHandler.XML_INDENT;
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskGroup.java
 (at line 273)
String newIndent = indent + XMLPrintHandler.XML_INDENT;
Discouraged access: The field XML_INDENT from the type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java : 16 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java
 (at line 20)
import org.eclipse.pde.internal.core.XMLPrintHandler;
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java
 (at line 21)
import org.eclipse.pde.internal.core.util.PDETextHelper;
Discouraged access: The type PDETextHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java
 (at line 338)
buffer.append(XMLPrintHandler.wrapAttribute(ATTRIBUTE_ID,
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java
 (at line 338)
buffer.append(XMLPrintHandler.wrapAttribute(ATTRIBUTE_ID, PDETextHelper.translateWriteText(fFieldId.trim(), DEFAULT_SUBSTITUTE_CHARS)));
Discouraged access: The method wrapAttribute(String, String) from the type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java
 (at line 339)
PDETextHelper.translateWriteText(fFieldId.trim(),
Discouraged access: The type PDETextHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java
 (at line 339)
PDETextHelper.translateWriteText(fFieldId.trim(), DEFAULT_SUBSTITUTE_CHARS)));
Discouraged access: The method translateWriteText(String, HashMap) from the type PDETextHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java
 (at line 346)
buffer.append(XMLPrintHandler.wrapAttribute(ATTRIBUTE_KIND,
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java
 (at line 346)
buffer.append(XMLPrintHandler.wrapAttribute(ATTRIBUTE_KIND, fFieldKind));
Discouraged access: The method wrapAttribute(String, String) from the type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java
 (at line 353)
buffer.append(XMLPrintHandler.wrapAttribute(ATTRIBUTE_NAME,
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java
 (at line 353)
buffer.append(XMLPrintHandler.wrapAttribute(ATTRIBUTE_NAME, PDETextHelper.translateWriteText(fFieldName.trim(), DEFAULT_SUBSTITUTE_CHARS)));
Discouraged access: The method wrapAttribute(String, String) from the type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java
 (at line 354)
PDETextHelper.translateWriteText(fFieldName.trim(),
Discouraged access: The type PDETextHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
12. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java
 (at line 354)
PDETextHelper.translateWriteText(fFieldName.trim(), DEFAULT_SUBSTITUTE_CHARS)));
Discouraged access: The method translateWriteText(String, HashMap) from the type PDETextHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
13. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java
 (at line 358)
buffer.append(XMLPrintHandler.wrapAttribute(ATTRIBUTE_SKIP,
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
14. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java
 (at line 358)
buffer.append(XMLPrintHandler.wrapAttribute(ATTRIBUTE_SKIP, new Boolean(fFieldSkip).toString()));
Discouraged access: The method wrapAttribute(String, String) from the type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
15. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java
 (at line 397)
String newIndent = indent + XMLPrintHandler.XML_INDENT;
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
16. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java
 (at line 397)
String newIndent = indent + XMLPrintHandler.XML_INDENT;
Discouraged access: The field XML_INDENT from the type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSWorkspaceModel.java : 10 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSWorkspaceModel.java
 (at line 26)
import org.eclipse.pde.internal.core.IWorkspaceModel;
Discouraged access: The type IWorkspaceModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSWorkspaceModel.java
 (at line 27)
import org.eclipse.pde.internal.core.PDECore;
Discouraged access: The type PDECore is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSWorkspaceModel.java
 (at line 30)
IWorkspaceModel {
Discouraged access: The type IWorkspaceModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSWorkspaceModel.java
 (at line 68)
PDECore.logException(e);
Discouraged access: The type PDECore is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSWorkspaceModel.java
 (at line 68)
PDECore.logException(e);
Discouraged access: The method logException(Throwable) from the type PDECore is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSWorkspaceModel.java
 (at line 80)
setLoaded(true);
Discouraged access: The method setLoaded(boolean) from the type AbstractModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSWorkspaceModel.java
 (at line 106)
if (isLoaded()) {
Discouraged access: The method isLoaded() from the type AbstractModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSWorkspaceModel.java
 (at line 130)
super.fireModelChanged(event);
Discouraged access: The method fireModelChanged(IModelChangedEvent) from the type AbstractModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSWorkspaceModel.java
 (at line 169)
return isInSync(path.toFile());
Discouraged access: The method isInSync(File) from the type AbstractModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSWorkspaceModel.java
 (at line 188)
setLoaded(true);
Discouraged access: The method setLoaded(boolean) from the type AbstractModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSDocumentTextNode.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSDocumentTextNode.java
 (at line 17)
import org.eclipse.pde.internal.core.util.PDETextHelper;
Discouraged access: The type PDETextHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSDocumentTextNode.java
 (at line 45)
return PDETextHelper.translateWriteText(content, TAG_EXCEPTIONS,
Discouraged access: The type PDETextHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSDocumentTextNode.java
 (at line 45)
return PDETextHelper.translateWriteText(content, TAG_EXCEPTIONS, SUBSTITUTE_CHARS);
Discouraged access: The method translateWriteText(String, HashSet, HashMap) from the type PDETextHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSIntro.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSIntro.java
 (at line 17)
import org.eclipse.pde.internal.core.PDECoreMessages;
Discouraged access: The type PDECoreMessages is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSIntro.java
 (at line 118)
return PDECoreMessages.SimpleCSIntro_0;
Discouraged access: The type PDECoreMessages is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSIntro.java
 (at line 118)
return PDECoreMessages.SimpleCSIntro_0;
Discouraged access: The field SimpleCSIntro_0 from the type PDECoreMessages is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSModel.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSModel.java
 (at line 17)
import org.eclipse.pde.internal.core.NLResourceHelper;
Discouraged access: The type NLResourceHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSModel.java
 (at line 66)
protected NLResourceHelper createNLResourceHelper() {
Discouraged access: The type NLResourceHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSObject.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSObject.java
 (at line 17)
import org.eclipse.pde.internal.core.plugin.IWritableDelimiter;
Discouraged access: The type IWritableDelimiter is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSObject.java
 (at line 27)
ISimpleCSObject, IWritableDelimiter {
Discouraged access: The type IWritableDelimiter is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpDescriptionTextNode.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpDescriptionTextNode.java
 (at line 17)
import org.eclipse.pde.internal.core.util.PDETextHelper;
Discouraged access: The type PDETextHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpDescriptionTextNode.java
 (at line 41)
return PDETextHelper.translateWriteText(content, TAG_EXCEPTIONS,
Discouraged access: The type PDETextHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpDescriptionTextNode.java
 (at line 41)
return PDETextHelper.translateWriteText(content, TAG_EXCEPTIONS, SUBSTITUTE_CHARS);
Discouraged access: The method translateWriteText(String, HashSet, HashMap) from the type PDETextHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpModel.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpModel.java
 (at line 16)
import org.eclipse.pde.internal.core.NLResourceHelper;
Discouraged access: The type NLResourceHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpModel.java
 (at line 59)
protected NLResourceHelper createNLResourceHelper() {
Discouraged access: The type NLResourceHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ua/core/toc/text/TocModel.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/core/toc/text/TocModel.java
 (at line 17)
import org.eclipse.pde.internal.core.NLResourceHelper;
Discouraged access: The type NLResourceHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/core/toc/text/TocModel.java
 (at line 63)
protected NLResourceHelper createNLResourceHelper() {
Discouraged access: The type NLResourceHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
Title: Compiler log for org.eclipse.jdt.apt.ui_3.3.100.v20080407-1345

Compiler log for org.eclipse.jdt.apt.ui_3.3.100.v20080407-1345 : @dot.xml

TOTAL : ERRORS: 11, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java : 6 errors :

1. ERROR in /src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java
 (at line 34)
import org.eclipse.jdt.internal.ui.util.PixelConverter;
The import org.eclipse.jdt.internal.ui.util.PixelConverter cannot be resolved
2. ERROR in /src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java
 (at line 89)
private PixelConverter fPixelConverter;
PixelConverter cannot be resolved to a type
3. ERROR in /src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java
 (at line 292)
fPixelConverter= new PixelConverter(parent);
PixelConverter cannot be resolved to a type
4. ERROR in /src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java
 (at line 292)
fPixelConverter= new PixelConverter(parent);
PixelConverter cannot be resolved to a type
5. ERROR in /src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java
 (at line 293)
int indent= fPixelConverter.convertWidthInCharsToPixels(4);
PixelConverter cannot be resolved to a type
6. ERROR in /src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java
 (at line 328)
gdLabel.widthHint= fPixelConverter.convertWidthInCharsToPixels(60);
PixelConverter cannot be resolved to a type

/src/org/eclipse/jdt/apt/ui/internal/preferences/FactoryPathConfigurationBlock.java : 5 errors :

1. ERROR in /src/org/eclipse/jdt/apt/ui/internal/preferences/FactoryPathConfigurationBlock.java
 (at line 36)
import org.eclipse.jdt.internal.ui.util.PixelConverter;
The import org.eclipse.jdt.internal.ui.util.PixelConverter cannot be resolved
2. ERROR in /src/org/eclipse/jdt/apt/ui/internal/preferences/FactoryPathConfigurationBlock.java
 (at line 194)
private PixelConverter fPixelConverter;
PixelConverter cannot be resolved to a type
3. ERROR in /src/org/eclipse/jdt/apt/ui/internal/preferences/FactoryPathConfigurationBlock.java
 (at line 364)
fPixelConverter= new PixelConverter(parent);
PixelConverter cannot be resolved to a type
4. ERROR in /src/org/eclipse/jdt/apt/ui/internal/preferences/FactoryPathConfigurationBlock.java
 (at line 364)
fPixelConverter= new PixelConverter(parent);
PixelConverter cannot be resolved to a type
5. ERROR in /src/org/eclipse/jdt/apt/ui/internal/preferences/FactoryPathConfigurationBlock.java
 (at line 378)
int buttonBarWidth= fPixelConverter.convertWidthInCharsToPixels(24);
PixelConverter 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.pde.ds.tests_1.0.0.v20090308-2000

Compiler log for org.eclipse.pde.ds.tests_1.0.0.v20090308-2000 : @dot.xml

TOTAL : ERRORS: 2, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/pde/internal/ds/tests/AbstractDSModelTestCase.java : 2 errors :

1. ERROR in /src/org/eclipse/pde/internal/ds/tests/AbstractDSModelTestCase.java
 (at line 19)
import org.eclipse.pde.internal.core.text.plugin.XMLTextChangeListener;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ds/tests/AbstractDSModelTestCase.java
 (at line 55)
fListener = new XMLTextChangeListener(fModel.getDocument());
XMLTextChangeListener 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.pde.ua.ui_1.0.0.v20090209-1600

Compiler log for org.eclipse.pde.ua.ui_1.0.0.v20090209-1600 : @dot.xml

TOTAL : ERRORS: 24, WARNINGS: 949

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java : 8 errors :

1. ERROR in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 40)
import org.eclipse.pde.internal.core.text.bundle.BundleSymbolicNameHeader;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 41)
import org.eclipse.pde.internal.core.text.bundle.RequireBundleHeader;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 423)
if (header instanceof BundleSymbolicNameHeader) {
BundleSymbolicNameHeader cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 424)
BundleSymbolicNameHeader symbolic = (BundleSymbolicNameHeader) header;
BundleSymbolicNameHeader cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 424)
BundleSymbolicNameHeader symbolic = (BundleSymbolicNameHeader) header;
BundleSymbolicNameHeader cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 434)
if (header instanceof RequireBundleHeader) {
RequireBundleHeader cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 435)
RequireBundleHeader require = (RequireBundleHeader) header;
RequireBundleHeader cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 435)
RequireBundleHeader require = (RequireBundleHeader) header;
RequireBundleHeader cannot be resolved to a type

/src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java : 8 errors :

1. ERROR in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 39)
import org.eclipse.pde.internal.core.text.bundle.BundleSymbolicNameHeader;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 40)
import org.eclipse.pde.internal.core.text.bundle.RequireBundleHeader;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 168)
if (header instanceof BundleSymbolicNameHeader) {
BundleSymbolicNameHeader cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 169)
BundleSymbolicNameHeader symbolic = (BundleSymbolicNameHeader) header;
BundleSymbolicNameHeader cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 169)
BundleSymbolicNameHeader symbolic = (BundleSymbolicNameHeader) header;
BundleSymbolicNameHeader cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 179)
if (header instanceof RequireBundleHeader) {
RequireBundleHeader cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 180)
RequireBundleHeader require = (RequireBundleHeader) header;
RequireBundleHeader cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 180)
RequireBundleHeader require = (RequireBundleHeader) header;
RequireBundleHeader cannot be resolved to a type

/src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java : 8 errors :

1. ERROR in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 40)
import org.eclipse.pde.internal.core.text.bundle.BundleSymbolicNameHeader;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 41)
import org.eclipse.pde.internal.core.text.bundle.RequireBundleHeader;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 359)
if (header instanceof BundleSymbolicNameHeader) {
BundleSymbolicNameHeader cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 360)
BundleSymbolicNameHeader symbolic = (BundleSymbolicNameHeader) header;
BundleSymbolicNameHeader cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 360)
BundleSymbolicNameHeader symbolic = (BundleSymbolicNameHeader) header;
BundleSymbolicNameHeader cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 370)
if (header instanceof RequireBundleHeader) {
RequireBundleHeader cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 371)
RequireBundleHeader require = (RequireBundleHeader) header;
RequireBundleHeader cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 371)
RequireBundleHeader require = (RequireBundleHeader) header;
RequireBundleHeader 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/ua/ui/PDEUserAssistanceLabelProvider.java : 30 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/PDEUserAssistanceLabelProvider.java
 (at line 22)
import org.eclipse.pde.internal.ui.util.SharedLabelProvider;
Discouraged access: The type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/PDEUserAssistanceLabelProvider.java
 (at line 25)
public class PDEUserAssistanceLabelProvider extends SharedLabelProvider {
Discouraged access: The type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/PDEUserAssistanceLabelProvider.java
 (at line 100)
return get(PDEUserAssistanceUIPluginImages.DESC_CSITEM_OBJ);
Discouraged access: The method get(ImageDescriptor) from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/PDEUserAssistanceLabelProvider.java
 (at line 102)
return get(PDEUserAssistanceUIPluginImages.DESC_CSSUBITEM_OBJ);
Discouraged access: The method get(ImageDescriptor) from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/PDEUserAssistanceLabelProvider.java
 (at line 104)
return get(PDEUserAssistanceUIPluginImages.DESC_CSUNSUPPORTED_OBJ);
Discouraged access: The method get(ImageDescriptor) from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/PDEUserAssistanceLabelProvider.java
 (at line 106)
return get(PDEUserAssistanceUIPluginImages.DESC_CSUNSUPPORTED_OBJ);
Discouraged access: The method get(ImageDescriptor) from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/PDEUserAssistanceLabelProvider.java
 (at line 108)
return get(PDEUserAssistanceUIPluginImages.DESC_SIMPLECS_OBJ);
Discouraged access: The method get(ImageDescriptor) from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/PDEUserAssistanceLabelProvider.java
 (at line 110)
return get(PDEUserAssistanceUIPluginImages.DESC_CSINTRO_OBJ);
Discouraged access: The method get(ImageDescriptor) from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/ui/PDEUserAssistanceLabelProvider.java
 (at line 112)
return get(PDEUserAssistanceUIPluginImages.DESC_CSUNSUPPORTED_OBJ);
Discouraged access: The method get(ImageDescriptor) from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/ui/PDEUserAssistanceLabelProvider.java
 (at line 114)
return get(PDEUserAssistanceUIPluginImages.DESC_SIMPLECS_OBJ, F_ERROR);
Discouraged access: The method get(ImageDescriptor, int) from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/ui/PDEUserAssistanceLabelProvider.java
 (at line 114)
return get(PDEUserAssistanceUIPluginImages.DESC_SIMPLECS_OBJ, F_ERROR);
Discouraged access: The field F_ERROR from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
12. WARNING in /src/org/eclipse/pde/internal/ua/ui/PDEUserAssistanceLabelProvider.java
 (at line 123)
return get(PDEUserAssistanceUIPluginImages.DESC_SIMPLECS_OBJ);
Discouraged access: The method get(ImageDescriptor) from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
13. WARNING in /src/org/eclipse/pde/internal/ua/ui/PDEUserAssistanceLabelProvider.java
 (at line 125)
return get(PDEUserAssistanceUIPluginImages.DESC_CSTASKGROUP_OBJ);
Discouraged access: The method get(ImageDescriptor) from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
14. WARNING in /src/org/eclipse/pde/internal/ua/ui/PDEUserAssistanceLabelProvider.java
 (at line 127)
return get(PDEUserAssistanceUIPluginImages.DESC_COMPCS_OBJ);
Discouraged access: The method get(ImageDescriptor) from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
15. WARNING in /src/org/eclipse/pde/internal/ua/ui/PDEUserAssistanceLabelProvider.java
 (at line 129)
return get(PDEUserAssistanceUIPluginImages.DESC_SIMPLECS_OBJ, F_ERROR);
Discouraged access: The method get(ImageDescriptor, int) from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
16. WARNING in /src/org/eclipse/pde/internal/ua/ui/PDEUserAssistanceLabelProvider.java
 (at line 129)
return get(PDEUserAssistanceUIPluginImages.DESC_SIMPLECS_OBJ, F_ERROR);
Discouraged access: The field F_ERROR from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
17. WARNING in /src/org/eclipse/pde/internal/ua/ui/PDEUserAssistanceLabelProvider.java
 (at line 138)
return get(PDEUserAssistanceUIPluginImages.DESC_TOC_OBJ);
Discouraged access: The method get(ImageDescriptor) from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
18. WARNING in /src/org/eclipse/pde/internal/ua/ui/PDEUserAssistanceLabelProvider.java
 (at line 142)
return get(PDEUserAssistanceUIPluginImages.DESC_TOC_LEAFTOPIC_OBJ);
Discouraged access: The method get(ImageDescriptor) from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
19. WARNING in /src/org/eclipse/pde/internal/ua/ui/PDEUserAssistanceLabelProvider.java
 (at line 145)
return get(PDEUserAssistanceUIPluginImages.DESC_TOC_TOPIC_OBJ);
Discouraged access: The method get(ImageDescriptor) from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
20. WARNING in /src/org/eclipse/pde/internal/ua/ui/PDEUserAssistanceLabelProvider.java
 (at line 148)
return get(PDEUserAssistanceUIPluginImages.DESC_TOC_LINK_OBJ);
Discouraged access: The method get(ImageDescriptor) from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
21. WARNING in /src/org/eclipse/pde/internal/ua/ui/PDEUserAssistanceLabelProvider.java
 (at line 151)
return get(PDEUserAssistanceUIPluginImages.DESC_TOC_ANCHOR_OBJ);
Discouraged access: The method get(ImageDescriptor) from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
22. WARNING in /src/org/eclipse/pde/internal/ua/ui/PDEUserAssistanceLabelProvider.java
 (at line 154)
return get(PDEUserAssistanceUIPluginImages.DESC_SIMPLECS_OBJ, F_ERROR);
Discouraged access: The method get(ImageDescriptor, int) from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
23. WARNING in /src/org/eclipse/pde/internal/ua/ui/PDEUserAssistanceLabelProvider.java
 (at line 154)
return get(PDEUserAssistanceUIPluginImages.DESC_SIMPLECS_OBJ, F_ERROR);
Discouraged access: The field F_ERROR from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
24. WARNING in /src/org/eclipse/pde/internal/ua/ui/PDEUserAssistanceLabelProvider.java
 (at line 164)
return get(PDEUserAssistanceUIPluginImages.DESC_TOC_OBJ);
Discouraged access: The method get(ImageDescriptor) from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
25. WARNING in /src/org/eclipse/pde/internal/ua/ui/PDEUserAssistanceLabelProvider.java
 (at line 167)
return get(PDEUserAssistanceUIPluginImages.DESC_CTXHELP_CONTEXT_OBJ);
Discouraged access: The method get(ImageDescriptor) from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
26. WARNING in /src/org/eclipse/pde/internal/ua/ui/PDEUserAssistanceLabelProvider.java
 (at line 170)
return get(PDEUserAssistanceUIPluginImages.DESC_CTXHELP_DESC_OBJ);
Discouraged access: The method get(ImageDescriptor) from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
27. WARNING in /src/org/eclipse/pde/internal/ua/ui/PDEUserAssistanceLabelProvider.java
 (at line 173)
return get(PDEUserAssistanceUIPluginImages.DESC_TOC_LEAFTOPIC_OBJ);
Discouraged access: The method get(ImageDescriptor) from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
28. WARNING in /src/org/eclipse/pde/internal/ua/ui/PDEUserAssistanceLabelProvider.java
 (at line 176)
return get(PDEUserAssistanceUIPluginImages.DESC_CTXHELP_COMMAND_OBJ);
Discouraged access: The method get(ImageDescriptor) from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
29. WARNING in /src/org/eclipse/pde/internal/ua/ui/PDEUserAssistanceLabelProvider.java
 (at line 179)
return get(PDEUserAssistanceUIPluginImages.DESC_SIMPLECS_OBJ, F_ERROR);
Discouraged access: The method get(ImageDescriptor, int) from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
30. WARNING in /src/org/eclipse/pde/internal/ua/ui/PDEUserAssistanceLabelProvider.java
 (at line 179)
return get(PDEUserAssistanceUIPluginImages.DESC_SIMPLECS_OBJ, F_ERROR);
Discouraged access: The field F_ERROR from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSEditor.java : 14 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSEditor.java
 (at line 23)
import org.eclipse.pde.internal.ui.editor.context.InputContext;
Discouraged access: The type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSEditor.java
 (at line 24)
import org.eclipse.pde.internal.ui.editor.context.InputContextManager;
Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSEditor.java
 (at line 83)
protected InputContextManager createInputContextManager() {
Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSEditor.java
 (at line 90)
protected void createResourceContexts(InputContextManager contexts, IFileEditorInput input) {
Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSEditor.java
 (at line 91)
contexts.putContext(input, new CompCSInputContext(this, input, true));
Discouraged access: The method putContext(IEditorInput, InputContext) from the type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSEditor.java
 (at line 92)
contexts.monitorFile(input.getFile());
Discouraged access: The method monitorFile(IFile) from the type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSEditor.java
 (at line 98)
protected void createStorageContexts(InputContextManager contexts, IStorageEditorInput input) {
Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSEditor.java
 (at line 99)
contexts.putContext(input, new CompCSInputContext(this, input, true));
Discouraged access: The method putContext(IEditorInput, InputContext) from the type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSEditor.java
 (at line 105)
protected void createSystemFileContexts(InputContextManager contexts, FileStoreEditorInput input) {
Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSEditor.java
 (at line 109)
contexts.putContext(in, new CompCSInputContext(this, in, true));
Discouraged access: The method putContext(IEditorInput, InputContext) from the type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSEditor.java
 (at line 118)
public void editorContextAdded(InputContext context) {
Discouraged access: The type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
12. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSEditor.java
 (at line 125)
protected InputContext getInputContext(Object object) {
Discouraged access: The type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
13. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSEditor.java
 (at line 126)
return fInputContextManager.findContext(CompCSInputContext.CONTEXT_ID);
Discouraged access: The method findContext(String) from the type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
14. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSEditor.java
 (at line 132)
public void contextRemoved(InputContext context) {
Discouraged access: The type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSInputContext.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSInputContext.java
 (at line 28)
import org.eclipse.pde.internal.ui.editor.context.UTF8InputContext;
Discouraged access: The type UTF8InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSInputContext.java
 (at line 37)
public class CompCSInputContext extends UTF8InputContext {
Discouraged access: The type UTF8InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSInputContext.java
 (at line 47)
super(editor, input, primary);
Discouraged access: The constructor UTF8InputContext(PDEFormEditor, IEditorInput, boolean) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSInputContext.java
 (at line 48)
create();
Discouraged access: The method create() from the type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSInputContext.java
 (at line 100)
if ((getModel() instanceof IEditable) == false) {
Discouraged access: The method getModel() from the type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSInputContext.java
 (at line 103)
IEditable editableModel = (IEditable) getModel();
Discouraged access: The method getModel() from the type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSInputContextManager.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSInputContextManager.java
 (at line 16)
import org.eclipse.pde.internal.ui.editor.context.InputContext;
Discouraged access: The type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSInputContextManager.java
 (at line 17)
import org.eclipse.pde.internal.ui.editor.context.InputContextManager;
Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSInputContextManager.java
 (at line 22)
public class CompCSInputContextManager extends InputContextManager {
Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSInputContextManager.java
 (at line 28)
super(editor);
Discouraged access: The constructor InputContextManager(PDEFormEditor) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSInputContextManager.java
 (at line 35)
InputContext context = findContext(CompCSInputContext.CONTEXT_ID);
Discouraged access: The type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSInputContextManager.java
 (at line 35)
InputContext context = findContext(CompCSInputContext.CONTEXT_ID);
Discouraged access: The method findContext(String) from the type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSInputContextManager.java
 (at line 39)
return context.getModel();
Discouraged access: The method getModel() from the type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSMasterTreeSection.java : 19 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSMasterTreeSection.java
 (at line 38)
import org.eclipse.pde.internal.ui.editor.actions.CollapseAction;
Discouraged access: The type CollapseAction is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSMasterTreeSection.java
 (at line 39)
import org.eclipse.pde.internal.ui.parts.TreePart;
Discouraged access: The type TreePart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSMasterTreeSection.java
 (at line 82)
private CollapseAction fCollapseAction;
Discouraged access: The type CollapseAction is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSMasterTreeSection.java
 (at line 130)
TreePart treePart = getTreePart();
Discouraged access: The type TreePart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSMasterTreeSection.java
 (at line 132)
fTreeViewer = treePart.getTreeViewer();
Discouraged access: The method getTreeViewer() from the type TreePart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSMasterTreeSection.java
 (at line 135)
PDEUserAssistanceUIPlugin.getDefault().getLabelProvider().connect(this);
Discouraged access: The method connect(Object) from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSMasterTreeSection.java
 (at line 178)
getTreePart().setButtonEnabled(F_BUTTON_ADD_TASK, addFlag);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSMasterTreeSection.java
 (at line 179)
getTreePart().setButtonEnabled(F_BUTTON_ADD_GROUP, addFlag);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSMasterTreeSection.java
 (at line 182)
getTreePart().setButtonEnabled(F_BUTTON_REMOVE, false);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSMasterTreeSection.java
 (at line 184)
getTreePart().setButtonEnabled(F_BUTTON_UP, false);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSMasterTreeSection.java
 (at line 186)
getTreePart().setButtonEnabled(F_BUTTON_DOWN, false);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
12. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSMasterTreeSection.java
 (at line 218)
fCollapseAction = new CollapseAction(fTreeViewer, Messages.CompCSMasterTreeSection_collapseAll, 1, fModel.getCompCS());
Discouraged access: The constructor CollapseAction(AbstractTreeViewer, String, int, Object) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
13. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSMasterTreeSection.java
 (at line 218)
fCollapseAction = new CollapseAction(fTreeViewer, Messages.CompCSMasterTreeSection_collapseAll, 1, fModel.getCompCS());
Discouraged access: The type CollapseAction is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
14. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSMasterTreeSection.java
 (at line 297)
getTreePart().setButtonEnabled(F_BUTTON_ADD_TASK, canAddTask);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
15. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSMasterTreeSection.java
 (at line 298)
getTreePart().setButtonEnabled(F_BUTTON_ADD_GROUP, canAddGroup);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
16. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSMasterTreeSection.java
 (at line 299)
getTreePart().setButtonEnabled(F_BUTTON_REMOVE, canRemove);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
17. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSMasterTreeSection.java
 (at line 300)
getTreePart().setButtonEnabled(F_BUTTON_UP, canMoveUp);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
18. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSMasterTreeSection.java
 (at line 301)
getTreePart().setButtonEnabled(F_BUTTON_DOWN, canMoveDown);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
19. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSMasterTreeSection.java
 (at line 327)
getTreePart().setButtonEnabled(F_BUTTON_PREVIEW, flag);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSPage.java : 11 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSPage.java
 (at line 17)
import org.eclipse.pde.internal.core.AbstractModel;
Discouraged access: The type AbstractModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSPage.java
 (at line 25)
import org.eclipse.pde.internal.ui.IHelpContextIds;
Discouraged access: The type IHelpContextIds is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSPage.java
 (at line 26)
import org.eclipse.pde.internal.ui.IPDEUIConstants;
Discouraged access: The type IPDEUIConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSPage.java
 (at line 56)
return IPDEUIConstants.PLUGIN_DOC_ROOT + "guide/tools/editors/composite_cs_editor/editor.htm"; //$NON-NLS-1$
Discouraged access: The type IPDEUIConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSPage.java
 (at line 56)
return IPDEUIConstants.PLUGIN_DOC_ROOT + "guide/tools/editors/composite_cs_editor/editor.htm"; //$NON-NLS-1$
Discouraged access: The field PLUGIN_DOC_ROOT from the type IPDEUIConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSPage.java
 (at line 74)
if (model instanceof AbstractModel) {
Discouraged access: The type AbstractModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSPage.java
 (at line 75)
e = ((AbstractModel) model).getException();
Discouraged access: The method getException() from the type AbstractModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSPage.java
 (at line 75)
e = ((AbstractModel) model).getException();
Discouraged access: The type AbstractModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSPage.java
 (at line 84)
form.setImage(PDEUserAssistanceUIPlugin.getDefault().getLabelProvider().get(PDEUserAssistanceUIPluginImages.DESC_CHEATSHEET_OBJ));
Discouraged access: The method get(ImageDescriptor) from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSPage.java
 (at line 101)
PlatformUI.getWorkbench().getHelpSystem().setHelp(form.getBody(), IHelpContextIds.COMPOSITE_CS_EDITOR);
Discouraged access: The type IHelpContextIds is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSPage.java
 (at line 101)
PlatformUI.getWorkbench().getHelpSystem().setHelp(form.getBody(), IHelpContextIds.COMPOSITE_CS_EDITOR);
Discouraged access: The field COMPOSITE_CS_EDITOR from the type IHelpContextIds is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/actions/CompCSAddGroupAction.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/actions/CompCSAddGroupAction.java
 (at line 17)
import org.eclipse.pde.internal.ui.util.PDELabelUtility;
Discouraged access: The type PDELabelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/actions/CompCSAddGroupAction.java
 (at line 45)
String name = PDELabelUtility.generateName(getTaskObjectNames(parent), ActionsMessages.CompCSAddGroupAction_group);
Discouraged access: The type PDELabelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/actions/CompCSAddGroupAction.java
 (at line 45)
String name = PDELabelUtility.generateName(getTaskObjectNames(parent), ActionsMessages.CompCSAddGroupAction_group);
Discouraged access: The method generateName(String[], String) from the type PDELabelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/actions/CompCSAddTaskAction.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/actions/CompCSAddTaskAction.java
 (at line 18)
import org.eclipse.pde.internal.ui.util.PDELabelUtility;
Discouraged access: The type PDELabelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/actions/CompCSAddTaskAction.java
 (at line 46)
String name = PDELabelUtility.generateName(getTaskObjectNames(parent), ActionsMessages.CompCSAddTaskAction_task);
Discouraged access: The type PDELabelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/actions/CompCSAddTaskAction.java
 (at line 46)
String name = PDELabelUtility.generateName(getTaskObjectNames(parent), ActionsMessages.CompCSAddTaskAction_task);
Discouraged access: The method generateName(String[], String) from the type PDELabelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSDetails.java : 10 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSDetails.java
 (at line 20)
import org.eclipse.pde.internal.ui.parts.FormEntry;
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSDetails.java
 (at line 37)
private FormEntry fNameEntry;
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSDetails.java
 (at line 82)
fNameEntry = new FormEntry(parent, getManagedForm().getToolkit(), DetailsMessages.CompCSDetails_name, SWT.NONE);
Discouraged access: The constructor FormEntry(Composite, FormToolkit, String, int) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSDetails.java
 (at line 82)
fNameEntry = new FormEntry(parent, getManagedForm().getToolkit(), DetailsMessages.CompCSDetails_name, SWT.NONE);
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSDetails.java
 (at line 97)
fNameEntry.setFormEntryListener(new FormEntryAdapter(this) { public void textValueChanged(FormEntry entry) { // Ensure data object is defined if (fDataCheatSheet == null) { return; } fDataCheatSheet.setFieldName(fNameEntry.getValue()); } });
Discouraged access: The method setFormEntryListener(IFormEntryListener) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSDetails.java
 (at line 98)
public void textValueChanged(FormEntry entry) {
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSDetails.java
 (at line 103)
fDataCheatSheet.setFieldName(fNameEntry.getValue());
Discouraged access: The method getValue() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSDetails.java
 (at line 124)
fNameEntry.setValue(fDataCheatSheet.getFieldName(), true);
Discouraged access: The method setValue(String, boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSDetails.java
 (at line 125)
fNameEntry.setEditable(editable);
Discouraged access: The method setEditable(boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSDetails.java
 (at line 134)
fNameEntry.commit();
Discouraged access: The method commit() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSEnclosingTextDetails.java : 27 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSEnclosingTextDetails.java
 (at line 25)
import org.eclipse.pde.internal.ui.parts.PDESourceViewer;
Discouraged access: The type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSEnclosingTextDetails.java
 (at line 54)
private PDESourceViewer fIntroductionViewer;
Discouraged access: The type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSEnclosingTextDetails.java
 (at line 56)
private PDESourceViewer fConclusionViewer;
Discouraged access: The type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSEnclosingTextDetails.java
 (at line 195)
item.setImage(PDEUserAssistanceUIPlugin.getDefault().getLabelProvider().get(PDEUserAssistanceUIPluginImages.DESC_CSINTRO_OBJ));
Discouraged access: The method get(ImageDescriptor) from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSEnclosingTextDetails.java
 (at line 204)
item.setImage(PDEUserAssistanceUIPlugin.getDefault().getLabelProvider().get(PDEUserAssistanceUIPluginImages.DESC_CSCONCLUSION_OBJ));
Discouraged access: The method get(ImageDescriptor) from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSEnclosingTextDetails.java
 (at line 230)
fIntroductionViewer = new PDESourceViewer(getPage());
Discouraged access: The constructor PDESourceViewer(PDEFormPage) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSEnclosingTextDetails.java
 (at line 230)
fIntroductionViewer = new PDESourceViewer(getPage());
Discouraged access: The type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSEnclosingTextDetails.java
 (at line 231)
fIntroductionViewer.createUI(fIntroductionComposite, 60, 60);
Discouraged access: The method createUI(Composite, int, int) from the type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSEnclosingTextDetails.java
 (at line 245)
PDESourceViewer viewer = null;
Discouraged access: The type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSEnclosingTextDetails.java
 (at line 253)
return viewer.doGlobalAction(actionId);
Discouraged access: The method doGlobalAction(String) from the type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSEnclosingTextDetails.java
 (at line 268)
fConclusionViewer = new PDESourceViewer(getPage());
Discouraged access: The constructor PDESourceViewer(PDEFormPage) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
12. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSEnclosingTextDetails.java
 (at line 268)
fConclusionViewer = new PDESourceViewer(getPage());
Discouraged access: The type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
13. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSEnclosingTextDetails.java
 (at line 269)
fConclusionViewer.createUI(fConclusionComposite, 60, 60);
Discouraged access: The method createUI(Composite, int, int) from the type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
14. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSEnclosingTextDetails.java
 (at line 307)
fIntroductionViewer.createUIListeners();
Discouraged access: The method createUIListeners() from the type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
15. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSEnclosingTextDetails.java
 (at line 309)
fIntroductionViewer.getDocument().addDocumentListener(fIntroductionListener);
Discouraged access: The method getDocument() from the type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
16. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSEnclosingTextDetails.java
 (at line 316)
fConclusionViewer.createUIListeners();
Discouraged access: The method createUIListeners() from the type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
17. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSEnclosingTextDetails.java
 (at line 318)
fConclusionViewer.getDocument().addDocumentListener(fConclusionListener);
Discouraged access: The method getDocument() from the type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
18. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSEnclosingTextDetails.java
 (at line 384)
fIntroductionViewer.getDocument().set(intro.getFieldContent());
Discouraged access: The method getDocument() from the type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
19. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSEnclosingTextDetails.java
 (at line 386)
fIntroductionViewer.getDocument().set(""); //$NON-NLS-1$
Discouraged access: The method getDocument() from the type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
20. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSEnclosingTextDetails.java
 (at line 391)
fIntroductionViewer.getViewer().setEditable(editable);
Discouraged access: The method getViewer() from the type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
21. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSEnclosingTextDetails.java
 (at line 403)
fConclusionViewer.getDocument().set(conclusion.getFieldContent());
Discouraged access: The method getDocument() from the type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
22. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSEnclosingTextDetails.java
 (at line 405)
fConclusionViewer.getDocument().set(""); //$NON-NLS-1$
Discouraged access: The method getDocument() from the type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
23. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSEnclosingTextDetails.java
 (at line 410)
fConclusionViewer.getViewer().setEditable(editable);
Discouraged access: The method getViewer() from the type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
24. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSEnclosingTextDetails.java
 (at line 420)
fIntroductionViewer.unsetMenu();
Discouraged access: The method unsetMenu() from the type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
25. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSEnclosingTextDetails.java
 (at line 424)
fConclusionViewer.unsetMenu();
Discouraged access: The method unsetMenu() from the type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
26. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSEnclosingTextDetails.java
 (at line 437)
PDESourceViewer viewer = null;
Discouraged access: The type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
27. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSEnclosingTextDetails.java
 (at line 445)
return viewer.canPaste();
Discouraged access: The method canPaste() from the type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskDetails.java : 31 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskDetails.java
 (at line 37)
import org.eclipse.pde.internal.ui.PDEPlugin;
Discouraged access: The type PDEPlugin is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskDetails.java
 (at line 39)
import org.eclipse.pde.internal.ui.parts.FormEntry;
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskDetails.java
 (at line 40)
import org.eclipse.pde.internal.ui.util.FileExtensionFilter;
Discouraged access: The type FileExtensionFilter is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskDetails.java
 (at line 69)
private FormEntry fNameEntry;
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskDetails.java
 (at line 71)
private FormEntry fPathEntry;
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskDetails.java
 (at line 151)
fNameEntry = new FormEntry(parent, getManagedForm().getToolkit(), DetailsMessages.CompCSTaskDetails_name, SWT.NONE);
Discouraged access: The constructor FormEntry(Composite, FormToolkit, String, int) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskDetails.java
 (at line 151)
fNameEntry = new FormEntry(parent, getManagedForm().getToolkit(), DetailsMessages.CompCSTaskDetails_name, SWT.NONE);
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskDetails.java
 (at line 158)
fPathEntry = new FormEntry(parent, getManagedForm().getToolkit(), DetailsMessages.CompCSTaskDetails_path, DetailsMessages.CompCSTaskDetails_browse, isEditable());
Discouraged access: The constructor FormEntry(Composite, FormToolkit, String, String, boolean) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskDetails.java
 (at line 158)
fPathEntry = new FormEntry(parent, getManagedForm().getToolkit(), DetailsMessages.CompCSTaskDetails_path, DetailsMessages.CompCSTaskDetails_browse, isEditable());
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskDetails.java
 (at line 191)
fNameEntry.setFormEntryListener(new FormEntryAdapter(this) { public void textValueChanged(FormEntry entry) { // Ensure data object is defined if (fDataTask == null) { return; } fDataTask.setFieldName(fNameEntry.getValue()); } });
Discouraged access: The method setFormEntryListener(IFormEntryListener) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskDetails.java
 (at line 192)
public void textValueChanged(FormEntry entry) {
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
12. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskDetails.java
 (at line 197)
fDataTask.setFieldName(fNameEntry.getValue());
Discouraged access: The method getValue() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
13. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskDetails.java
 (at line 206)
fPathEntry.setFormEntryListener(new FormEntryAdapter(this) { public void browseButtonSelected(FormEntry entry) { // Ensure data object is defined if (fDataTask == null) { return; } handleButtonEventPathEntry(entry); } public void linkActivated(HyperlinkEvent e) { // Ensure data object is defined if (fDataTask == null) { return; } handleLinkEventPathEntry(convertPathRelativeToAbs(fPathEntry.getValue(), fDataTask.getModel().getUnderlyingResource().getFullPath().toPortableString())); } public void textValueChanged(FormEntry entry) { // Ensure data object is defined if (fDataTask == null) { return; } // TODO: MP: LOW: CompCS: Could validate manual input handleTextEventPathEntry(entry.getValue()); } });
Discouraged access: The method setFormEntryListener(IFormEntryListener) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
14. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskDetails.java
 (at line 207)
public void browseButtonSelected(FormEntry entry) {
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
15. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskDetails.java
 (at line 220)
handleLinkEventPathEntry(convertPathRelativeToAbs(fPathEntry.getValue(), fDataTask.getModel().getUnderlyingResource().getFullPath().toPortableString()));
Discouraged access: The method getValue() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
16. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskDetails.java
 (at line 223)
public void textValueChanged(FormEntry entry) {
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
17. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskDetails.java
 (at line 229)
handleTextEventPathEntry(entry.getValue());
Discouraged access: The method getValue() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
18. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskDetails.java
 (at line 237)
private void handleButtonEventPathEntry(FormEntry entry) {
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
19. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskDetails.java
 (at line 245)
dialog.addFilter(new FileExtensionFilter("xml")); //$NON-NLS-1$
Discouraged access: The constructor FileExtensionFilter(String) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
20. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskDetails.java
 (at line 245)
dialog.addFilter(new FileExtensionFilter("xml")); //$NON-NLS-1$
Discouraged access: The type FileExtensionFilter is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
21. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskDetails.java
 (at line 251)
entry.setValue(newValue);
Discouraged access: The method setValue(String) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
22. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskDetails.java
 (at line 347)
IWorkspaceRoot root = PDEPlugin.getWorkspace().getRoot();
Discouraged access: The type PDEPlugin is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
23. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskDetails.java
 (at line 347)
IWorkspaceRoot root = PDEPlugin.getWorkspace().getRoot();
Discouraged access: The method getWorkspace() from the type PDEPlugin is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
24. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskDetails.java
 (at line 388)
String initialValue = fPathEntry.getValue().trim();
Discouraged access: The method getValue() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
25. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskDetails.java
 (at line 399)
fPathEntry.setValue(newValue, true);
Discouraged access: The method setValue(String, boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
26. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskDetails.java
 (at line 520)
fNameEntry.setValue(fDataTask.getFieldName(), true);
Discouraged access: The method setValue(String, boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
27. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskDetails.java
 (at line 521)
fNameEntry.setEditable(editable);
Discouraged access: The method setEditable(boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
28. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskDetails.java
 (at line 530)
fPathEntry.setValue(parameter.getFieldValue(), true);
Discouraged access: The method setValue(String, boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
29. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskDetails.java
 (at line 532)
fPathEntry.setValue("", true); //$NON-NLS-1$
Discouraged access: The method setValue(String, boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
30. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskDetails.java
 (at line 550)
fNameEntry.commit();
Discouraged access: The method commit() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
31. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskDetails.java
 (at line 551)
fPathEntry.commit();
Discouraged access: The method commit() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskGroupDetails.java : 27 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskGroupDetails.java
 (at line 22)
import org.eclipse.pde.internal.ui.parts.ComboPart;
Discouraged access: The type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskGroupDetails.java
 (at line 23)
import org.eclipse.pde.internal.ui.parts.FormEntry;
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskGroupDetails.java
 (at line 46)
private FormEntry fNameEntry;
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskGroupDetails.java
 (at line 48)
private ComboPart fKindCombo;
Discouraged access: The type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskGroupDetails.java
 (at line 155)
fKindCombo = new ComboPart();
Discouraged access: The constructor ComboPart() is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskGroupDetails.java
 (at line 155)
fKindCombo = new ComboPart();
Discouraged access: The type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskGroupDetails.java
 (at line 156)
fKindCombo.createControl(parent, getToolkit(), SWT.READ_ONLY);
Discouraged access: The method createControl(Composite, FormToolkit, int) from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskGroupDetails.java
 (at line 161)
fKindCombo.getControl().setLayoutData(data);
Discouraged access: The method getControl() from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskGroupDetails.java
 (at line 162)
fKindCombo.add(F_KIND_VALUE_SET);
Discouraged access: The method add(String) from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskGroupDetails.java
 (at line 163)
fKindCombo.add(F_KIND_VALUE_SEQUENCE);
Discouraged access: The method add(String) from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskGroupDetails.java
 (at line 164)
fKindCombo.add(F_KIND_VALUE_CHOICE);
Discouraged access: The method add(String) from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
12. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskGroupDetails.java
 (at line 165)
fKindCombo.setText(F_KIND_VALUE_SET);
Discouraged access: The method setText(String) from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
13. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskGroupDetails.java
 (at line 166)
fKindCombo.getControl().setToolTipText(DetailsMessages.CompCSTaskGroupDetails_tooltip2);
Discouraged access: The method getControl() from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
14. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskGroupDetails.java
 (at line 173)
fNameEntry = new FormEntry(parent, getManagedForm().getToolkit(), DetailsMessages.CompCSTaskGroupDetails_name, SWT.NONE);
Discouraged access: The constructor FormEntry(Composite, FormToolkit, String, int) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
15. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskGroupDetails.java
 (at line 173)
fNameEntry = new FormEntry(parent, getManagedForm().getToolkit(), DetailsMessages.CompCSTaskGroupDetails_name, SWT.NONE);
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
16. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskGroupDetails.java
 (at line 194)
fNameEntry.setFormEntryListener(new FormEntryAdapter(this) { public void textValueChanged(FormEntry entry) { // Ensure data object is defined if (fDataTaskGroup == null) { return; } fDataTaskGroup.setFieldName(fNameEntry.getValue()); } });
Discouraged access: The method setFormEntryListener(IFormEntryListener) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
17. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskGroupDetails.java
 (at line 195)
public void textValueChanged(FormEntry entry) {
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
18. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskGroupDetails.java
 (at line 200)
fDataTaskGroup.setFieldName(fNameEntry.getValue());
Discouraged access: The method getValue() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
19. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskGroupDetails.java
 (at line 209)
fKindCombo.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { // Ensure data object is defined if (fDataTaskGroup == null) { return; } String selection = fKindCombo.getSelection(); if (selection.equals(F_KIND_VALUE_CHOICE)) { fDataTaskGroup.setFieldKind(ICompCSConstants.ATTRIBUTE_VALUE_CHOICE); } else if (selection.equals(F_KIND_VALUE_SEQUENCE)) { fDataTaskGroup.setFieldKind(ICompCSConstants.ATTRIBUTE_VALUE_SEQUENCE); } else if (selection.equals(F_KIND_VALUE_SET)) { fDataTaskGroup.setFieldKind(ICompCSConstants.ATTRIBUTE_VALUE_SET); } } });
Discouraged access: The method addSelectionListener(SelectionListener) from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
20. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskGroupDetails.java
 (at line 215)
String selection = fKindCombo.getSelection();
Discouraged access: The method getSelection() from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
21. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskGroupDetails.java
 (at line 265)
fNameEntry.setValue(fDataTaskGroup.getFieldName(), true);
Discouraged access: The method setValue(String, boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
22. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskGroupDetails.java
 (at line 266)
fNameEntry.setEditable(editable);
Discouraged access: The method setEditable(boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
23. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskGroupDetails.java
 (at line 278)
fKindCombo.setText(F_KIND_VALUE_SEQUENCE);
Discouraged access: The method setText(String) from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
24. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskGroupDetails.java
 (at line 280)
fKindCombo.setText(F_KIND_VALUE_CHOICE);
Discouraged access: The method setText(String) from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
25. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskGroupDetails.java
 (at line 282)
fKindCombo.setText(F_KIND_VALUE_SET);
Discouraged access: The method setText(String) from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
26. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskGroupDetails.java
 (at line 285)
fKindCombo.setEnabled(editable);
Discouraged access: The method setEnabled(boolean) from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
27. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskGroupDetails.java
 (at line 302)
fNameEntry.commit();
Discouraged access: The method commit() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSDefinitionPage.java : 11 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSDefinitionPage.java
 (at line 18)
import org.eclipse.pde.internal.core.AbstractModel;
Discouraged access: The type AbstractModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSDefinitionPage.java
 (at line 26)
import org.eclipse.pde.internal.ui.IHelpContextIds;
Discouraged access: The type IHelpContextIds is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSDefinitionPage.java
 (at line 27)
import org.eclipse.pde.internal.ui.IPDEUIConstants;
Discouraged access: The type IPDEUIConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSDefinitionPage.java
 (at line 61)
return IPDEUIConstants.PLUGIN_DOC_ROOT + "guide/tools/editors/simple_cs_editor/editor.htm"; //$NON-NLS-1$
Discouraged access: The type IPDEUIConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSDefinitionPage.java
 (at line 61)
return IPDEUIConstants.PLUGIN_DOC_ROOT + "guide/tools/editors/simple_cs_editor/editor.htm"; //$NON-NLS-1$
Discouraged access: The field PLUGIN_DOC_ROOT from the type IPDEUIConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSDefinitionPage.java
 (at line 77)
if (model instanceof AbstractModel) {
Discouraged access: The type AbstractModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSDefinitionPage.java
 (at line 78)
e = ((AbstractModel) model).getException();
Discouraged access: The method getException() from the type AbstractModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSDefinitionPage.java
 (at line 78)
e = ((AbstractModel) model).getException();
Discouraged access: The type AbstractModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSDefinitionPage.java
 (at line 87)
form.setImage(PDEUserAssistanceUIPlugin.getDefault().getLabelProvider().get(PDEUserAssistanceUIPluginImages.DESC_CHEATSHEET_OBJ));
Discouraged access: The method get(ImageDescriptor) from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSDefinitionPage.java
 (at line 104)
PlatformUI.getWorkbench().getHelpSystem().setHelp(form.getBody(), IHelpContextIds.SIMPLE_CS_EDITOR);
Discouraged access: The type IHelpContextIds is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSDefinitionPage.java
 (at line 104)
PlatformUI.getWorkbench().getHelpSystem().setHelp(form.getBody(), IHelpContextIds.SIMPLE_CS_EDITOR);
Discouraged access: The field SIMPLE_CS_EDITOR from the type IHelpContextIds is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSEditor.java : 15 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSEditor.java
 (at line 26)
import org.eclipse.pde.internal.ui.editor.context.InputContext;
Discouraged access: The type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSEditor.java
 (at line 27)
import org.eclipse.pde.internal.ui.editor.context.InputContextManager;
Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSEditor.java
 (at line 86)
protected InputContextManager createInputContextManager() {
Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSEditor.java
 (at line 93)
protected void createResourceContexts(InputContextManager contexts, IFileEditorInput input) {
Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSEditor.java
 (at line 94)
contexts.putContext(input, new SimpleCSInputContext(this, input, true));
Discouraged access: The method putContext(IEditorInput, InputContext) from the type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSEditor.java
 (at line 95)
contexts.monitorFile(input.getFile());
Discouraged access: The method monitorFile(IFile) from the type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSEditor.java
 (at line 101)
protected void createStorageContexts(InputContextManager contexts, IStorageEditorInput input) {
Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSEditor.java
 (at line 102)
contexts.putContext(input, new SimpleCSInputContext(this, input, true));
Discouraged access: The method putContext(IEditorInput, InputContext) from the type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSEditor.java
 (at line 108)
protected void createSystemFileContexts(InputContextManager contexts, FileStoreEditorInput input) {
Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSEditor.java
 (at line 112)
contexts.putContext(in, new SimpleCSInputContext(this, in, true));
Discouraged access: The method putContext(IEditorInput, InputContext) from the type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSEditor.java
 (at line 121)
public void editorContextAdded(InputContext context) {
Discouraged access: The type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
12. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSEditor.java
 (at line 123)
addSourcePage(context.getId());
Discouraged access: The method getId() from the type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
13. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSEditor.java
 (at line 129)
protected InputContext getInputContext(Object object) {
Discouraged access: The type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
14. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSEditor.java
 (at line 130)
return fInputContextManager.findContext(SimpleCSInputContext.CONTEXT_ID);
Discouraged access: The method findContext(String) from the type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
15. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSEditor.java
 (at line 136)
public void contextRemoved(InputContext context) {
Discouraged access: The type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSHyperlinkDetector.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSHyperlinkDetector.java
 (at line 26)
import org.eclipse.pde.internal.ui.editor.text.ResourceHyperlink;
Discouraged access: The type ResourceHyperlink is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSHyperlinkDetector.java
 (at line 76)
link[0] = new ResourceHyperlink(linkRegion, attributeValue, resource);
Discouraged access: The constructor ResourceHyperlink(IRegion, String, IResource) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSHyperlinkDetector.java
 (at line 76)
link[0] = new ResourceHyperlink(linkRegion, attributeValue, resource);
Discouraged access: The type ResourceHyperlink is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSHyperlinkDetector.java
 (at line 82)
link[0] = new ResourceHyperlink(linkRegion, attributeValue, resource);
Discouraged access: The constructor ResourceHyperlink(IRegion, String, IResource) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSHyperlinkDetector.java
 (at line 82)
link[0] = new ResourceHyperlink(linkRegion, attributeValue, resource);
Discouraged access: The type ResourceHyperlink is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSInputContext.java : 12 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSInputContext.java
 (at line 27)
import org.eclipse.pde.internal.ui.editor.context.XMLInputContext;
Discouraged access: The type XMLInputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSInputContext.java
 (at line 33)
public class SimpleCSInputContext extends XMLInputContext {
Discouraged access: The type XMLInputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSInputContext.java
 (at line 43)
super(editor, input, primary);
Discouraged access: The constructor XMLInputContext(PDEFormEditor, IEditorInput, boolean) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSInputContext.java
 (at line 44)
create();
Discouraged access: The method create() from the type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSInputContext.java
 (at line 58)
IDocument document = getDocumentProvider().getDocument(input);
Discouraged access: The method getDocumentProvider() from the type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSInputContext.java
 (at line 71)
model.setCharset(getDefaultCharset());
Discouraged access: The method getDefaultCharset() from the type UTF8InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSInputContext.java
 (at line 76)
model.setCharset(getDefaultCharset());
Discouraged access: The method getDefaultCharset() from the type UTF8InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSInputContext.java
 (at line 79)
model.setCharset(getDefaultCharset());
Discouraged access: The method getDefaultCharset() from the type UTF8InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSInputContext.java
 (at line 92)
fEditOperations.clear();
Discouraged access: The field fEditOperations from the type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSInputContext.java
 (at line 93)
fOperationTable.clear();
Discouraged access: The field fOperationTable from the type XMLInputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSInputContext.java
 (at line 94)
fMoveOperations.clear();
Discouraged access: The field fMoveOperations from the type XMLInputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
12. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSInputContext.java
 (at line 95)
AbstractEditingModel model = (AbstractEditingModel) getModel();
Discouraged access: The method getModel() from the type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSInputContextManager.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSInputContextManager.java
 (at line 16)
import org.eclipse.pde.internal.ui.editor.context.InputContext;
Discouraged access: The type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSInputContextManager.java
 (at line 17)
import org.eclipse.pde.internal.ui.editor.context.InputContextManager;
Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSInputContextManager.java
 (at line 23)
public class SimpleCSInputContextManager extends InputContextManager {
Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSInputContextManager.java
 (at line 29)
super(editor);
Discouraged access: The constructor InputContextManager(PDEFormEditor) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSInputContextManager.java
 (at line 36)
InputContext context = findContext(SimpleCSInputContext.CONTEXT_ID);
Discouraged access: The type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSInputContextManager.java
 (at line 36)
InputContext context = findContext(SimpleCSInputContext.CONTEXT_ID);
Discouraged access: The method findContext(String) from the type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSInputContextManager.java
 (at line 37)
return (context != null) ? context.getModel() : null;
Discouraged access: The method getModel() from the type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSMasterTreeSection.java : 22 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSMasterTreeSection.java
 (at line 30)
import org.eclipse.pde.internal.ui.editor.actions.CollapseAction;
Discouraged access: The type CollapseAction is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSMasterTreeSection.java
 (at line 31)
import org.eclipse.pde.internal.ui.parts.TreePart;
Discouraged access: The type TreePart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSMasterTreeSection.java
 (at line 80)
private CollapseAction fCollapseAction;
Discouraged access: The type CollapseAction is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSMasterTreeSection.java
 (at line 140)
fCollapseAction = new CollapseAction(fTreeViewer, SimpleMessages.SimpleCSMasterTreeSection_collapseAll, 1, fModel.getSimpleCS());
Discouraged access: The constructor CollapseAction(AbstractTreeViewer, String, int, Object) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSMasterTreeSection.java
 (at line 140)
fCollapseAction = new CollapseAction(fTreeViewer, SimpleMessages.SimpleCSMasterTreeSection_collapseAll, 1, fModel.getSimpleCS());
Discouraged access: The type CollapseAction is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSMasterTreeSection.java
 (at line 158)
getTreePart().setButtonEnabled(F_BUTTON_ADD_STEP, fModel.isEditable());
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSMasterTreeSection.java
 (at line 160)
getTreePart().setButtonEnabled(F_BUTTON_ADD_SUBSTEP, false);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSMasterTreeSection.java
 (at line 162)
getTreePart().setButtonEnabled(F_BUTTON_REMOVE, false);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSMasterTreeSection.java
 (at line 164)
getTreePart().setButtonEnabled(F_BUTTON_UP, false);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSMasterTreeSection.java
 (at line 166)
getTreePart().setButtonEnabled(F_BUTTON_DOWN, false);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSMasterTreeSection.java
 (at line 167)
getTreePart().setButtonEnabled(F_BUTTON_PREVIEW, true);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
12. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSMasterTreeSection.java
 (at line 180)
TreePart treePart = getTreePart();
Discouraged access: The type TreePart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
13. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSMasterTreeSection.java
 (at line 182)
fTreeViewer = treePart.getTreeViewer();
Discouraged access: The method getTreeViewer() from the type TreePart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
14. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSMasterTreeSection.java
 (at line 185)
PDEUserAssistanceUIPlugin.getDefault().getLabelProvider().connect(this);
Discouraged access: The method connect(Object) from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
15. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSMasterTreeSection.java
 (at line 674)
((PDEFormEditor) getPage().getEditor()).getContextManager().getPrimaryContext().flushEditorInput();
Discouraged access: The method getPrimaryContext() from the type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
16. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSMasterTreeSection.java
 (at line 674)
((PDEFormEditor) getPage().getEditor()).getContextManager().getPrimaryContext().flushEditorInput();
Discouraged access: The method flushEditorInput() from the type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
17. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSMasterTreeSection.java
 (at line 682)
Button button = getStructuredViewerPart().getButton(F_BUTTON_ADD_SUBSTEP);
Discouraged access: The method getButton(int) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
18. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSMasterTreeSection.java
 (at line 856)
getTreePart().setButtonEnabled(F_BUTTON_ADD_STEP, canAddItem);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
19. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSMasterTreeSection.java
 (at line 857)
getTreePart().setButtonEnabled(F_BUTTON_ADD_SUBSTEP, canAddSubItem);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
20. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSMasterTreeSection.java
 (at line 858)
getTreePart().setButtonEnabled(F_BUTTON_REMOVE, canRemove);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
21. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSMasterTreeSection.java
 (at line 859)
getTreePart().setButtonEnabled(F_BUTTON_UP, canMoveUp);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
22. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSMasterTreeSection.java
 (at line 860)
getTreePart().setButtonEnabled(F_BUTTON_DOWN, canMoveDown);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSSourcePage.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSSourcePage.java
 (at line 29)
import org.eclipse.pde.internal.ui.IHelpContextIds;
Discouraged access: The type IHelpContextIds is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSSourcePage.java
 (at line 111)
IDocumentElementNode rootNode = ((SimpleCSModel) getInputContext().getModel()).getSimpleCS();
Discouraged access: The method getModel() from the type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSSourcePage.java
 (at line 191)
setHelpContextId(IHelpContextIds.SIMPLE_CS_EDITOR);
Discouraged access: The type IHelpContextIds is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSSourcePage.java
 (at line 191)
setHelpContextId(IHelpContextIds.SIMPLE_CS_EDITOR);
Discouraged access: The field SIMPLE_CS_EDITOR from the type IHelpContextIds is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/actions/SimpleCSAddStepAction.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/actions/SimpleCSAddStepAction.java
 (at line 23)
import org.eclipse.pde.internal.ui.util.PDELabelUtility;
Discouraged access: The type PDELabelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/actions/SimpleCSAddStepAction.java
 (at line 121)
item.setTitle(PDELabelUtility.generateName(itemNames, SimpleActionMessages.SimpleCSAddStepAction_actionLabel));
Discouraged access: The type PDELabelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/actions/SimpleCSAddStepAction.java
 (at line 121)
item.setTitle(PDELabelUtility.generateName(itemNames, SimpleActionMessages.SimpleCSAddStepAction_actionLabel));
Discouraged access: The method generateName(String[], String) from the type PDELabelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/actions/SimpleCSAddSubStepAction.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/actions/SimpleCSAddSubStepAction.java
 (at line 23)
import org.eclipse.pde.internal.ui.util.PDELabelUtility;
Discouraged access: The type PDELabelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/actions/SimpleCSAddSubStepAction.java
 (at line 104)
subitem.setLabel(PDELabelUtility.generateName(names, SimpleActionMessages.SimpleCSAddSubStepAction_actionLabel));
Discouraged access: The type PDELabelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/actions/SimpleCSAddSubStepAction.java
 (at line 104)
subitem.setLabel(PDELabelUtility.generateName(names, SimpleActionMessages.SimpleCSAddSubStepAction_actionLabel));
Discouraged access: The method generateName(String[], String) from the type PDELabelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandComboPart.java : 17 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandComboPart.java
 (at line 19)
import org.eclipse.pde.internal.ui.parts.ComboPart;
Discouraged access: The type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandComboPart.java
 (at line 31)
public class SimpleCSCommandComboPart extends ComboPart implements ISimpleCSCommandKeyListener, DisposeListener {
Discouraged access: The type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandComboPart.java
 (at line 41)
super();
Discouraged access: The constructor ComboPart() is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandComboPart.java
 (at line 50)
if (combo == null) {
Discouraged access: The field combo from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandComboPart.java
 (at line 52)
} else if (combo instanceof Combo) {
Discouraged access: The field combo from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandComboPart.java
 (at line 53)
((Combo) combo).addDisposeListener(listener);
Discouraged access: The field combo from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandComboPart.java
 (at line 55)
((CCombo) combo).addDisposeListener(listener);
Discouraged access: The field combo from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandComboPart.java
 (at line 63)
super.createControl(parent, toolkit, style);
Discouraged access: The method createControl(Composite, FormToolkit, int) from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandComboPart.java
 (at line 86)
if (indexOf(key) != -1) {
Discouraged access: The method indexOf(String) from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandComboPart.java
 (at line 91)
if (getItemCount() >= fComboEntryLimit) {
Discouraged access: The method getItemCount() from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandComboPart.java
 (at line 97)
add(key);
Discouraged access: The method add(String) from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
12. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandComboPart.java
 (at line 100)
add(key, index);
Discouraged access: The method add(String, int) from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
13. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandComboPart.java
 (at line 110)
int entryCount = getItemCount();
Discouraged access: The method getItemCount() from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
14. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandComboPart.java
 (at line 123)
if (lastEntry != getSelectionIndex()) {
Discouraged access: The method getSelectionIndex() from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
15. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandComboPart.java
 (at line 124)
remove(lastEntry);
Discouraged access: The method remove(int) from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
16. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandComboPart.java
 (at line 129)
remove(secondlastEntry);
Discouraged access: The method remove(int) from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
17. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandComboPart.java
 (at line 179)
add(key);
Discouraged access: The method add(String) from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandDetails.java : 18 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandDetails.java
 (at line 34)
import org.eclipse.pde.internal.ui.commands.CommandComposerDialog;
Discouraged access: The type CommandComposerDialog is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandDetails.java
 (at line 35)
import org.eclipse.pde.internal.ui.commands.CommandComposerPart;
Discouraged access: The type CommandComposerPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandDetails.java
 (at line 131)
fCommandCombo.getControl().setLayoutData(data);
Discouraged access: The method getControl() from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandDetails.java
 (at line 134)
fCommandCombo.add(F_NO_COMMAND);
Discouraged access: The method add(String) from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandDetails.java
 (at line 135)
fCommandCombo.setText(F_NO_COMMAND);
Discouraged access: The method setText(String) from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandDetails.java
 (at line 189)
fCommandInfoDecoration = new ControlDecoration(fCommandCombo.getControl(), bits);
Discouraged access: The method getControl() from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandDetails.java
 (at line 202)
fCommandCombo.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { // Ensure data object is defined if (fRun == null) { return; } String selection = fCommandCombo.getSelection(); if (selection.equals(F_NO_COMMAND) == false) { // Get the associated serialization stored as data against the // command name String serialization = fCommandCombo.getValue(selection); if (PDETextHelper.isDefined(serialization)) { // Create the new command in the model createCommandInModel(serialization); ParameterizedCommand result = getParameterizedCommand(serialization); if (result != null) { updateCommandTable(result.getParameterMap()); } } } else { // The empty entry was selected // Delete the existing command fRun.setExecutable(null); fCommandTable.clearAll(); } // Update the master section buttons getMasterSection().updateButtons(); // Update the optional command checkbox updateUICommandOptional(); } });
Discouraged access: The method addSelectionListener(SelectionListener) from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandDetails.java
 (at line 208)
String selection = fCommandCombo.getSelection();
Discouraged access: The method getSelection() from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandDetails.java
 (at line 243)
CommandComposerDialog dialog = new CommandComposerDialog(fCommandBrowse.getShell(), CommandComposerPart.F_CHEATSHEET_FILTER, getParameterizedCommand(fRun), getSnapshotContext());
Discouraged access: The type CommandComposerDialog is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandDetails.java
 (at line 243)
CommandComposerDialog dialog = new CommandComposerDialog(fCommandBrowse.getShell(), CommandComposerPart.F_CHEATSHEET_FILTER, getParameterizedCommand(fRun), getSnapshotContext());
Discouraged access: The constructor CommandComposerDialog(Shell, int, ParameterizedCommand, IEvaluationContext) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandDetails.java
 (at line 243)
CommandComposerDialog dialog = new CommandComposerDialog(fCommandBrowse.getShell(), CommandComposerPart.F_CHEATSHEET_FILTER, getParameterizedCommand(fRun), getSnapshotContext());
Discouraged access: The type CommandComposerDialog is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
12. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandDetails.java
 (at line 243)
CommandComposerDialog dialog = new CommandComposerDialog(fCommandBrowse.getShell(), CommandComposerPart.F_CHEATSHEET_FILTER, getParameterizedCommand(fRun), getSnapshotContext());
Discouraged access: The type CommandComposerPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
13. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandDetails.java
 (at line 243)
CommandComposerDialog dialog = new CommandComposerDialog(fCommandBrowse.getShell(), CommandComposerPart.F_CHEATSHEET_FILTER, getParameterizedCommand(fRun), getSnapshotContext());
Discouraged access: The field F_CHEATSHEET_FILTER from the type CommandComposerPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
14. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandDetails.java
 (at line 248)
updateCommandCombo(dialog.getCommand(), true);
Discouraged access: The method getCommand() from the type CommandComposerDialog is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
15. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandDetails.java
 (at line 342)
fCommandCombo.setText(F_NO_COMMAND);
Discouraged access: The method setText(String) from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
16. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandDetails.java
 (at line 370)
fCommandCombo.setEnabled(editable);
Discouraged access: The method setEnabled(boolean) from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
17. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandDetails.java
 (at line 428)
fCommandCombo.setText(nameToUse);
Discouraged access: The method setText(String) from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
18. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandDetails.java
 (at line 433)
fCommandCombo.setText(F_NO_COMMAND);
Discouraged access: The method setText(String) from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSDetails.java : 10 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSDetails.java
 (at line 21)
import org.eclipse.pde.internal.ui.parts.FormEntry;
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSDetails.java
 (at line 38)
private FormEntry fTitle;
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSDetails.java
 (at line 102)
fTitle = new FormEntry(mainSectionClient, toolkit, SimpleDetailsMessages.SimpleCSDetails_attrTitle, SWT.NONE);
Discouraged access: The constructor FormEntry(Composite, FormToolkit, String, int) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSDetails.java
 (at line 102)
fTitle = new FormEntry(mainSectionClient, toolkit, SimpleDetailsMessages.SimpleCSDetails_attrTitle, SWT.NONE);
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSDetails.java
 (at line 115)
fTitle.setFormEntryListener(new FormEntryAdapter(this) { public void textValueChanged(FormEntry entry) { // Ensure data object is defined if (fCheatSheet == null) { return; } fCheatSheet.setTitle(fTitle.getValue()); } });
Discouraged access: The method setFormEntryListener(IFormEntryListener) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSDetails.java
 (at line 116)
public void textValueChanged(FormEntry entry) {
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSDetails.java
 (at line 121)
fCheatSheet.setTitle(fTitle.getValue());
Discouraged access: The method getValue() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSDetails.java
 (at line 137)
fTitle.setValue(fCheatSheet.getTitle(), true);
Discouraged access: The method setValue(String, boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSDetails.java
 (at line 138)
fTitle.setEditable(editable);
Discouraged access: The method setEditable(boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSDetails.java
 (at line 147)
fTitle.commit();
Discouraged access: The method commit() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSHelpDetails.java : 25 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSHelpDetails.java
 (at line 25)
import org.eclipse.pde.internal.ui.parts.ComboPart;
Discouraged access: The type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSHelpDetails.java
 (at line 26)
import org.eclipse.pde.internal.ui.util.FileExtensionsFilter;
Discouraged access: The type FileExtensionsFilter is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSHelpDetails.java
 (at line 54)
private ComboPart fHelpCombo;
Discouraged access: The type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSHelpDetails.java
 (at line 128)
fHelpCombo = new ComboPart();
Discouraged access: The constructor ComboPart() is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSHelpDetails.java
 (at line 128)
fHelpCombo = new ComboPart();
Discouraged access: The type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSHelpDetails.java
 (at line 129)
fHelpCombo.createControl(helpSectionClient, toolkit, SWT.READ_ONLY);
Discouraged access: The method createControl(Composite, FormToolkit, int) from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSHelpDetails.java
 (at line 132)
fHelpCombo.getControl().setLayoutData(comboData);
Discouraged access: The method getControl() from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSHelpDetails.java
 (at line 133)
fHelpCombo.add(F_NO_HELP);
Discouraged access: The method add(String) from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSHelpDetails.java
 (at line 134)
fHelpCombo.add(F_HELP_CONTEXT_ID);
Discouraged access: The method add(String) from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSHelpDetails.java
 (at line 135)
fHelpCombo.add(F_HELP_DOCUMENT_LINK);
Discouraged access: The method add(String) from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSHelpDetails.java
 (at line 136)
fHelpCombo.setText(F_NO_HELP);
Discouraged access: The method setText(String) from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
12. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSHelpDetails.java
 (at line 165)
fHelpCombo.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { // Ensure data object is defined if (fHelpObject == null) { return; } String selection = fHelpCombo.getSelection(); if (selection.equals(F_NO_HELP) == false) { // Help was selected if (selection.equals(F_HELP_CONTEXT_ID)) { // Help context ID was selected, clear the help // document link value fHelpObject.setHref(null); fHelpBrowse.setEnabled(false); } else { // Help document link was selected, clear the help // context ID value fHelpObject.setContextId(null); fHelpBrowse.setEnabled(true); } // Make the label and text field visible fHelpLabel.setVisible(true); fHelpText.setVisible(true); fHelpBrowse.setVisible(true); // Set the focus on the text field fHelpText.setFocus(); // Clear the previous contents of the text field // (Will cause field to become dirty) fHelpText.setText(""); //$NON-NLS-1$ fHelpText.setToolTipText(""); //$NON-NLS-1$ } else { // No help was selected // Make the label and text field invisible fHelpLabel.setVisible(false); fHelpText.setVisible(false); fHelpBrowse.setVisible(false); // Clear values for help in model fHelpObject.setContextId(null); fHelpObject.setHref(null); } } });
Discouraged access: The method addSelectionListener(SelectionListener) from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
13. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSHelpDetails.java
 (at line 171)
String selection = fHelpCombo.getSelection();
Discouraged access: The method getSelection() from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
14. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSHelpDetails.java
 (at line 219)
String selection = fHelpCombo.getSelection();
Discouraged access: The method getSelection() from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
15. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSHelpDetails.java
 (at line 254)
FileExtensionsFilter filter = new FileExtensionsFilter();
Discouraged access: The type FileExtensionsFilter is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
16. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSHelpDetails.java
 (at line 254)
FileExtensionsFilter filter = new FileExtensionsFilter();
Discouraged access: The constructor FileExtensionsFilter() is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
17. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSHelpDetails.java
 (at line 254)
FileExtensionsFilter filter = new FileExtensionsFilter();
Discouraged access: The type FileExtensionsFilter is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
18. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSHelpDetails.java
 (at line 255)
filter.addFileExtension("htm"); //$NON-NLS-1$
Discouraged access: The method addFileExtension(String) from the type FileExtensionsFilter is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
19. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSHelpDetails.java
 (at line 256)
filter.addFileExtension("html"); //$NON-NLS-1$
Discouraged access: The method addFileExtension(String) from the type FileExtensionsFilter is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
20. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSHelpDetails.java
 (at line 257)
filter.addFileExtension("shtml"); //$NON-NLS-1$
Discouraged access: The method addFileExtension(String) from the type FileExtensionsFilter is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
21. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSHelpDetails.java
 (at line 258)
filter.addFileExtension("xhtml"); //$NON-NLS-1$
Discouraged access: The method addFileExtension(String) from the type FileExtensionsFilter is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
22. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSHelpDetails.java
 (at line 309)
fHelpCombo.setText(F_HELP_CONTEXT_ID);
Discouraged access: The method setText(String) from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
23. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSHelpDetails.java
 (at line 314)
fHelpCombo.setText(F_HELP_DOCUMENT_LINK);
Discouraged access: The method setText(String) from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
24. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSHelpDetails.java
 (at line 317)
fHelpCombo.setText(F_NO_HELP);
Discouraged access: The method setText(String) from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
25. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSHelpDetails.java
 (at line 327)
fHelpCombo.setEnabled(editable);
Discouraged access: The method setEnabled(boolean) from the type ComboPart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSIntroDetails.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSIntroDetails.java
 (at line 23)
import org.eclipse.pde.internal.ui.parts.PDESourceViewer;
Discouraged access: The type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSIntroDetails.java
 (at line 43)
private PDESourceViewer fContentViewer;
Discouraged access: The type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSIntroDetails.java
 (at line 150)
fContentViewer = new PDESourceViewer(getPage());
Discouraged access: The constructor PDESourceViewer(PDEFormPage) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSIntroDetails.java
 (at line 150)
fContentViewer = new PDESourceViewer(getPage());
Discouraged access: The type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSIntroDetails.java
 (at line 151)
fContentViewer.createUI(parent, 90, 60);
Discouraged access: The method createUI(Composite, int, int) from the type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSIntroDetails.java
 (at line 154)
((GridData) fContentViewer.getViewer().getTextWidget().getLayoutData()).horizontalIndent = FormLayoutFactory.CONTROL_HORIZONTAL_INDENT;
Discouraged access: The method getViewer() from the type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSIntroDetails.java
 (at line 161)
return fContentViewer.doGlobalAction(actionId);
Discouraged access: The method doGlobalAction(String) from the type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSIntroDetails.java
 (at line 177)
fContentViewer.createUIListeners();
Discouraged access: The method createUIListeners() from the type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSIntroDetails.java
 (at line 179)
fContentViewer.getDocument().addDocumentListener(new IDocumentListener() {
Discouraged access: The method getDocument() from the type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSIntroDetails.java
 (at line 225)
fContentViewer.getDocument().set(fIntro.getDescription().getContent());
Discouraged access: The method getDocument() from the type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSIntroDetails.java
 (at line 229)
fContentViewer.getViewer().setEditable(editable);
Discouraged access: The method getViewer() from the type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
12. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSIntroDetails.java
 (at line 239)
fContentViewer.unsetMenu();
Discouraged access: The method unsetMenu() from the type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
13. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSIntroDetails.java
 (at line 250)
return fContentViewer.canPaste();
Discouraged access: The method canPaste() from the type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSItemDetails.java : 23 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSItemDetails.java
 (at line 26)
import org.eclipse.pde.internal.ui.parts.FormEntry;
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSItemDetails.java
 (at line 27)
import org.eclipse.pde.internal.ui.parts.PDESourceViewer;
Discouraged access: The type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSItemDetails.java
 (at line 51)
private FormEntry fTitle;
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSItemDetails.java
 (at line 55)
private PDESourceViewer fContentViewer;
Discouraged access: The type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSItemDetails.java
 (at line 125)
fTitle = new FormEntry(mainSectionClient, getToolkit(), SimpleDetailsMessages.SimpleCSItemDetails_attrTitle, SWT.NONE);
Discouraged access: The constructor FormEntry(Composite, FormToolkit, String, int) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSItemDetails.java
 (at line 125)
fTitle = new FormEntry(mainSectionClient, getToolkit(), SimpleDetailsMessages.SimpleCSItemDetails_attrTitle, SWT.NONE);
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSItemDetails.java
 (at line 151)
return fContentViewer.doGlobalAction(actionId);
Discouraged access: The method doGlobalAction(String) from the type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSItemDetails.java
 (at line 167)
fContentViewer = new PDESourceViewer(getPage());
Discouraged access: The constructor PDESourceViewer(PDEFormPage) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSItemDetails.java
 (at line 167)
fContentViewer = new PDESourceViewer(getPage());
Discouraged access: The type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSItemDetails.java
 (at line 168)
fContentViewer.createUI(parent, 90, 60);
Discouraged access: The method createUI(Composite, int, int) from the type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSItemDetails.java
 (at line 171)
((GridData) fContentViewer.getViewer().getTextWidget().getLayoutData()).horizontalIndent = FormLayoutFactory.CONTROL_HORIZONTAL_INDENT;
Discouraged access: The method getViewer() from the type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
12. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSItemDetails.java
 (at line 194)
fTitle.setFormEntryListener(new FormEntryAdapter(this) { public void textValueChanged(FormEntry entry) { // Ensure data object is defined if (fItem == null) { return; } fItem.setTitle(fTitle.getValue()); } });
Discouraged access: The method setFormEntryListener(IFormEntryListener) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
13. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSItemDetails.java
 (at line 195)
public void textValueChanged(FormEntry entry) {
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
14. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSItemDetails.java
 (at line 200)
fItem.setTitle(fTitle.getValue());
Discouraged access: The method getValue() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
15. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSItemDetails.java
 (at line 224)
fContentViewer.createUIListeners();
Discouraged access: The method createUIListeners() from the type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
16. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSItemDetails.java
 (at line 226)
fContentViewer.getDocument().addDocumentListener(new IDocumentListener() {
Discouraged access: The method getDocument() from the type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
17. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSItemDetails.java
 (at line 266)
fTitle.setValue(fItem.getTitle(), true);
Discouraged access: The method setValue(String, boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
18. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSItemDetails.java
 (at line 267)
fTitle.setEditable(editable);
Discouraged access: The method setEditable(boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
19. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSItemDetails.java
 (at line 285)
fContentViewer.getDocument().set(fItem.getDescription().getContent());
Discouraged access: The method getDocument() from the type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
20. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSItemDetails.java
 (at line 287)
fContentViewer.getViewer().setEditable(editable);
Discouraged access: The method getViewer() from the type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
21. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSItemDetails.java
 (at line 297)
fContentViewer.unsetMenu();
Discouraged access: The method unsetMenu() from the type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
22. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSItemDetails.java
 (at line 308)
return fContentViewer.canPaste();
Discouraged access: The method canPaste() from the type PDESourceViewer is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
23. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSItemDetails.java
 (at line 351)
fTitle.commit();
Discouraged access: The method commit() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSSubItemDetails.java : 12 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSSubItemDetails.java
 (at line 21)
import org.eclipse.pde.internal.ui.parts.FormEntry;
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSSubItemDetails.java
 (at line 40)
private FormEntry fLabel;
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSSubItemDetails.java
 (at line 124)
fLabel = new FormEntry(mainSectionClient, getToolkit(), SimpleDetailsMessages.SimpleCSSubItemDetails_attrBody, SWT.MULTI | SWT.WRAP | SWT.V_SCROLL);
Discouraged access: The constructor FormEntry(Composite, FormToolkit, String, int) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSSubItemDetails.java
 (at line 124)
fLabel = new FormEntry(mainSectionClient, getToolkit(), SimpleDetailsMessages.SimpleCSSubItemDetails_attrBody, SWT.MULTI | SWT.WRAP | SWT.V_SCROLL);
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSSubItemDetails.java
 (at line 127)
fLabel.getText().setLayoutData(data);
Discouraged access: The method getText() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSSubItemDetails.java
 (at line 129)
fLabel.getLabel().setLayoutData(data);
Discouraged access: The method getLabel() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSSubItemDetails.java
 (at line 150)
fLabel.setFormEntryListener(new FormEntryAdapter(this) { public void textValueChanged(FormEntry entry) { // Ensure data object is defined if (fSubItem == null) { return; } fSubItem.setLabel(fLabel.getValue()); } });
Discouraged access: The method setFormEntryListener(IFormEntryListener) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSSubItemDetails.java
 (at line 151)
public void textValueChanged(FormEntry entry) {
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSSubItemDetails.java
 (at line 156)
fSubItem.setLabel(fLabel.getValue());
Discouraged access: The method getValue() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSSubItemDetails.java
 (at line 183)
fLabel.setValue(fSubItem.getLabel(), true);
Discouraged access: The method setValue(String, boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSSubItemDetails.java
 (at line 184)
fLabel.setEditable(editable);
Discouraged access: The method setEditable(boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
12. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSSubItemDetails.java
 (at line 199)
fLabel.commit();
Discouraged access: The method commit() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpContentProvider.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpContentProvider.java
 (at line 18)
import org.eclipse.pde.internal.ui.elements.DefaultContentProvider;
Discouraged access: The type DefaultContentProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpContentProvider.java
 (at line 26)
public class CtxHelpContentProvider extends DefaultContentProvider implements ITreeContentProvider {
Discouraged access: The type DefaultContentProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpEditor.java : 15 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpEditor.java
 (at line 42)
import org.eclipse.pde.internal.ui.editor.context.InputContext;
Discouraged access: The type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpEditor.java
 (at line 43)
import org.eclipse.pde.internal.ui.editor.context.InputContextManager;
Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpEditor.java
 (at line 207)
protected InputContextManager createInputContextManager() {
Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpEditor.java
 (at line 214)
protected void createResourceContexts(InputContextManager contexts, IFileEditorInput input) {
Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpEditor.java
 (at line 215)
contexts.putContext(input, new CtxHelpInputContext(this, input, true));
Discouraged access: The method putContext(IEditorInput, InputContext) from the type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpEditor.java
 (at line 216)
contexts.monitorFile(input.getFile());
Discouraged access: The method monitorFile(IFile) from the type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpEditor.java
 (at line 222)
protected void createStorageContexts(InputContextManager contexts, IStorageEditorInput input) {
Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpEditor.java
 (at line 223)
contexts.putContext(input, new CtxHelpInputContext(this, input, true));
Discouraged access: The method putContext(IEditorInput, InputContext) from the type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpEditor.java
 (at line 229)
protected void createSystemFileContexts(InputContextManager contexts, FileStoreEditorInput input) {
Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpEditor.java
 (at line 233)
contexts.putContext(in, new CtxHelpInputContext(this, in, true));
Discouraged access: The method putContext(IEditorInput, InputContext) from the type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpEditor.java
 (at line 242)
public void editorContextAdded(InputContext context) {
Discouraged access: The type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
12. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpEditor.java
 (at line 244)
addSourcePage(context.getId());
Discouraged access: The method getId() from the type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
13. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpEditor.java
 (at line 250)
protected InputContext getInputContext(Object object) {
Discouraged access: The type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
14. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpEditor.java
 (at line 251)
return fInputContextManager.findContext(CtxHelpInputContext.CONTEXT_ID);
Discouraged access: The method findContext(String) from the type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
15. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpEditor.java
 (at line 257)
public void contextRemoved(InputContext context) {
Discouraged access: The type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpInputContext.java : 12 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpInputContext.java
 (at line 26)
import org.eclipse.pde.internal.ui.editor.context.XMLInputContext;
Discouraged access: The type XMLInputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpInputContext.java
 (at line 37)
public class CtxHelpInputContext extends XMLInputContext {
Discouraged access: The type XMLInputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpInputContext.java
 (at line 42)
super(editor, input, primary);
Discouraged access: The constructor XMLInputContext(PDEFormEditor, IEditorInput, boolean) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpInputContext.java
 (at line 43)
create();
Discouraged access: The method create() from the type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpInputContext.java
 (at line 52)
IDocument document = getDocumentProvider().getDocument(input);
Discouraged access: The method getDocumentProvider() from the type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpInputContext.java
 (at line 63)
model.setCharset(getDefaultCharset());
Discouraged access: The method getDefaultCharset() from the type UTF8InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpInputContext.java
 (at line 67)
model.setCharset(getDefaultCharset());
Discouraged access: The method getDefaultCharset() from the type UTF8InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpInputContext.java
 (at line 69)
model.setCharset(getDefaultCharset());
Discouraged access: The method getDefaultCharset() from the type UTF8InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpInputContext.java
 (at line 99)
fEditOperations.clear();
Discouraged access: The field fEditOperations from the type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpInputContext.java
 (at line 100)
fOperationTable.clear();
Discouraged access: The field fOperationTable from the type XMLInputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpInputContext.java
 (at line 101)
fMoveOperations.clear();
Discouraged access: The field fMoveOperations from the type XMLInputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
12. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpInputContext.java
 (at line 102)
AbstractEditingModel model = (AbstractEditingModel) getModel();
Discouraged access: The method getModel() from the type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpInputContextManager.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpInputContextManager.java
 (at line 15)
import org.eclipse.pde.internal.ui.editor.context.InputContext;
Discouraged access: The type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpInputContextManager.java
 (at line 16)
import org.eclipse.pde.internal.ui.editor.context.InputContextManager;
Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpInputContextManager.java
 (at line 23)
public class CtxHelpInputContextManager extends InputContextManager {
Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpInputContextManager.java
 (at line 26)
super(editor);
Discouraged access: The constructor InputContextManager(PDEFormEditor) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpInputContextManager.java
 (at line 33)
InputContext context = findContext(CtxHelpInputContext.CONTEXT_ID);
Discouraged access: The type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpInputContextManager.java
 (at line 33)
InputContext context = findContext(CtxHelpInputContext.CONTEXT_ID);
Discouraged access: The method findContext(String) from the type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpInputContextManager.java
 (at line 37)
return context.getModel();
Discouraged access: The method getModel() from the type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpPage.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpPage.java
 (at line 25)
import org.eclipse.pde.internal.ui.IHelpContextIds;
Discouraged access: The type IHelpContextIds is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpPage.java
 (at line 26)
import org.eclipse.pde.internal.ui.IPDEUIConstants;
Discouraged access: The type IPDEUIConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpPage.java
 (at line 74)
PlatformUI.getWorkbench().getHelpSystem().setHelp(form.getBody(), IHelpContextIds.CTX_HELP_EDITOR);
Discouraged access: The type IHelpContextIds is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpPage.java
 (at line 74)
PlatformUI.getWorkbench().getHelpSystem().setHelp(form.getBody(), IHelpContextIds.CTX_HELP_EDITOR);
Discouraged access: The field CTX_HELP_EDITOR from the type IHelpContextIds is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpPage.java
 (at line 79)
form.setImage(PDEUserAssistanceUIPlugin.getDefault().getLabelProvider().get(PDEUserAssistanceUIPluginImages.DESC_CTXHELP_CONTEXT_OBJ));
Discouraged access: The method get(ImageDescriptor) from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpPage.java
 (at line 122)
if (page instanceof CtxHelpSourcePage && ((CtxHelpSourcePage) page).getInputContext().isInSourceMode()) {
Discouraged access: The method isInSourceMode() from the type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpPage.java
 (at line 156)
return IPDEUIConstants.PLUGIN_DOC_ROOT + "guide/tools/editors/ctx_help_editor/ctx_help_editor.htm"; //$NON-NLS-1$
Discouraged access: The type IPDEUIConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpPage.java
 (at line 156)
return IPDEUIConstants.PLUGIN_DOC_ROOT + "guide/tools/editors/ctx_help_editor/ctx_help_editor.htm"; //$NON-NLS-1$
Discouraged access: The field PLUGIN_DOC_ROOT from the type IPDEUIConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpSourcePage.java : 1 warning :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpSourcePage.java
 (at line 105)
CtxHelpObject root = ((CtxHelpModel) getInputContext().getModel()).getCtxHelpRoot();
Discouraged access: The method getModel() from the type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java : 32 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java
 (at line 33)
import org.eclipse.pde.internal.ui.editor.actions.CollapseAction;
Discouraged access: The type CollapseAction is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java
 (at line 34)
import org.eclipse.pde.internal.ui.editor.plugin.FormFilteredTree;
Discouraged access: The type FormFilteredTree is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java
 (at line 35)
import org.eclipse.pde.internal.ui.parts.TreePart;
Discouraged access: The type TreePart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java
 (at line 36)
import org.eclipse.pde.internal.ui.util.PDELabelUtility;
Discouraged access: The type PDELabelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java
 (at line 64)
private FormFilteredTree fFilteredTree;
Discouraged access: The type FormFilteredTree is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java
 (at line 151)
fFilteredTree.createUIListenerEntryFilter(this);
Discouraged access: The method createUIListenerEntryFilter(IContextPart) from the type FormFilteredTree is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java
 (at line 162)
String id = PDELabelUtility.generateName(getChildNames(), CtxHelpMessages.CtxHelpTreeSection_9);
Discouraged access: The type PDELabelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java
 (at line 162)
String id = PDELabelUtility.generateName(getChildNames(), CtxHelpMessages.CtxHelpTreeSection_9);
Discouraged access: The method generateName(String[], String) from the type PDELabelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java
 (at line 173)
String label = PDELabelUtility.generateName(getChildNames(), CtxHelpMessages.CtxHelpTreeSection_11);
Discouraged access: The type PDELabelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java
 (at line 173)
String label = PDELabelUtility.generateName(getChildNames(), CtxHelpMessages.CtxHelpTreeSection_11);
Discouraged access: The method generateName(String[], String) from the type PDELabelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java
 (at line 184)
String label = PDELabelUtility.generateName(getChildNames(), CtxHelpMessages.CtxHelpTreeSection_13);
Discouraged access: The type PDELabelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
12. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java
 (at line 184)
String label = PDELabelUtility.generateName(getChildNames(), CtxHelpMessages.CtxHelpTreeSection_13);
Discouraged access: The method generateName(String[], String) from the type PDELabelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
13. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java
 (at line 219)
toolBarManager.add(new CollapseAction(fTree, CtxHelpMessages.CtxHelpTreeSection_15, 1, fModel.getCtxHelpRoot()));
Discouraged access: The constructor CollapseAction(AbstractTreeViewer, String, int, Object) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
14. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java
 (at line 219)
toolBarManager.add(new CollapseAction(fTree, CtxHelpMessages.CtxHelpTreeSection_15, 1, fModel.getCtxHelpRoot()));
Discouraged access: The type CollapseAction is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
15. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java
 (at line 231)
TreePart treePart = getTreePart();
Discouraged access: The type TreePart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
16. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java
 (at line 234)
fTree = treePart.getTreeViewer();
Discouraged access: The method getTreeViewer() from the type TreePart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
17. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java
 (at line 238)
PDEUserAssistanceUIPlugin.getDefault().getLabelProvider().connect(this);
Discouraged access: The method connect(Object) from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
18. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java
 (at line 248)
fFilteredTree = new FormFilteredTree(parent, style, new PatternFilter());
Discouraged access: The constructor FormFilteredTree(Composite, int, PatternFilter) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
19. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java
 (at line 248)
fFilteredTree = new FormFilteredTree(parent, style, new PatternFilter());
Discouraged access: The type FormFilteredTree is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
20. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java
 (at line 265)
getTreePart().setButtonEnabled(F_BUTTON_ADD_CONTEXT, isEditable());
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
21. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java
 (at line 266)
getTreePart().setButtonEnabled(F_BUTTON_ADD_COMMAND, isEditable());
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
22. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java
 (at line 267)
getTreePart().setButtonEnabled(F_BUTTON_ADD_TOPIC, isEditable());
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
23. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java
 (at line 269)
getTreePart().setButtonEnabled(F_BUTTON_REMOVE, false);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
24. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java
 (at line 270)
getTreePart().setButtonEnabled(F_BUTTON_UP, false);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
25. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java
 (at line 271)
getTreePart().setButtonEnabled(F_BUTTON_DOWN, false);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
26. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java
 (at line 333)
getTreePart().setButtonEnabled(F_BUTTON_ADD_CONTEXT, true);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
27. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java
 (at line 344)
getTreePart().setButtonEnabled(F_BUTTON_ADD_TOPIC, enableAdd);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
28. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java
 (at line 355)
getTreePart().setButtonEnabled(F_BUTTON_ADD_COMMAND, enableAdd);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
29. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java
 (at line 358)
getTreePart().setButtonEnabled(F_BUTTON_REMOVE, getRemovableObjectFromSelection(selection).size() > 0);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
30. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java
 (at line 378)
getTreePart().setButtonEnabled(F_BUTTON_UP, canMoveUp);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
31. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java
 (at line 379)
getTreePart().setButtonEnabled(F_BUTTON_DOWN, canMoveDown);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
32. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java
 (at line 706)
PDEUserAssistanceUIPlugin.getDefault().getLabelProvider().disconnect(this);
Discouraged access: The method disconnect(Object) from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpCommandDetails.java : 19 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpCommandDetails.java
 (at line 18)
import org.eclipse.pde.internal.ui.parts.FormEntry;
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpCommandDetails.java
 (at line 32)
private FormEntry fLabelEntry;
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpCommandDetails.java
 (at line 33)
private FormEntry fSerialEntry;
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpCommandDetails.java
 (at line 44)
fLabelEntry = new FormEntry(parent, getManagedForm().getToolkit(), CtxHelpDetailsMessages.CtxHelpCommandDetails_labelText, SWT.NONE);
Discouraged access: The constructor FormEntry(Composite, FormToolkit, String, int) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpCommandDetails.java
 (at line 44)
fLabelEntry = new FormEntry(parent, getManagedForm().getToolkit(), CtxHelpDetailsMessages.CtxHelpCommandDetails_labelText, SWT.NONE);
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpCommandDetails.java
 (at line 47)
fSerialEntry = new FormEntry(parent, getManagedForm().getToolkit(), CtxHelpDetailsMessages.CtxHelpCommandDetails_commandText, SWT.NONE);
Discouraged access: The constructor FormEntry(Composite, FormToolkit, String, int) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpCommandDetails.java
 (at line 47)
fSerialEntry = new FormEntry(parent, getManagedForm().getToolkit(), CtxHelpDetailsMessages.CtxHelpCommandDetails_commandText, SWT.NONE);
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpCommandDetails.java
 (at line 68)
fLabelEntry.setFormEntryListener(new FormEntryAdapter(this) { public void textValueChanged(FormEntry entry) { if (fCommand != null) { fCommand.setLabel(fLabelEntry.getValue()); } } });
Discouraged access: The method setFormEntryListener(IFormEntryListener) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpCommandDetails.java
 (at line 69)
public void textValueChanged(FormEntry entry) {
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpCommandDetails.java
 (at line 71)
fCommand.setLabel(fLabelEntry.getValue());
Discouraged access: The method getValue() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpCommandDetails.java
 (at line 75)
fSerialEntry.setFormEntryListener(new FormEntryAdapter(this) { public void textValueChanged(FormEntry entry) { // Ensure data object is defined if (fCommand != null) { fCommand.setSerialization(fSerialEntry.getValue()); } } });
Discouraged access: The method setFormEntryListener(IFormEntryListener) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
12. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpCommandDetails.java
 (at line 76)
public void textValueChanged(FormEntry entry) { // Ensure data object is defined
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
13. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpCommandDetails.java
 (at line 78)
fCommand.setSerialization(fSerialEntry.getValue());
Discouraged access: The method getValue() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
14. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpCommandDetails.java
 (at line 89)
fLabelEntry.setValue(fCommand.getLabel(), true);
Discouraged access: The method setValue(String, boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
15. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpCommandDetails.java
 (at line 90)
fLabelEntry.setEditable(isEditableElement());
Discouraged access: The method setEditable(boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
16. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpCommandDetails.java
 (at line 91)
fSerialEntry.setValue(fCommand.getSerialization(), true);
Discouraged access: The method setValue(String, boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
17. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpCommandDetails.java
 (at line 92)
fSerialEntry.setEditable(isEditableElement());
Discouraged access: The method setEditable(boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
18. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpCommandDetails.java
 (at line 102)
fLabelEntry.commit();
Discouraged access: The method commit() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
19. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpCommandDetails.java
 (at line 103)
fSerialEntry.commit();
Discouraged access: The method commit() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpContextDetails.java : 31 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpContextDetails.java
 (at line 18)
import org.eclipse.pde.internal.ui.parts.FormEntry;
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpContextDetails.java
 (at line 33)
private FormEntry fIdEntry;
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpContextDetails.java
 (at line 34)
private FormEntry fTitleEntry;
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpContextDetails.java
 (at line 35)
private FormEntry fDescEntry;
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpContextDetails.java
 (at line 46)
fIdEntry = new FormEntry(parent, getManagedForm().getToolkit(), CtxHelpDetailsMessages.CtxHelpContextDetails_idLabel, SWT.NONE);
Discouraged access: The constructor FormEntry(Composite, FormToolkit, String, int) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpContextDetails.java
 (at line 46)
fIdEntry = new FormEntry(parent, getManagedForm().getToolkit(), CtxHelpDetailsMessages.CtxHelpContextDetails_idLabel, SWT.NONE);
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpContextDetails.java
 (at line 49)
fDescEntry = new FormEntry(parent, getManagedForm().getToolkit(), CtxHelpDetailsMessages.CtxHelpContextDetails_descText, SWT.MULTI | SWT.WRAP | SWT.V_SCROLL);
Discouraged access: The constructor FormEntry(Composite, FormToolkit, String, int) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpContextDetails.java
 (at line 49)
fDescEntry = new FormEntry(parent, getManagedForm().getToolkit(), CtxHelpDetailsMessages.CtxHelpContextDetails_descText, SWT.MULTI | SWT.WRAP | SWT.V_SCROLL);
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpContextDetails.java
 (at line 52)
fDescEntry.getText().setLayoutData(data);
Discouraged access: The method getText() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpContextDetails.java
 (at line 54)
fDescEntry.getLabel().setLayoutData(data);
Discouraged access: The method getLabel() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpContextDetails.java
 (at line 57)
fTitleEntry = new FormEntry(parent, getManagedForm().getToolkit(), CtxHelpDetailsMessages.CtxHelpContextDetails_titleTitle, SWT.NONE);
Discouraged access: The constructor FormEntry(Composite, FormToolkit, String, int) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
12. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpContextDetails.java
 (at line 57)
fTitleEntry = new FormEntry(parent, getManagedForm().getToolkit(), CtxHelpDetailsMessages.CtxHelpContextDetails_titleTitle, SWT.NONE);
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
13. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpContextDetails.java
 (at line 78)
fIdEntry.setFormEntryListener(new FormEntryAdapter(this) { public void textValueChanged(FormEntry entry) { if (fContext != null) { fContext.setID(fIdEntry.getValue()); } } });
Discouraged access: The method setFormEntryListener(IFormEntryListener) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
14. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpContextDetails.java
 (at line 79)
public void textValueChanged(FormEntry entry) {
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
15. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpContextDetails.java
 (at line 81)
fContext.setID(fIdEntry.getValue());
Discouraged access: The method getValue() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
16. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpContextDetails.java
 (at line 85)
fDescEntry.setFormEntryListener(new FormEntryAdapter(this) { public void textValueChanged(FormEntry entry) { if (fContext != null) { if (fDescEntry.getValue().trim().length() > 0) { fContext.setDescription(fDescEntry.getValue()); } else { // Pass null to delete the description node because it is empty fContext.setDescription(null); } } } });
Discouraged access: The method setFormEntryListener(IFormEntryListener) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
17. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpContextDetails.java
 (at line 86)
public void textValueChanged(FormEntry entry) {
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
18. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpContextDetails.java
 (at line 88)
if (fDescEntry.getValue().trim().length() > 0) {
Discouraged access: The method getValue() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
19. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpContextDetails.java
 (at line 89)
fContext.setDescription(fDescEntry.getValue());
Discouraged access: The method getValue() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
20. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpContextDetails.java
 (at line 97)
fTitleEntry.setFormEntryListener(new FormEntryAdapter(this) { public void textValueChanged(FormEntry entry) { // Ensure data object is defined if (fContext != null) { fContext.setTitle(fTitleEntry.getValue()); } } });
Discouraged access: The method setFormEntryListener(IFormEntryListener) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
21. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpContextDetails.java
 (at line 98)
public void textValueChanged(FormEntry entry) { // Ensure data object is defined
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
22. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpContextDetails.java
 (at line 100)
fContext.setTitle(fTitleEntry.getValue());
Discouraged access: The method getValue() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
23. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpContextDetails.java
 (at line 111)
fIdEntry.setValue(fContext.getId(), true);
Discouraged access: The method setValue(String, boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
24. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpContextDetails.java
 (at line 112)
fIdEntry.setEditable(isEditableElement());
Discouraged access: The method setEditable(boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
25. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpContextDetails.java
 (at line 113)
fDescEntry.setValue(fContext.getDescription(), true);
Discouraged access: The method setValue(String, boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
26. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpContextDetails.java
 (at line 114)
fDescEntry.setEditable(isEditableElement());
Discouraged access: The method setEditable(boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
27. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpContextDetails.java
 (at line 115)
fTitleEntry.setValue(fContext.getTitle(), true);
Discouraged access: The method setValue(String, boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
28. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpContextDetails.java
 (at line 116)
fTitleEntry.setEditable(isEditableElement());
Discouraged access: The method setEditable(boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
29. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpContextDetails.java
 (at line 126)
fIdEntry.commit();
Discouraged access: The method commit() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
30. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpContextDetails.java
 (at line 127)
fDescEntry.commit();
Discouraged access: The method commit() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
31. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpContextDetails.java
 (at line 128)
fTitleEntry.commit();
Discouraged access: The method commit() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpDescriptionDetails.java : 12 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpDescriptionDetails.java
 (at line 18)
import org.eclipse.pde.internal.ui.parts.FormEntry;
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpDescriptionDetails.java
 (at line 33)
private FormEntry fDescEntry;
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpDescriptionDetails.java
 (at line 44)
fDescEntry = new FormEntry(parent, getManagedForm().getToolkit(), CtxHelpDetailsMessages.CtxHelpDescriptionDetails_descLabel, SWT.MULTI | SWT.WRAP | SWT.V_SCROLL);
Discouraged access: The constructor FormEntry(Composite, FormToolkit, String, int) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpDescriptionDetails.java
 (at line 44)
fDescEntry = new FormEntry(parent, getManagedForm().getToolkit(), CtxHelpDetailsMessages.CtxHelpDescriptionDetails_descLabel, SWT.MULTI | SWT.WRAP | SWT.V_SCROLL);
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpDescriptionDetails.java
 (at line 47)
fDescEntry.getText().setLayoutData(data);
Discouraged access: The method getText() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpDescriptionDetails.java
 (at line 49)
fDescEntry.getLabel().setLayoutData(data);
Discouraged access: The method getLabel() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpDescriptionDetails.java
 (at line 70)
fDescEntry.setFormEntryListener(new FormEntryAdapter(this) { public void textValueChanged(FormEntry entry) { if (fDescription != null) { fDescription.setDescription(fDescEntry.getValue()); } } });
Discouraged access: The method setFormEntryListener(IFormEntryListener) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpDescriptionDetails.java
 (at line 71)
public void textValueChanged(FormEntry entry) {
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpDescriptionDetails.java
 (at line 73)
fDescription.setDescription(fDescEntry.getValue());
Discouraged access: The method getValue() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpDescriptionDetails.java
 (at line 84)
fDescEntry.setValue(fDescription.getDescription(), true);
Discouraged access: The method setValue(String, boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpDescriptionDetails.java
 (at line 85)
fDescEntry.setEditable(isEditableElement());
Discouraged access: The method setEditable(boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
12. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpDescriptionDetails.java
 (at line 95)
fDescEntry.commit();
Discouraged access: The method commit() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpTopicDetails.java : 26 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpTopicDetails.java
 (at line 24)
import org.eclipse.pde.internal.ui.parts.FormEntry;
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpTopicDetails.java
 (at line 25)
import org.eclipse.pde.internal.ui.util.FileValidator;
Discouraged access: The type FileValidator is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpTopicDetails.java
 (at line 43)
private FormEntry fLabelEntry;
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpTopicDetails.java
 (at line 44)
private FormEntry fLinkEntry;
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpTopicDetails.java
 (at line 55)
fLabelEntry = new FormEntry(parent, getManagedForm().getToolkit(), CtxHelpDetailsMessages.CtxHelpTopicDetails_location, SWT.NONE);
Discouraged access: The constructor FormEntry(Composite, FormToolkit, String, int) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpTopicDetails.java
 (at line 55)
fLabelEntry = new FormEntry(parent, getManagedForm().getToolkit(), CtxHelpDetailsMessages.CtxHelpTopicDetails_location, SWT.NONE);
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpTopicDetails.java
 (at line 58)
fLinkEntry = new FormEntry(parent, getManagedForm().getToolkit(), CtxHelpDetailsMessages.CtxHelpTopicDetails_locationTitle, CtxHelpDetailsMessages.CtxHelpTopicDetails_browseTitle, isEditable());
Discouraged access: The constructor FormEntry(Composite, FormToolkit, String, String, boolean) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpTopicDetails.java
 (at line 58)
fLinkEntry = new FormEntry(parent, getManagedForm().getToolkit(), CtxHelpDetailsMessages.CtxHelpTopicDetails_locationTitle, CtxHelpDetailsMessages.CtxHelpTopicDetails_browseTitle, isEditable());
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpTopicDetails.java
 (at line 79)
fLabelEntry.setFormEntryListener(new FormEntryAdapter(this) { public void textValueChanged(FormEntry entry) { if (fTopic != null) { fTopic.setLabel(fLabelEntry.getValue()); } } });
Discouraged access: The method setFormEntryListener(IFormEntryListener) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpTopicDetails.java
 (at line 80)
public void textValueChanged(FormEntry entry) {
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpTopicDetails.java
 (at line 82)
fTopic.setLabel(fLabelEntry.getValue());
Discouraged access: The method getValue() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
12. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpTopicDetails.java
 (at line 86)
fLinkEntry.setFormEntryListener(new FormEntryAdapter(this) { public void textValueChanged(FormEntry entry) { // Ensure data object is defined if (fTopic != null) { // TODO Do we need better testing for path validity? fTopic.setLocation(new Path(fLinkEntry.getValue())); } } public void browseButtonSelected(FormEntry entry) { handleBrowse(); } public void linkActivated(HyperlinkEvent e) { handleOpen(); } });
Discouraged access: The method setFormEntryListener(IFormEntryListener) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
13. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpTopicDetails.java
 (at line 87)
public void textValueChanged(FormEntry entry) { // Ensure data object is defined
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
14. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpTopicDetails.java
 (at line 90)
fTopic.setLocation(new Path(fLinkEntry.getValue()));
Discouraged access: The method getValue() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
15. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpTopicDetails.java
 (at line 94)
public void browseButtonSelected(FormEntry entry) {
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
16. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpTopicDetails.java
 (at line 110)
dialog.setValidator(new FileValidator());
Discouraged access: The constructor FileValidator() is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
17. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpTopicDetails.java
 (at line 110)
dialog.setValidator(new FileValidator());
Discouraged access: The type FileValidator is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
18. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpTopicDetails.java
 (at line 129)
fLabelEntry.setValue(fTopic.getLabel(), true);
Discouraged access: The method setValue(String, boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
19. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpTopicDetails.java
 (at line 130)
fLabelEntry.setEditable(isEditableElement());
Discouraged access: The method setEditable(boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
20. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpTopicDetails.java
 (at line 132)
fLinkEntry.setValue("", true); //$NON-NLS-1$
Discouraged access: The method setValue(String, boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
21. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpTopicDetails.java
 (at line 134)
fLinkEntry.setValue(fTopic.getLocation().toPortableString(), true);
Discouraged access: The method setValue(String, boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
22. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpTopicDetails.java
 (at line 136)
fLinkEntry.setEditable(isEditableElement());
Discouraged access: The method setEditable(boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
23. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpTopicDetails.java
 (at line 146)
fLabelEntry.commit();
Discouraged access: The method commit() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
24. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpTopicDetails.java
 (at line 147)
fLinkEntry.commit();
Discouraged access: The method commit() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
25. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpTopicDetails.java
 (at line 169)
fLinkEntry.setValue(path.removeFirstSegments(1).toString());
Discouraged access: The method setValue(String) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
26. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpTopicDetails.java
 (at line 171)
fLinkEntry.setValue(".." + path.toString()); //$NON-NLS-1$
Discouraged access: The method setValue(String) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocContentProvider.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocContentProvider.java
 (at line 19)
import org.eclipse.pde.internal.ui.elements.DefaultContentProvider;
Discouraged access: The type DefaultContentProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocContentProvider.java
 (at line 24)
public class TocContentProvider extends DefaultContentProvider implements ITreeContentProvider {
Discouraged access: The type DefaultContentProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocEditor.java : 15 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocEditor.java
 (at line 41)
import org.eclipse.pde.internal.ui.editor.context.InputContext;
Discouraged access: The type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocEditor.java
 (at line 42)
import org.eclipse.pde.internal.ui.editor.context.InputContextManager;
Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocEditor.java
 (at line 216)
protected InputContextManager createInputContextManager() {
Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocEditor.java
 (at line 223)
protected void createResourceContexts(InputContextManager contexts, IFileEditorInput input) {
Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocEditor.java
 (at line 224)
contexts.putContext(input, new TocInputContext(this, input, true));
Discouraged access: The method putContext(IEditorInput, InputContext) from the type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocEditor.java
 (at line 225)
contexts.monitorFile(input.getFile());
Discouraged access: The method monitorFile(IFile) from the type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocEditor.java
 (at line 231)
protected void createStorageContexts(InputContextManager contexts, IStorageEditorInput input) {
Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocEditor.java
 (at line 232)
contexts.putContext(input, new TocInputContext(this, input, true));
Discouraged access: The method putContext(IEditorInput, InputContext) from the type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocEditor.java
 (at line 238)
protected void createSystemFileContexts(InputContextManager contexts, FileStoreEditorInput input) {
Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocEditor.java
 (at line 242)
contexts.putContext(in, new TocInputContext(this, in, true));
Discouraged access: The method putContext(IEditorInput, InputContext) from the type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocEditor.java
 (at line 251)
public void editorContextAdded(InputContext context) {
Discouraged access: The type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
12. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocEditor.java
 (at line 253)
addSourcePage(context.getId());
Discouraged access: The method getId() from the type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
13. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocEditor.java
 (at line 259)
protected InputContext getInputContext(Object object) {
Discouraged access: The type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
14. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocEditor.java
 (at line 260)
return fInputContextManager.findContext(TocInputContext.CONTEXT_ID);
Discouraged access: The method findContext(String) from the type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
15. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocEditor.java
 (at line 266)
public void contextRemoved(InputContext context) {
Discouraged access: The type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocHyperlinkDetector.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocHyperlinkDetector.java
 (at line 24)
import org.eclipse.pde.internal.ui.editor.text.ResourceHyperlink;
Discouraged access: The type ResourceHyperlink is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocHyperlinkDetector.java
 (at line 53)
link[0] = new ResourceHyperlink(linkRegion, attrValue, res);
Discouraged access: The constructor ResourceHyperlink(IRegion, String, IResource) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocHyperlinkDetector.java
 (at line 53)
link[0] = new ResourceHyperlink(linkRegion, attrValue, res);
Discouraged access: The type ResourceHyperlink is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocHyperlinkDetector.java
 (at line 57)
link[0] = new ResourceHyperlink(linkRegion, attrValue, res);
Discouraged access: The constructor ResourceHyperlink(IRegion, String, IResource) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocHyperlinkDetector.java
 (at line 57)
link[0] = new ResourceHyperlink(linkRegion, attrValue, res);
Discouraged access: The type ResourceHyperlink is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocHyperlinkDetector.java
 (at line 61)
link[0] = new ResourceHyperlink(linkRegion, attrValue, res);
Discouraged access: The constructor ResourceHyperlink(IRegion, String, IResource) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocHyperlinkDetector.java
 (at line 61)
link[0] = new ResourceHyperlink(linkRegion, attrValue, res);
Discouraged access: The type ResourceHyperlink is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocInputContext.java : 12 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocInputContext.java
 (at line 27)
import org.eclipse.pde.internal.ui.editor.context.XMLInputContext;
Discouraged access: The type XMLInputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocInputContext.java
 (at line 33)
public class TocInputContext extends XMLInputContext {
Discouraged access: The type XMLInputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocInputContext.java
 (at line 43)
super(editor, input, primary);
Discouraged access: The constructor XMLInputContext(PDEFormEditor, IEditorInput, boolean) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocInputContext.java
 (at line 44)
create();
Discouraged access: The method create() from the type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocInputContext.java
 (at line 53)
IDocument document = getDocumentProvider().getDocument(input);
Discouraged access: The method getDocumentProvider() from the type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocInputContext.java
 (at line 64)
model.setCharset(getDefaultCharset());
Discouraged access: The method getDefaultCharset() from the type UTF8InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocInputContext.java
 (at line 68)
model.setCharset(getDefaultCharset());
Discouraged access: The method getDefaultCharset() from the type UTF8InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocInputContext.java
 (at line 70)
model.setCharset(getDefaultCharset());
Discouraged access: The method getDefaultCharset() from the type UTF8InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocInputContext.java
 (at line 99)
fEditOperations.clear();
Discouraged access: The field fEditOperations from the type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocInputContext.java
 (at line 100)
fOperationTable.clear();
Discouraged access: The field fOperationTable from the type XMLInputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocInputContext.java
 (at line 101)
fMoveOperations.clear();
Discouraged access: The field fMoveOperations from the type XMLInputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
12. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocInputContext.java
 (at line 102)
AbstractEditingModel model = (AbstractEditingModel) getModel();
Discouraged access: The method getModel() from the type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocInputContextManager.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocInputContextManager.java
 (at line 16)
import org.eclipse.pde.internal.ui.editor.context.InputContext;
Discouraged access: The type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocInputContextManager.java
 (at line 17)
import org.eclipse.pde.internal.ui.editor.context.InputContextManager;
Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocInputContextManager.java
 (at line 23)
public class TocInputContextManager extends InputContextManager {
Discouraged access: The type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocInputContextManager.java
 (at line 29)
super(editor);
Discouraged access: The constructor InputContextManager(PDEFormEditor) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocInputContextManager.java
 (at line 36)
InputContext context = findContext(TocInputContext.CONTEXT_ID);
Discouraged access: The type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocInputContextManager.java
 (at line 36)
InputContext context = findContext(TocInputContext.CONTEXT_ID);
Discouraged access: The method findContext(String) from the type InputContextManager is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocInputContextManager.java
 (at line 40)
return context.getModel();
Discouraged access: The method getModel() from the type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocPage.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocPage.java
 (at line 29)
import org.eclipse.pde.internal.ui.IHelpContextIds;
Discouraged access: The type IHelpContextIds is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocPage.java
 (at line 30)
import org.eclipse.pde.internal.ui.IPDEUIConstants;
Discouraged access: The type IPDEUIConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocPage.java
 (at line 78)
PlatformUI.getWorkbench().getHelpSystem().setHelp(form.getBody(), IHelpContextIds.TOC_EDITOR);
Discouraged access: The type IHelpContextIds is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocPage.java
 (at line 78)
PlatformUI.getWorkbench().getHelpSystem().setHelp(form.getBody(), IHelpContextIds.TOC_EDITOR);
Discouraged access: The field TOC_EDITOR from the type IHelpContextIds is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocPage.java
 (at line 82)
form.setImage(PDEUserAssistanceUIPlugin.getDefault().getLabelProvider().get(PDEUserAssistanceUIPluginImages.DESC_TOC_OBJ));
Discouraged access: The method get(ImageDescriptor) from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocPage.java
 (at line 177)
if (page instanceof TocSourcePage && ((TocSourcePage) page).getInputContext().isInSourceMode()) {
Discouraged access: The method isInSourceMode() from the type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocPage.java
 (at line 211)
return IPDEUIConstants.PLUGIN_DOC_ROOT + "guide/tools/editors/toc_editor/page_toc.htm"; //$NON-NLS-1$
Discouraged access: The type IPDEUIConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocPage.java
 (at line 211)
return IPDEUIConstants.PLUGIN_DOC_ROOT + "guide/tools/editors/toc_editor/page_toc.htm"; //$NON-NLS-1$
Discouraged access: The field PLUGIN_DOC_ROOT from the type IPDEUIConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocSourcePage.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocSourcePage.java
 (at line 26)
import org.eclipse.pde.internal.ui.IHelpContextIds;
Discouraged access: The type IHelpContextIds is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocSourcePage.java
 (at line 112)
TocObject toc = ((TocModel) getInputContext().getModel()).getToc();
Discouraged access: The method getModel() from the type InputContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocSourcePage.java
 (at line 128)
setHelpContextId(IHelpContextIds.TOC_EDITOR);
Discouraged access: The type IHelpContextIds is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocSourcePage.java
 (at line 128)
setHelpContextId(IHelpContextIds.TOC_EDITOR);
Discouraged access: The field TOC_EDITOR from the type IHelpContextIds is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocTreeSection.java : 29 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocTreeSection.java
 (at line 38)
import org.eclipse.pde.internal.ui.editor.actions.CollapseAction;
Discouraged access: The type CollapseAction is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocTreeSection.java
 (at line 39)
import org.eclipse.pde.internal.ui.editor.plugin.FormFilteredTree;
Discouraged access: The type FormFilteredTree is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocTreeSection.java
 (at line 40)
import org.eclipse.pde.internal.ui.parts.TreePart;
Discouraged access: The type TreePart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocTreeSection.java
 (at line 41)
import org.eclipse.pde.internal.ui.util.PDELabelUtility;
Discouraged access: The type PDELabelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocTreeSection.java
 (at line 73)
private FormFilteredTree fFilteredTree;
Discouraged access: The type FormFilteredTree is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocTreeSection.java
 (at line 108)
private CollapseAction fCollapseAction;
Discouraged access: The type CollapseAction is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocTreeSection.java
 (at line 173)
fFilteredTree.createUIListenerEntryFilter(this);
Discouraged access: The method createUIListenerEntryFilter(IContextPart) from the type FormFilteredTree is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocTreeSection.java
 (at line 199)
fCollapseAction = new CollapseAction(fTocTree, TocMessages.TocTreeSection_collapseAll, 1, fModel.getToc());
Discouraged access: The constructor CollapseAction(AbstractTreeViewer, String, int, Object) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocTreeSection.java
 (at line 199)
fCollapseAction = new CollapseAction(fTocTree, TocMessages.TocTreeSection_collapseAll, 1, fModel.getToc());
Discouraged access: The type CollapseAction is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocTreeSection.java
 (at line 213)
TreePart treePart = getTreePart();
Discouraged access: The type TreePart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocTreeSection.java
 (at line 216)
fTocTree = treePart.getTreeViewer();
Discouraged access: The method getTreeViewer() from the type TreePart is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
12. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocTreeSection.java
 (at line 220)
PDEUserAssistanceUIPlugin.getDefault().getLabelProvider().connect(this);
Discouraged access: The method connect(Object) from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
13. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocTreeSection.java
 (at line 269)
getTreePart().setButtonEnabled(F_BUTTON_ADD_TOPIC, isEditable());
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
14. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocTreeSection.java
 (at line 270)
getTreePart().setButtonEnabled(F_BUTTON_ADD_ANCHOR, isEditable());
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
15. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocTreeSection.java
 (at line 271)
getTreePart().setButtonEnabled(F_BUTTON_ADD_LINK, isEditable());
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
16. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocTreeSection.java
 (at line 274)
getTreePart().setButtonEnabled(F_BUTTON_REMOVE, false);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
17. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocTreeSection.java
 (at line 276)
getTreePart().setButtonEnabled(F_BUTTON_UP, false);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
18. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocTreeSection.java
 (at line 278)
getTreePart().setButtonEnabled(F_BUTTON_DOWN, false);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
19. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocTreeSection.java
 (at line 404)
getTreePart().setButtonEnabled(F_BUTTON_ADD_TOPIC, canAddObject);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
20. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocTreeSection.java
 (at line 405)
getTreePart().setButtonEnabled(F_BUTTON_ADD_LINK, canAddObject);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
21. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocTreeSection.java
 (at line 406)
getTreePart().setButtonEnabled(F_BUTTON_ADD_ANCHOR, canAddObject);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
22. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocTreeSection.java
 (at line 407)
getTreePart().setButtonEnabled(F_BUTTON_REMOVE, canRemove);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
23. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocTreeSection.java
 (at line 408)
getTreePart().setButtonEnabled(F_BUTTON_UP, canMoveUp);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
24. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocTreeSection.java
 (at line 409)
getTreePart().setButtonEnabled(F_BUTTON_DOWN, canMoveDown);
Discouraged access: The method setButtonEnabled(int, boolean) from the type SharedPartWithButtons is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
25. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocTreeSection.java
 (at line 883)
title = PDELabelUtility.generateName(tocObjectNames, TocMessages.TocTreeSection_topic);
Discouraged access: The type PDELabelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
26. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocTreeSection.java
 (at line 883)
title = PDELabelUtility.generateName(tocObjectNames, TocMessages.TocTreeSection_topic);
Discouraged access: The method generateName(String[], String) from the type PDELabelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
27. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocTreeSection.java
 (at line 1201)
fFilteredTree = new FormFilteredTree(parent, style, new PatternFilter());
Discouraged access: The constructor FormFilteredTree(Composite, int, PatternFilter) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
28. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocTreeSection.java
 (at line 1201)
fFilteredTree = new FormFilteredTree(parent, style, new PatternFilter());
Discouraged access: The type FormFilteredTree is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
29. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/TocTreeSection.java
 (at line 1210)
PDEUserAssistanceUIPlugin.getDefault().getLabelProvider().disconnect(this);
Discouraged access: The method disconnect(Object) from the type SharedLabelProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/toc/actions/TocAddAnchorAction.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/actions/TocAddAnchorAction.java
 (at line 15)
import org.eclipse.pde.internal.ui.util.PDELabelUtility;
Discouraged access: The type PDELabelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/actions/TocAddAnchorAction.java
 (at line 34)
String name = PDELabelUtility.generateName(getChildNames(), TocActionMessages.TocAddAnchorAction_anchor);
Discouraged access: The type PDELabelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/actions/TocAddAnchorAction.java
 (at line 34)
String name = PDELabelUtility.generateName(getChildNames(), TocActionMessages.TocAddAnchorAction_anchor);
Discouraged access: The method generateName(String[], String) from the type PDELabelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/toc/actions/TocAddLinkAction.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/actions/TocAddLinkAction.java
 (at line 15)
import org.eclipse.pde.internal.ui.util.PDELabelUtility;
Discouraged access: The type PDELabelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/actions/TocAddLinkAction.java
 (at line 30)
String name = PDELabelUtility.generateName(getChildNames(), TocActionMessages.TocAddLinkAction_link);
Discouraged access: The type PDELabelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/actions/TocAddLinkAction.java
 (at line 30)
String name = PDELabelUtility.generateName(getChildNames(), TocActionMessages.TocAddLinkAction_link);
Discouraged access: The method generateName(String[], String) from the type PDELabelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/toc/actions/TocAddTopicAction.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/actions/TocAddTopicAction.java
 (at line 15)
import org.eclipse.pde.internal.ui.util.PDELabelUtility;
Discouraged access: The type PDELabelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/actions/TocAddTopicAction.java
 (at line 31)
String name = PDELabelUtility.generateName(getChildNames(), TocActionMessages.TocAddTopicAction_topic);
Discouraged access: The type PDELabelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/actions/TocAddTopicAction.java
 (at line 31)
String name = PDELabelUtility.generateName(getChildNames(), TocActionMessages.TocAddTopicAction_topic);
Discouraged access: The method generateName(String[], String) from the type PDELabelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocAbstractDetails.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocAbstractDetails.java
 (at line 24)
import org.eclipse.pde.internal.ui.parts.FormEntry;
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocAbstractDetails.java
 (at line 155)
getPathEntryField().setValue(path.removeFirstSegments(1).toString()); //$NON-NLS-1$
Discouraged access: The method setValue(String) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocAbstractDetails.java
 (at line 157)
getPathEntryField().setValue(".." + path.toString()); //$NON-NLS-1$
Discouraged access: The method setValue(String) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocAbstractDetails.java
 (at line 162)
IFile file = getMasterSection().openFile(getPathEntryField().getValue(), isTocPath());
Discouraged access: The method getValue() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocAbstractDetails.java
 (at line 174)
protected abstract FormEntry getPathEntryField();
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocAnchorDetails.java : 12 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocAnchorDetails.java
 (at line 20)
import org.eclipse.pde.internal.ui.parts.FormEntry;
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocAnchorDetails.java
 (at line 30)
private FormEntry fAnchorIdEntry;
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocAnchorDetails.java
 (at line 54)
protected FormEntry getPathEntryField() {
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocAnchorDetails.java
 (at line 69)
fAnchorIdEntry = new FormEntry(parent, getManagedForm().getToolkit(), TocDetailsMessages.TocAnchorDetails_idText, SWT.NONE);
Discouraged access: The constructor FormEntry(Composite, FormToolkit, String, int) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocAnchorDetails.java
 (at line 69)
fAnchorIdEntry = new FormEntry(parent, getManagedForm().getToolkit(), TocDetailsMessages.TocAnchorDetails_idText, SWT.NONE);
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocAnchorDetails.java
 (at line 71)
fAnchorIdEntry.getText().setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false));
Discouraged access: The method getText() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocAnchorDetails.java
 (at line 93)
fAnchorIdEntry.setFormEntryListener(new FormEntryAdapter(this) { public void textValueChanged(FormEntry entry) { // Ensure data object is defined if (fDataTOCAnchor != null) { { fDataTOCAnchor.setFieldAnchorId(fAnchorIdEntry.getValue()); } } } });
Discouraged access: The method setFormEntryListener(IFormEntryListener) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocAnchorDetails.java
 (at line 94)
public void textValueChanged(FormEntry entry) {
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocAnchorDetails.java
 (at line 98)
fDataTOCAnchor.setFieldAnchorId(fAnchorIdEntry.getValue());
Discouraged access: The method getValue() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocAnchorDetails.java
 (at line 119)
fAnchorIdEntry.setValue(fDataTOCAnchor.getFieldAnchorId(), true);
Discouraged access: The method setValue(String, boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocAnchorDetails.java
 (at line 120)
fAnchorIdEntry.setEditable(editable);
Discouraged access: The method setEditable(boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
12. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocAnchorDetails.java
 (at line 129)
fAnchorIdEntry.commit();
Discouraged access: The method commit() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java : 33 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java
 (at line 23)
import org.eclipse.pde.internal.ui.parts.FormEntry;
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java
 (at line 24)
import org.eclipse.pde.internal.ui.util.FileValidator;
Discouraged access: The type FileValidator is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java
 (at line 37)
private FormEntry fNameEntry;
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java
 (at line 38)
private FormEntry fAnchorEntry;
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java
 (at line 39)
private FormEntry fPageEntry;
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java
 (at line 65)
protected FormEntry getPathEntryField() {
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java
 (at line 86)
fNameEntry = new FormEntry(parent, getManagedForm().getToolkit(), TocDetailsMessages.TocDetails_nameText, SWT.NONE);
Discouraged access: The constructor FormEntry(Composite, FormToolkit, String, int) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java
 (at line 86)
fNameEntry = new FormEntry(parent, getManagedForm().getToolkit(), TocDetailsMessages.TocDetails_nameText, SWT.NONE);
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java
 (at line 95)
fAnchorEntry = new FormEntry(parent, getManagedForm().getToolkit(), TocDetailsMessages.TocDetails_anchorText, SWT.NONE);
Discouraged access: The constructor FormEntry(Composite, FormToolkit, String, int) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java
 (at line 95)
fAnchorEntry = new FormEntry(parent, getManagedForm().getToolkit(), TocDetailsMessages.TocDetails_anchorText, SWT.NONE);
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java
 (at line 104)
fPageEntry = new FormEntry(parent, getManagedForm().getToolkit(), TocDetailsMessages.TocDetails_locationText, TocDetailsMessages.TocDetails_browse, isEditable());
Discouraged access: The constructor FormEntry(Composite, FormToolkit, String, String, boolean) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
12. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java
 (at line 104)
fPageEntry = new FormEntry(parent, getManagedForm().getToolkit(), TocDetailsMessages.TocDetails_locationText, TocDetailsMessages.TocDetails_browse, isEditable());
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
13. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java
 (at line 128)
fNameEntry.setFormEntryListener(new FormEntryAdapter(this) { public void textValueChanged(FormEntry entry) { // Ensure data object is defined if (fDataTOC != null) { { fDataTOC.setFieldLabel(fNameEntry.getValue()); } } } });
Discouraged access: The method setFormEntryListener(IFormEntryListener) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
14. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java
 (at line 129)
public void textValueChanged(FormEntry entry) {
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
15. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java
 (at line 133)
fDataTOC.setFieldLabel(fNameEntry.getValue());
Discouraged access: The method getValue() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
16. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java
 (at line 144)
fAnchorEntry.setFormEntryListener(new FormEntryAdapter(this) { public void textValueChanged(FormEntry entry) { // Ensure data object is defined if (fDataTOC != null) { { fDataTOC.setFieldAnchorTo(fAnchorEntry.getValue()); } } } });
Discouraged access: The method setFormEntryListener(IFormEntryListener) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
17. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java
 (at line 145)
public void textValueChanged(FormEntry entry) {
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
18. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java
 (at line 149)
fDataTOC.setFieldAnchorTo(fAnchorEntry.getValue());
Discouraged access: The method getValue() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
19. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java
 (at line 160)
fPageEntry.setFormEntryListener(new FormEntryAdapter(this) { public void textValueChanged(FormEntry entry) { // Ensure data object is defined if (fDataTOC != null) { fDataTOC.setFieldRef(fPageEntry.getValue()); } } public void browseButtonSelected(FormEntry entry) { handleBrowse(); } public void linkActivated(HyperlinkEvent e) { handleOpen(); } });
Discouraged access: The method setFormEntryListener(IFormEntryListener) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
20. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java
 (at line 161)
public void textValueChanged(FormEntry entry) { // Ensure data object is defined
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
21. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java
 (at line 163)
fDataTOC.setFieldRef(fPageEntry.getValue());
Discouraged access: The method getValue() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
22. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java
 (at line 167)
public void browseButtonSelected(FormEntry entry) {
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
23. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java
 (at line 180)
dialog.setValidator(new FileValidator());
Discouraged access: The constructor FileValidator() is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
24. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java
 (at line 180)
dialog.setValidator(new FileValidator());
Discouraged access: The type FileValidator is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
25. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java
 (at line 210)
fNameEntry.setValue(fDataTOC.getFieldLabel(), true);
Discouraged access: The method setValue(String, boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
26. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java
 (at line 211)
fNameEntry.setEditable(editable);
Discouraged access: The method setEditable(boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
27. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java
 (at line 218)
fAnchorEntry.setValue(fDataTOC.getFieldAnchorTo(), true);
Discouraged access: The method setValue(String, boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
28. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java
 (at line 219)
fAnchorEntry.setEditable(editable);
Discouraged access: The method setEditable(boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
29. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java
 (at line 226)
fPageEntry.setValue(fDataTOC.getFieldRef(), true);
Discouraged access: The method setValue(String, boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
30. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java
 (at line 227)
fPageEntry.setEditable(editable);
Discouraged access: The method setEditable(boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
31. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java
 (at line 236)
fNameEntry.commit();
Discouraged access: The method commit() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
32. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java
 (at line 237)
fAnchorEntry.commit();
Discouraged access: The method commit() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
33. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java
 (at line 238)
fPageEntry.commit();
Discouraged access: The method commit() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocLinkDetails.java : 15 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocLinkDetails.java
 (at line 25)
import org.eclipse.pde.internal.ui.parts.FormEntry;
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocLinkDetails.java
 (at line 26)
import org.eclipse.pde.internal.ui.util.FileExtensionFilter;
Discouraged access: The type FileExtensionFilter is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocLinkDetails.java
 (at line 38)
private FormEntry fTocPathEntry;
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocLinkDetails.java
 (at line 62)
protected FormEntry getPathEntryField() {
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocLinkDetails.java
 (at line 83)
fTocPathEntry = new FormEntry(parent, getManagedForm().getToolkit(), TocDetailsMessages.TocLinkDetails_locationText, TocDetailsMessages.TocLinkDetails_browse, isEditable());
Discouraged access: The constructor FormEntry(Composite, FormToolkit, String, String, boolean) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocLinkDetails.java
 (at line 83)
fTocPathEntry = new FormEntry(parent, getManagedForm().getToolkit(), TocDetailsMessages.TocLinkDetails_locationText, TocDetailsMessages.TocLinkDetails_browse, isEditable());
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocLinkDetails.java
 (at line 105)
fTocPathEntry.setFormEntryListener(new FormEntryAdapter(this) { public void textValueChanged(FormEntry entry) { // Ensure data object is defined if (fDataTOCLink != null) { fDataTOCLink.setFieldTocPath(fTocPathEntry.getValue()); } } public void browseButtonSelected(FormEntry entry) { handleBrowse(); } public void linkActivated(HyperlinkEvent e) { handleOpen(); } });
Discouraged access: The method setFormEntryListener(IFormEntryListener) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocLinkDetails.java
 (at line 106)
public void textValueChanged(FormEntry entry) {
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocLinkDetails.java
 (at line 109)
fDataTOCLink.setFieldTocPath(fTocPathEntry.getValue());
Discouraged access: The method getValue() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocLinkDetails.java
 (at line 113)
public void browseButtonSelected(FormEntry entry) {
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocLinkDetails.java
 (at line 130)
dialog.addFilter(new FileExtensionFilter(HelpEditorUtil.tocExtension));
Discouraged access: The constructor FileExtensionFilter(String) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
12. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocLinkDetails.java
 (at line 130)
dialog.addFilter(new FileExtensionFilter(HelpEditorUtil.tocExtension));
Discouraged access: The type FileExtensionFilter is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
13. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocLinkDetails.java
 (at line 154)
fTocPathEntry.setValue(fDataTOCLink.getFieldTocPath(), true);
Discouraged access: The method setValue(String, boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
14. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocLinkDetails.java
 (at line 155)
fTocPathEntry.setEditable(editable);
Discouraged access: The method setEditable(boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
15. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocLinkDetails.java
 (at line 164)
fTocPathEntry.commit();
Discouraged access: The method commit() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocTopicDetails.java : 24 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocTopicDetails.java
 (at line 22)
import org.eclipse.pde.internal.ui.parts.FormEntry;
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocTopicDetails.java
 (at line 23)
import org.eclipse.pde.internal.ui.util.FileValidator;
Discouraged access: The type FileValidator is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocTopicDetails.java
 (at line 36)
private FormEntry fNameEntry;
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocTopicDetails.java
 (at line 37)
private FormEntry fPageEntry;
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocTopicDetails.java
 (at line 62)
protected FormEntry getPathEntryField() {
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocTopicDetails.java
 (at line 81)
fNameEntry = new FormEntry(parent, getManagedForm().getToolkit(), TocDetailsMessages.TocTopicDetails_nameText, SWT.NONE);
Discouraged access: The constructor FormEntry(Composite, FormToolkit, String, int) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocTopicDetails.java
 (at line 81)
fNameEntry = new FormEntry(parent, getManagedForm().getToolkit(), TocDetailsMessages.TocTopicDetails_nameText, SWT.NONE);
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocTopicDetails.java
 (at line 90)
fPageEntry = new FormEntry(parent, getManagedForm().getToolkit(), TocDetailsMessages.TocTopicDetails_locationText, TocDetailsMessages.TocTopicDetails_browse, isEditable());
Discouraged access: The constructor FormEntry(Composite, FormToolkit, String, String, boolean) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocTopicDetails.java
 (at line 90)
fPageEntry = new FormEntry(parent, getManagedForm().getToolkit(), TocDetailsMessages.TocTopicDetails_locationText, TocDetailsMessages.TocTopicDetails_browse, isEditable());
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocTopicDetails.java
 (at line 113)
fNameEntry.setFormEntryListener(new FormEntryAdapter(this) { public void textValueChanged(FormEntry entry) { // Ensure data object is defined if (fDataTOCTopic != null) { { fDataTOCTopic.setFieldLabel(fNameEntry.getValue()); } } } });
Discouraged access: The method setFormEntryListener(IFormEntryListener) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocTopicDetails.java
 (at line 114)
public void textValueChanged(FormEntry entry) {
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
12. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocTopicDetails.java
 (at line 118)
fDataTOCTopic.setFieldLabel(fNameEntry.getValue());
Discouraged access: The method getValue() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
13. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocTopicDetails.java
 (at line 129)
fPageEntry.setFormEntryListener(new FormEntryAdapter(this) { public void textValueChanged(FormEntry entry) { // Ensure data object is defined if (fDataTOCTopic != null) { fDataTOCTopic.setFieldRef(fPageEntry.getValue()); } } public void browseButtonSelected(FormEntry entry) { handleBrowse(); } public void linkActivated(HyperlinkEvent e) { handleOpen(); } });
Discouraged access: The method setFormEntryListener(IFormEntryListener) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
14. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocTopicDetails.java
 (at line 130)
public void textValueChanged(FormEntry entry) { // Ensure data object is defined
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
15. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocTopicDetails.java
 (at line 132)
fDataTOCTopic.setFieldRef(fPageEntry.getValue());
Discouraged access: The method getValue() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
16. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocTopicDetails.java
 (at line 136)
public void browseButtonSelected(FormEntry entry) {
Discouraged access: The type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
17. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocTopicDetails.java
 (at line 149)
dialog.setValidator(new FileValidator());
Discouraged access: The constructor FileValidator() is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
18. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocTopicDetails.java
 (at line 149)
dialog.setValidator(new FileValidator());
Discouraged access: The type FileValidator is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
19. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocTopicDetails.java
 (at line 178)
fNameEntry.setValue(fDataTOCTopic.getFieldLabel(), true);
Discouraged access: The method setValue(String, boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
20. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocTopicDetails.java
 (at line 179)
fNameEntry.setEditable(editable);
Discouraged access: The method setEditable(boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
21. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocTopicDetails.java
 (at line 186)
fPageEntry.setValue(fDataTOCTopic.getFieldRef(), true);
Discouraged access: The method setValue(String, boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
22. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocTopicDetails.java
 (at line 187)
fPageEntry.setEditable(editable);
Discouraged access: The method setEditable(boolean) from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
23. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocTopicDetails.java
 (at line 196)
fNameEntry.commit();
Discouraged access: The method commit() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
24. WARNING in /src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocTopicDetails.java
 (at line 197)
fPageEntry.commit();
Discouraged access: The method commit() from the type FormEntry is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/CSFileWizardPage.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/CSFileWizardPage.java
 (at line 16)
import org.eclipse.pde.internal.ui.IHelpContextIds;
Discouraged access: The type IHelpContextIds is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/CSFileWizardPage.java
 (at line 17)
import org.eclipse.pde.internal.ui.wizards.PDEWizardNewFileCreationPage;
Discouraged access: The type PDEWizardNewFileCreationPage is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/CSFileWizardPage.java
 (at line 33)
public class CSFileWizardPage extends PDEWizardNewFileCreationPage {
Discouraged access: The type PDEWizardNewFileCreationPage is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/CSFileWizardPage.java
 (at line 52)
super(pageName, selection);
Discouraged access: The constructor PDEWizardNewFileCreationPage(String, IStructuredSelection) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/CSFileWizardPage.java
 (at line 141)
PlatformUI.getWorkbench().getHelpSystem().setHelp(getControl(), IHelpContextIds.CHEAT_SHEET_PAGE);
Discouraged access: The type IHelpContextIds is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/CSFileWizardPage.java
 (at line 141)
PlatformUI.getWorkbench().getHelpSystem().setHelp(getControl(), IHelpContextIds.CHEAT_SHEET_PAGE);
Discouraged access: The field CHEAT_SHEET_PAGE from the type IHelpContextIds is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/CompCSCreationOperation.java : 1 warning :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/CompCSCreationOperation.java
 (at line 46)
model.dispose();
Discouraged access: The method dispose() from the type AbstractModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/NewCategoryNameDialog.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/NewCategoryNameDialog.java
 (at line 16)
import org.eclipse.pde.internal.ui.IHelpContextIds;
Discouraged access: The type IHelpContextIds is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/NewCategoryNameDialog.java
 (at line 47)
PlatformUI.getWorkbench().getHelpSystem().setHelp(shell, IHelpContextIds.NEW_CS_CATEGORY_NAME_DIALOG);
Discouraged access: The type IHelpContextIds is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/NewCategoryNameDialog.java
 (at line 47)
PlatformUI.getWorkbench().getHelpSystem().setHelp(shell, IHelpContextIds.NEW_CS_CATEGORY_NAME_DIALOG);
Discouraged access: The field NEW_CS_CATEGORY_NAME_DIALOG from the type IHelpContextIds is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java : 61 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 29)
import org.eclipse.pde.internal.core.ClasspathUtilCore;
Discouraged access: The type ClasspathUtilCore is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 30)
import org.eclipse.pde.internal.core.ICoreConstants;
Discouraged access: The type ICoreConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 31)
import org.eclipse.pde.internal.core.TargetPlatformHelper;
Discouraged access: The type TargetPlatformHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 32)
import org.eclipse.pde.internal.core.build.BuildObject;
Discouraged access: The type BuildObject is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 33)
import org.eclipse.pde.internal.core.build.WorkspaceBuildModel;
Discouraged access: The type WorkspaceBuildModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 34)
import org.eclipse.pde.internal.core.ibundle.IBundle;
Discouraged access: The type IBundle is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 35)
import org.eclipse.pde.internal.core.ibundle.IBundlePluginModelBase;
Discouraged access: The type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 36)
import org.eclipse.pde.internal.core.ibundle.IManifestHeader;
Discouraged access: The type IManifestHeader is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 37)
import org.eclipse.pde.internal.core.plugin.WorkspaceFragmentModel;
Discouraged access: The type WorkspaceFragmentModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 38)
import org.eclipse.pde.internal.core.plugin.WorkspacePluginModel;
Discouraged access: The type WorkspacePluginModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 39)
import org.eclipse.pde.internal.core.plugin.WorkspacePluginModelBase;
Discouraged access: The type WorkspacePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
12. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 46)
import org.eclipse.pde.internal.ui.IPDEUIConstants;
Discouraged access: The type IPDEUIConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
13. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 47)
import org.eclipse.pde.internal.ui.util.ModelModification;
Discouraged access: The type ModelModification is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
14. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 48)
import org.eclipse.pde.internal.ui.util.PDEModelUtility;
Discouraged access: The type PDEModelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
15. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 89)
IFile file = fRegisterCSData.getPluginProject().getFile(fragment ? ICoreConstants.FRAGMENT_PATH : ICoreConstants.PLUGIN_PATH);
Discouraged access: The type ICoreConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
16. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 89)
IFile file = fRegisterCSData.getPluginProject().getFile(fragment ? ICoreConstants.FRAGMENT_PATH : ICoreConstants.PLUGIN_PATH);
Discouraged access: The field FRAGMENT_PATH from the type ICoreConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
17. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 89)
IFile file = fRegisterCSData.getPluginProject().getFile(fragment ? ICoreConstants.FRAGMENT_PATH : ICoreConstants.PLUGIN_PATH);
Discouraged access: The type ICoreConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
18. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 89)
IFile file = fRegisterCSData.getPluginProject().getFile(fragment ? ICoreConstants.FRAGMENT_PATH : ICoreConstants.PLUGIN_PATH);
Discouraged access: The field PLUGIN_PATH from the type ICoreConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
19. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 150)
ModelModification mod = new ModelModification(fRegisterCSData.getPluginProject()) {
Discouraged access: The type ModelModification is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
20. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 150)
ModelModification mod = new ModelModification(fRegisterCSData.getPluginProject()) {
Discouraged access: The type ModelModification is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
21. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 156)
PDEModelUtility.modifyModel(mod, monitor);
Discouraged access: The type PDEModelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
22. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 156)
PDEModelUtility.modifyModel(mod, monitor);
Discouraged access: The method modifyModel(ModelModification, IProgressMonitor) from the type PDEModelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
23. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 369)
WorkspacePluginModelBase model = (WorkspacePluginModelBase) createModel(file);
Discouraged access: The type WorkspacePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
24. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 369)
WorkspacePluginModelBase model = (WorkspacePluginModelBase) createModel(file);
Discouraged access: The type WorkspacePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
25. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 373)
IPluginBase base = model.getPluginBase();
Discouraged access: The method getPluginBase() from the type AbstractPluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
26. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 374)
base.setSchemaVersion(TargetPlatformHelper.getSchemaVersion());
Discouraged access: The type TargetPlatformHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
27. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 374)
base.setSchemaVersion(TargetPlatformHelper.getSchemaVersion());
Discouraged access: The method getSchemaVersion() from the type TargetPlatformHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
28. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 380)
model.save();
Discouraged access: The method save() from the type WorkspacePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
29. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 399)
throw new CoreException(new Status(IStatus.ERROR, IPDEUIConstants.PLUGIN_ID, IStatus.ERROR, CSWizardMessages.RegisterCSOperation_errorMessage2, null));
Discouraged access: The type IPDEUIConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
30. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 399)
throw new CoreException(new Status(IStatus.ERROR, IPDEUIConstants.PLUGIN_ID, IStatus.ERROR, CSWizardMessages.RegisterCSOperation_errorMessage2, null));
Discouraged access: The field PLUGIN_ID from the type IPDEUIConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
31. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 402)
ModelModification mod = new ModelModification(fRegisterCSData.getPluginProject()) {
Discouraged access: The type ModelModification is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
32. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 402)
ModelModification mod = new ModelModification(fRegisterCSData.getPluginProject()) {
Discouraged access: The type ModelModification is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
33. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 408)
PDEModelUtility.modifyModel(mod, null);
Discouraged access: The type PDEModelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
34. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 408)
PDEModelUtility.modifyModel(mod, null);
Discouraged access: The method modifyModel(ModelModification, IProgressMonitor) from the type PDEModelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
35. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 416)
if ((model instanceof IBundlePluginModelBase) == false) {
Discouraged access: The type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
36. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 419)
IBundlePluginModelBase modelBase = (IBundlePluginModelBase) model;
Discouraged access: The type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
37. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 419)
IBundlePluginModelBase modelBase = (IBundlePluginModelBase) model;
Discouraged access: The type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
38. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 420)
IBundle bundle = modelBase.getBundleModel().getBundle();
Discouraged access: The type IBundle is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
39. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 420)
IBundle bundle = modelBase.getBundleModel().getBundle();
Discouraged access: The method getBundleModel() from the type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
40. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 420)
IBundle bundle = modelBase.getBundleModel().getBundle();
Discouraged access: The method getBundle() from the type IBundleModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
41. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 422)
IManifestHeader header = bundle.getManifestHeader(Constants.BUNDLE_SYMBOLICNAME);
Discouraged access: The type IManifestHeader is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
42. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 422)
IManifestHeader header = bundle.getManifestHeader(Constants.BUNDLE_SYMBOLICNAME);
Discouraged access: The method getManifestHeader(String) from the type IBundle is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
43. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 433)
header = bundle.getManifestHeader(Constants.REQUIRE_BUNDLE);
Discouraged access: The method getManifestHeader(String) from the type IBundle is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
44. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 451)
IBuild build = ClasspathUtilCore.getBuild(modelBase);
Discouraged access: The type ClasspathUtilCore is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
45. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 451)
IBuild build = ClasspathUtilCore.getBuild(modelBase);
Discouraged access: The method getBuild(IPluginModelBase) from the type ClasspathUtilCore is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
46. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 465)
if (entry.contains(ICoreConstants.PLUGIN_FILENAME_DESCRIPTOR) == false) {
Discouraged access: The type ICoreConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
47. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 465)
if (entry.contains(ICoreConstants.PLUGIN_FILENAME_DESCRIPTOR) == false) {
Discouraged access: The field PLUGIN_FILENAME_DESCRIPTOR from the type ICoreConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
48. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 466)
entry.addToken(ICoreConstants.PLUGIN_FILENAME_DESCRIPTOR);
Discouraged access: The type ICoreConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
49. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 466)
entry.addToken(ICoreConstants.PLUGIN_FILENAME_DESCRIPTOR);
Discouraged access: The field PLUGIN_FILENAME_DESCRIPTOR from the type ICoreConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
50. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 471)
if (build instanceof BuildObject) {
Discouraged access: The type BuildObject is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
51. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 472)
IBuildModel buildModel = ((BuildObject) build).getModel();
Discouraged access: The method getModel() from the type BuildObject is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
52. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 472)
IBuildModel buildModel = ((BuildObject) build).getModel();
Discouraged access: The type BuildObject is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
53. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 473)
if (buildModel instanceof WorkspaceBuildModel) {
Discouraged access: The type WorkspaceBuildModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
54. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 474)
((WorkspaceBuildModel) buildModel).save();
Discouraged access: The method save() from the type WorkspaceBuildModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
55. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 474)
((WorkspaceBuildModel) buildModel).save();
Discouraged access: The type WorkspaceBuildModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
56. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 484)
if (file.getProjectRelativePath().equals(ICoreConstants.FRAGMENT_PATH)) {
Discouraged access: The type ICoreConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
57. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 484)
if (file.getProjectRelativePath().equals(ICoreConstants.FRAGMENT_PATH)) {
Discouraged access: The field FRAGMENT_PATH from the type ICoreConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
58. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 485)
return new WorkspaceFragmentModel(file, false);
Discouraged access: The constructor WorkspaceFragmentModel(IFile, boolean) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
59. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 485)
return new WorkspaceFragmentModel(file, false);
Discouraged access: The type WorkspaceFragmentModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
60. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 487)
return new WorkspacePluginModel(file, false);
Discouraged access: The constructor WorkspacePluginModel(IFile, boolean) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
61. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 487)
return new WorkspacePluginModel(file, false);
Discouraged access: The type WorkspacePluginModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSWizardPage.java : 10 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSWizardPage.java
 (at line 22)
import org.eclipse.pde.internal.core.ibundle.IBundlePluginModelBase;
Discouraged access: The type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSWizardPage.java
 (at line 26)
import org.eclipse.pde.internal.ui.IHelpContextIds;
Discouraged access: The type IHelpContextIds is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSWizardPage.java
 (at line 27)
import org.eclipse.pde.internal.ui.util.SWTUtil;
Discouraged access: The type SWTUtil is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSWizardPage.java
 (at line 116)
if (base instanceof IBundlePluginModelBase)
Discouraged access: The type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSWizardPage.java
 (at line 117)
fExtensionsModel = ((IBundlePluginModelBase) base).getExtensionsModel();
Discouraged access: The method getExtensionsModel() from the type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSWizardPage.java
 (at line 117)
fExtensionsModel = ((IBundlePluginModelBase) base).getExtensionsModel();
Discouraged access: The type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSWizardPage.java
 (at line 225)
PlatformUI.getWorkbench().getHelpSystem().setHelp(container, IHelpContextIds.REGISTER_CS);
Discouraged access: The type IHelpContextIds is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSWizardPage.java
 (at line 225)
PlatformUI.getWorkbench().getHelpSystem().setHelp(container, IHelpContextIds.REGISTER_CS);
Discouraged access: The field REGISTER_CS from the type IHelpContextIds is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSWizardPage.java
 (at line 311)
SWTUtil.setButtonDimensionHint(fCategoryButton);
Discouraged access: The type SWTUtil is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSWizardPage.java
 (at line 311)
SWTUtil.setButtonDimensionHint(fCategoryButton);
Discouraged access: The method setButtonDimensionHint(Button) from the type SWTUtil is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/SimpleCSFileWizardPage.java : 1 warning :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/SimpleCSFileWizardPage.java
 (at line 88)
return super.validatePage();
Discouraged access: The method validatePage() from the type PDEWizardNewFileCreationPage is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/NewCtxHelpWizardPage.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/NewCtxHelpWizardPage.java
 (at line 15)
import org.eclipse.pde.internal.ui.wizards.PDEWizardNewFileCreationPage;
Discouraged access: The type PDEWizardNewFileCreationPage is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/NewCtxHelpWizardPage.java
 (at line 23)
public class NewCtxHelpWizardPage extends PDEWizardNewFileCreationPage {
Discouraged access: The type PDEWizardNewFileCreationPage is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/NewCtxHelpWizardPage.java
 (at line 28)
super(pageName, selection);
Discouraged access: The constructor PDEWizardNewFileCreationPage(String, IStructuredSelection) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java : 57 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 28)
import org.eclipse.pde.internal.core.ClasspathUtilCore;
Discouraged access: The type ClasspathUtilCore is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 29)
import org.eclipse.pde.internal.core.ICoreConstants;
Discouraged access: The type ICoreConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 30)
import org.eclipse.pde.internal.core.TargetPlatformHelper;
Discouraged access: The type TargetPlatformHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 31)
import org.eclipse.pde.internal.core.build.BuildObject;
Discouraged access: The type BuildObject is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 32)
import org.eclipse.pde.internal.core.build.WorkspaceBuildModel;
Discouraged access: The type WorkspaceBuildModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 33)
import org.eclipse.pde.internal.core.ibundle.IBundle;
Discouraged access: The type IBundle is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 34)
import org.eclipse.pde.internal.core.ibundle.IBundlePluginModelBase;
Discouraged access: The type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 35)
import org.eclipse.pde.internal.core.ibundle.IManifestHeader;
Discouraged access: The type IManifestHeader is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 36)
import org.eclipse.pde.internal.core.plugin.WorkspaceFragmentModel;
Discouraged access: The type WorkspaceFragmentModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 37)
import org.eclipse.pde.internal.core.plugin.WorkspacePluginModel;
Discouraged access: The type WorkspacePluginModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 38)
import org.eclipse.pde.internal.core.plugin.WorkspacePluginModelBase;
Discouraged access: The type WorkspacePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
12. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 45)
import org.eclipse.pde.internal.ui.util.ModelModification;
Discouraged access: The type ModelModification is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
13. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 46)
import org.eclipse.pde.internal.ui.util.PDEModelUtility;
Discouraged access: The type PDEModelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
14. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 93)
.getFile(fragment ? ICoreConstants.FRAGMENT_PATH
Discouraged access: The type ICoreConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
15. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 93)
.getFile(fragment ? ICoreConstants.FRAGMENT_PATH
Discouraged access: The field FRAGMENT_PATH from the type ICoreConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
16. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 94)
: ICoreConstants.PLUGIN_PATH);
Discouraged access: The type ICoreConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
17. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 94)
: ICoreConstants.PLUGIN_PATH);
Discouraged access: The field PLUGIN_PATH from the type ICoreConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
18. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 118)
ModelModification mod = new ModelModification(fProject) {
Discouraged access: The type ModelModification is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
19. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 118)
ModelModification mod = new ModelModification(fProject) {
Discouraged access: The type ModelModification is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
20. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 125)
PDEModelUtility.modifyModel(mod, monitor);
Discouraged access: The type PDEModelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
21. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 125)
PDEModelUtility.modifyModel(mod, monitor);
Discouraged access: The method modifyModel(ModelModification, IProgressMonitor) from the type PDEModelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
22. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 160)
if ((model instanceof IBundlePluginModelBase) == false) {
Discouraged access: The type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
23. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 163)
IBundlePluginModelBase modelBase = (IBundlePluginModelBase) model;
Discouraged access: The type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
24. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 163)
IBundlePluginModelBase modelBase = (IBundlePluginModelBase) model;
Discouraged access: The type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
25. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 164)
IBundle bundle = modelBase.getBundleModel().getBundle();
Discouraged access: The type IBundle is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
26. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 164)
IBundle bundle = modelBase.getBundleModel().getBundle();
Discouraged access: The method getBundleModel() from the type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
27. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 164)
IBundle bundle = modelBase.getBundleModel().getBundle();
Discouraged access: The method getBundle() from the type IBundleModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
28. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 166)
IManifestHeader header = bundle
Discouraged access: The type IManifestHeader is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
29. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 166)
IManifestHeader header = bundle .getManifestHeader(Constants.BUNDLE_SYMBOLICNAME);
Discouraged access: The method getManifestHeader(String) from the type IBundle is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
30. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 178)
header = bundle.getManifestHeader(Constants.REQUIRE_BUNDLE);
Discouraged access: The method getManifestHeader(String) from the type IBundle is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
31. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 191)
WorkspacePluginModelBase model;
Discouraged access: The type WorkspacePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
32. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 192)
if (file.getProjectRelativePath().equals(ICoreConstants.FRAGMENT_PATH)) {
Discouraged access: The type ICoreConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
33. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 192)
if (file.getProjectRelativePath().equals(ICoreConstants.FRAGMENT_PATH)) {
Discouraged access: The field FRAGMENT_PATH from the type ICoreConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
34. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 193)
model = new WorkspaceFragmentModel(file, false);
Discouraged access: The constructor WorkspaceFragmentModel(IFile, boolean) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
35. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 193)
model = new WorkspaceFragmentModel(file, false);
Discouraged access: The type WorkspaceFragmentModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
36. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 195)
model = new WorkspacePluginModel(file, false);
Discouraged access: The constructor WorkspacePluginModel(IFile, boolean) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
37. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 195)
model = new WorkspacePluginModel(file, false);
Discouraged access: The type WorkspacePluginModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
38. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 199)
IPluginBase base = model.getPluginBase();
Discouraged access: The method getPluginBase() from the type AbstractPluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
39. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 200)
base.setSchemaVersion(TargetPlatformHelper.getSchemaVersion());
Discouraged access: The type TargetPlatformHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
40. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 200)
base.setSchemaVersion(TargetPlatformHelper.getSchemaVersion());
Discouraged access: The method getSchemaVersion() from the type TargetPlatformHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
41. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 205)
model.save();
Discouraged access: The method save() from the type WorkspacePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
42. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 230)
ModelModification mod = new ModelModification(fProject) {
Discouraged access: The type ModelModification is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
43. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 230)
ModelModification mod = new ModelModification(fProject) {
Discouraged access: The type ModelModification is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
44. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 237)
PDEModelUtility.modifyModel(mod, null);
Discouraged access: The type PDEModelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
45. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 237)
PDEModelUtility.modifyModel(mod, null);
Discouraged access: The method modifyModel(ModelModification, IProgressMonitor) from the type PDEModelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
46. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 246)
IBuild build = ClasspathUtilCore.getBuild(modelBase);
Discouraged access: The type ClasspathUtilCore is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
47. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 246)
IBuild build = ClasspathUtilCore.getBuild(modelBase);
Discouraged access: The method getBuild(IPluginModelBase) from the type ClasspathUtilCore is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
48. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 260)
if (entry.contains(ICoreConstants.PLUGIN_FILENAME_DESCRIPTOR) == false) {
Discouraged access: The type ICoreConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
49. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 260)
if (entry.contains(ICoreConstants.PLUGIN_FILENAME_DESCRIPTOR) == false) {
Discouraged access: The field PLUGIN_FILENAME_DESCRIPTOR from the type ICoreConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
50. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 261)
entry.addToken(ICoreConstants.PLUGIN_FILENAME_DESCRIPTOR);
Discouraged access: The type ICoreConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
51. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 261)
entry.addToken(ICoreConstants.PLUGIN_FILENAME_DESCRIPTOR);
Discouraged access: The field PLUGIN_FILENAME_DESCRIPTOR from the type ICoreConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
52. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 266)
if (build instanceof BuildObject) {
Discouraged access: The type BuildObject is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
53. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 267)
IBuildModel buildModel = ((BuildObject) build).getModel();
Discouraged access: The method getModel() from the type BuildObject is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
54. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 267)
IBuildModel buildModel = ((BuildObject) build).getModel();
Discouraged access: The type BuildObject is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
55. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 268)
if (buildModel instanceof WorkspaceBuildModel) {
Discouraged access: The type WorkspaceBuildModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
56. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 269)
((WorkspaceBuildModel) buildModel).save();
Discouraged access: The method save() from the type WorkspaceBuildModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
57. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
 (at line 269)
((WorkspaceBuildModel) buildModel).save();
Discouraged access: The type WorkspaceBuildModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java : 58 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 29)
import org.eclipse.pde.internal.core.ClasspathUtilCore;
Discouraged access: The type ClasspathUtilCore is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 30)
import org.eclipse.pde.internal.core.ICoreConstants;
Discouraged access: The type ICoreConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 31)
import org.eclipse.pde.internal.core.TargetPlatformHelper;
Discouraged access: The type TargetPlatformHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 32)
import org.eclipse.pde.internal.core.build.BuildObject;
Discouraged access: The type BuildObject is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 33)
import org.eclipse.pde.internal.core.build.WorkspaceBuildModel;
Discouraged access: The type WorkspaceBuildModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 34)
import org.eclipse.pde.internal.core.ibundle.IBundle;
Discouraged access: The type IBundle is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 35)
import org.eclipse.pde.internal.core.ibundle.IBundlePluginModelBase;
Discouraged access: The type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 36)
import org.eclipse.pde.internal.core.ibundle.IManifestHeader;
Discouraged access: The type IManifestHeader is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 37)
import org.eclipse.pde.internal.core.plugin.WorkspaceFragmentModel;
Discouraged access: The type WorkspaceFragmentModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 38)
import org.eclipse.pde.internal.core.plugin.WorkspacePluginModel;
Discouraged access: The type WorkspacePluginModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 39)
import org.eclipse.pde.internal.core.plugin.WorkspacePluginModelBase;
Discouraged access: The type WorkspacePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
12. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 45)
import org.eclipse.pde.internal.ui.util.ModelModification;
Discouraged access: The type ModelModification is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
13. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 46)
import org.eclipse.pde.internal.ui.util.PDEModelUtility;
Discouraged access: The type PDEModelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
14. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 85)
IFile file = fPage.getPluginProject().getFile(fragment ? ICoreConstants.FRAGMENT_PATH : ICoreConstants.PLUGIN_PATH);
Discouraged access: The type ICoreConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
15. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 85)
IFile file = fPage.getPluginProject().getFile(fragment ? ICoreConstants.FRAGMENT_PATH : ICoreConstants.PLUGIN_PATH);
Discouraged access: The field FRAGMENT_PATH from the type ICoreConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
16. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 85)
IFile file = fPage.getPluginProject().getFile(fragment ? ICoreConstants.FRAGMENT_PATH : ICoreConstants.PLUGIN_PATH);
Discouraged access: The type ICoreConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
17. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 85)
IFile file = fPage.getPluginProject().getFile(fragment ? ICoreConstants.FRAGMENT_PATH : ICoreConstants.PLUGIN_PATH);
Discouraged access: The field PLUGIN_PATH from the type ICoreConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
18. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 146)
ModelModification mod = new ModelModification(fPage.getPluginProject()) {
Discouraged access: The type ModelModification is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
19. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 146)
ModelModification mod = new ModelModification(fPage.getPluginProject()) {
Discouraged access: The type ModelModification is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
20. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 152)
PDEModelUtility.modifyModel(mod, monitor);
Discouraged access: The type PDEModelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
21. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 152)
PDEModelUtility.modifyModel(mod, monitor);
Discouraged access: The method modifyModel(ModelModification, IProgressMonitor) from the type PDEModelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
22. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 305)
WorkspacePluginModelBase model = (WorkspacePluginModelBase) createModel(file);
Discouraged access: The type WorkspacePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
23. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 305)
WorkspacePluginModelBase model = (WorkspacePluginModelBase) createModel(file);
Discouraged access: The type WorkspacePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
24. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 309)
IPluginBase base = model.getPluginBase();
Discouraged access: The method getPluginBase() from the type AbstractPluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
25. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 310)
base.setSchemaVersion(TargetPlatformHelper.getSchemaVersion());
Discouraged access: The type TargetPlatformHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
26. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 310)
base.setSchemaVersion(TargetPlatformHelper.getSchemaVersion());
Discouraged access: The method getSchemaVersion() from the type TargetPlatformHelper is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
27. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 316)
model.save();
Discouraged access: The method save() from the type WorkspacePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
28. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 338)
ModelModification mod = new ModelModification(fPage.getPluginProject()) {
Discouraged access: The type ModelModification is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
29. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 338)
ModelModification mod = new ModelModification(fPage.getPluginProject()) {
Discouraged access: The type ModelModification is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
30. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 344)
PDEModelUtility.modifyModel(mod, null);
Discouraged access: The type PDEModelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
31. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 344)
PDEModelUtility.modifyModel(mod, null);
Discouraged access: The method modifyModel(ModelModification, IProgressMonitor) from the type PDEModelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
32. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 352)
if ((model instanceof IBundlePluginModelBase) == false) {
Discouraged access: The type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
33. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 355)
IBundlePluginModelBase modelBase = (IBundlePluginModelBase) model;
Discouraged access: The type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
34. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 355)
IBundlePluginModelBase modelBase = (IBundlePluginModelBase) model;
Discouraged access: The type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
35. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 356)
IBundle bundle = modelBase.getBundleModel().getBundle();
Discouraged access: The type IBundle is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
36. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 356)
IBundle bundle = modelBase.getBundleModel().getBundle();
Discouraged access: The method getBundleModel() from the type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
37. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 356)
IBundle bundle = modelBase.getBundleModel().getBundle();
Discouraged access: The method getBundle() from the type IBundleModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
38. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 358)
IManifestHeader header = bundle.getManifestHeader(Constants.BUNDLE_SYMBOLICNAME);
Discouraged access: The type IManifestHeader is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
39. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 358)
IManifestHeader header = bundle.getManifestHeader(Constants.BUNDLE_SYMBOLICNAME);
Discouraged access: The method getManifestHeader(String) from the type IBundle is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
40. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 369)
header = bundle.getManifestHeader(Constants.REQUIRE_BUNDLE);
Discouraged access: The method getManifestHeader(String) from the type IBundle is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
41. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 387)
IBuild build = ClasspathUtilCore.getBuild(modelBase);
Discouraged access: The type ClasspathUtilCore is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
42. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 387)
IBuild build = ClasspathUtilCore.getBuild(modelBase);
Discouraged access: The method getBuild(IPluginModelBase) from the type ClasspathUtilCore is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
43. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 401)
if (entry.contains(ICoreConstants.PLUGIN_FILENAME_DESCRIPTOR) == false) {
Discouraged access: The type ICoreConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
44. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 401)
if (entry.contains(ICoreConstants.PLUGIN_FILENAME_DESCRIPTOR) == false) {
Discouraged access: The field PLUGIN_FILENAME_DESCRIPTOR from the type ICoreConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
45. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 402)
entry.addToken(ICoreConstants.PLUGIN_FILENAME_DESCRIPTOR);
Discouraged access: The type ICoreConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
46. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 402)
entry.addToken(ICoreConstants.PLUGIN_FILENAME_DESCRIPTOR);
Discouraged access: The field PLUGIN_FILENAME_DESCRIPTOR from the type ICoreConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
47. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 407)
if (build instanceof BuildObject) {
Discouraged access: The type BuildObject is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
48. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 408)
IBuildModel buildModel = ((BuildObject) build).getModel();
Discouraged access: The method getModel() from the type BuildObject is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
49. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 408)
IBuildModel buildModel = ((BuildObject) build).getModel();
Discouraged access: The type BuildObject is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
50. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 409)
if (buildModel instanceof WorkspaceBuildModel) {
Discouraged access: The type WorkspaceBuildModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
51. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 410)
((WorkspaceBuildModel) buildModel).save();
Discouraged access: The method save() from the type WorkspaceBuildModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
52. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 410)
((WorkspaceBuildModel) buildModel).save();
Discouraged access: The type WorkspaceBuildModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
53. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 420)
if (file.getProjectRelativePath().equals(ICoreConstants.FRAGMENT_PATH)) {
Discouraged access: The type ICoreConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
54. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 420)
if (file.getProjectRelativePath().equals(ICoreConstants.FRAGMENT_PATH)) {
Discouraged access: The field FRAGMENT_PATH from the type ICoreConstants is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
55. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 421)
return new WorkspaceFragmentModel(file, false);
Discouraged access: The constructor WorkspaceFragmentModel(IFile, boolean) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
56. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 421)
return new WorkspaceFragmentModel(file, false);
Discouraged access: The type WorkspaceFragmentModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
57. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 423)
return new WorkspacePluginModel(file, false);
Discouraged access: The constructor WorkspacePluginModel(IFile, boolean) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
58. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
 (at line 423)
return new WorkspacePluginModel(file, false);
Discouraged access: The type WorkspacePluginModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocWizardPage.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocWizardPage.java
 (at line 21)
import org.eclipse.pde.internal.core.ibundle.IBundlePluginModelBase;
Discouraged access: The type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocWizardPage.java
 (at line 23)
import org.eclipse.pde.internal.ui.IHelpContextIds;
Discouraged access: The type IHelpContextIds is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocWizardPage.java
 (at line 90)
if (base instanceof IBundlePluginModelBase)
Discouraged access: The type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocWizardPage.java
 (at line 91)
fExtensionsModel = ((IBundlePluginModelBase) base).getExtensionsModel();
Discouraged access: The method getExtensionsModel() from the type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocWizardPage.java
 (at line 91)
fExtensionsModel = ((IBundlePluginModelBase) base).getExtensionsModel();
Discouraged access: The type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocWizardPage.java
 (at line 208)
PlatformUI.getWorkbench().getHelpSystem().setHelp(container, IHelpContextIds.REGISTER_TOC);
Discouraged access: The type IHelpContextIds is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocWizardPage.java
 (at line 208)
PlatformUI.getWorkbench().getHelpSystem().setHelp(container, IHelpContextIds.REGISTER_TOC);
Discouraged access: The field REGISTER_TOC from the type IHelpContextIds is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/internal/ua/ui/wizards/toc/TocWizardPage.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/TocWizardPage.java
 (at line 14)
import org.eclipse.pde.internal.ui.IHelpContextIds;
Discouraged access: The type IHelpContextIds is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/TocWizardPage.java
 (at line 15)
import org.eclipse.pde.internal.ui.wizards.PDEWizardNewFileCreationPage;
Discouraged access: The type PDEWizardNewFileCreationPage is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/TocWizardPage.java
 (at line 19)
public class TocWizardPage extends PDEWizardNewFileCreationPage {
Discouraged access: The type PDEWizardNewFileCreationPage is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/TocWizardPage.java
 (at line 24)
super(pageName, selection);
Discouraged access: The constructor PDEWizardNewFileCreationPage(String, IStructuredSelection) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/TocWizardPage.java
 (at line 34)
PlatformUI.getWorkbench().getHelpSystem().setHelp(getControl(), IHelpContextIds.TOC_PAGE);
Discouraged access: The type IHelpContextIds is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/TocWizardPage.java
 (at line 34)
PlatformUI.getWorkbench().getHelpSystem().setHelp(getControl(), IHelpContextIds.TOC_PAGE);
Discouraged access: The field TOC_PAGE from the type IHelpContextIds is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/ui/wizards/toc/TocWizardPage.java
 (at line 54)
return super.validatePage();
Discouraged access: The method validatePage() from the type PDEWizardNewFileCreationPage is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
Title: Compiler log for org.eclipse.pde.api.tools.tests_1.0.100.v20090323

Compiler log for org.eclipse.pde.api.tools.tests_1.0.100.v20090323 : @dot.xml

TOTAL : ERRORS: 30, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/pde/api/tools/tests/util/ProjectUtils.java : 14 errors :

1. ERROR in /src/org/eclipse/pde/api/tools/tests/util/ProjectUtils.java
 (at line 54)
import org.eclipse.pde.internal.core.text.bundle.BundleModelFactory;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/api/tools/tests/util/ProjectUtils.java
 (at line 55)
import org.eclipse.pde.internal.core.text.bundle.ExportPackageHeader;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
3. ERROR in /src/org/eclipse/pde/api/tools/tests/util/ProjectUtils.java
 (at line 56)
import org.eclipse.pde.internal.core.text.bundle.ExportPackageObject;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
4. ERROR in /src/org/eclipse/pde/api/tools/tests/util/ProjectUtils.java
 (at line 57)
import org.eclipse.pde.internal.core.text.bundle.PackageFriend;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
5. ERROR in /src/org/eclipse/pde/api/tools/tests/util/ProjectUtils.java
 (at line 481)
ExportPackageHeader header = getExportedPackageHeader(bundle);
ExportPackageHeader cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/api/tools/tests/util/ProjectUtils.java
 (at line 481)
ExportPackageHeader header = getExportedPackageHeader(bundle);
The method getExportedPackageHeader(IBundle) from the type ProjectUtils refers to the missing type ExportPackageHeader
7. ERROR in /src/org/eclipse/pde/api/tools/tests/util/ProjectUtils.java
 (at line 542)
ExportPackageObject pack = null;
ExportPackageObject cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/api/tools/tests/util/ProjectUtils.java
 (at line 544)
ExportPackageHeader header = getExportedPackageHeader(bundle);
ExportPackageHeader cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/api/tools/tests/util/ProjectUtils.java
 (at line 544)
ExportPackageHeader header = getExportedPackageHeader(bundle);
The method getExportedPackageHeader(IBundle) from the type ProjectUtils refers to the missing type ExportPackageHeader
10. ERROR in /src/org/eclipse/pde/api/tools/tests/util/ProjectUtils.java
 (at line 553)
pack.addFriend(new PackageFriend(pack, friends[i]));
PackageFriend cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/api/tools/tests/util/ProjectUtils.java
 (at line 577)
public static ExportPackageHeader getExportedPackageHeader(IBundle bundle) {
ExportPackageHeader cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/api/tools/tests/util/ProjectUtils.java
 (at line 579)
BundleModelFactory factory = new BundleModelFactory(bundle.getModel());
BundleModelFactory cannot be resolved to a type
13. ERROR in /src/org/eclipse/pde/api/tools/tests/util/ProjectUtils.java
 (at line 579)
BundleModelFactory factory = new BundleModelFactory(bundle.getModel());
BundleModelFactory cannot be resolved to a type
14. ERROR in /src/org/eclipse/pde/api/tools/tests/util/ProjectUtils.java
 (at line 584)
return (ExportPackageHeader) factory.createHeader(Constants.EXPORT_PACKAGE, value);
ExportPackageHeader cannot be resolved to a type

/src/org/eclipse/pde/api/tools/util/tests/ProjectCreationTests.java : 16 errors :

1. ERROR in /src/org/eclipse/pde/api/tools/util/tests/ProjectCreationTests.java
 (at line 35)
import org.eclipse.pde.internal.core.text.bundle.ExportPackageHeader;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/api/tools/util/tests/ProjectCreationTests.java
 (at line 36)
import org.eclipse.pde.internal.core.text.bundle.ExportPackageObject;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
3. ERROR in /src/org/eclipse/pde/api/tools/util/tests/ProjectCreationTests.java
 (at line 188)
private void assertExportedPackage(ExportPackageObject pack, boolean internalstate, int friendcount) {
ExportPackageObject cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/api/tools/util/tests/ProjectCreationTests.java
 (at line 206)
ExportPackageHeader header = ProjectUtils.getExportedPackageHeader(bundle);
ExportPackageHeader cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/api/tools/util/tests/ProjectCreationTests.java
 (at line 206)
ExportPackageHeader header = ProjectUtils.getExportedPackageHeader(bundle);
The method getExportedPackageHeader(IBundle) from the type ProjectUtils refers to the missing type ExportPackageHeader
6. ERROR in /src/org/eclipse/pde/api/tools/util/tests/ProjectCreationTests.java
 (at line 227)
ExportPackageHeader header = ProjectUtils.getExportedPackageHeader(bundle);
ExportPackageHeader cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/api/tools/util/tests/ProjectCreationTests.java
 (at line 227)
ExportPackageHeader header = ProjectUtils.getExportedPackageHeader(bundle);
The method getExportedPackageHeader(IBundle) from the type ProjectUtils refers to the missing type ExportPackageHeader
8. ERROR in /src/org/eclipse/pde/api/tools/util/tests/ProjectCreationTests.java
 (at line 248)
ExportPackageHeader header = ProjectUtils.getExportedPackageHeader(bundle);
ExportPackageHeader cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/api/tools/util/tests/ProjectCreationTests.java
 (at line 248)
ExportPackageHeader header = ProjectUtils.getExportedPackageHeader(bundle);
The method getExportedPackageHeader(IBundle) from the type ProjectUtils refers to the missing type ExportPackageHeader
10. ERROR in /src/org/eclipse/pde/api/tools/util/tests/ProjectCreationTests.java
 (at line 269)
ExportPackageHeader header = ProjectUtils.getExportedPackageHeader(bundle);
ExportPackageHeader cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/api/tools/util/tests/ProjectCreationTests.java
 (at line 269)
ExportPackageHeader header = ProjectUtils.getExportedPackageHeader(bundle);
The method getExportedPackageHeader(IBundle) from the type ProjectUtils refers to the missing type ExportPackageHeader
12. ERROR in /src/org/eclipse/pde/api/tools/util/tests/ProjectCreationTests.java
 (at line 291)
ExportPackageHeader header = ProjectUtils.getExportedPackageHeader(bundle);
ExportPackageHeader cannot be resolved to a type
13. ERROR in /src/org/eclipse/pde/api/tools/util/tests/ProjectCreationTests.java
 (at line 291)
ExportPackageHeader header = ProjectUtils.getExportedPackageHeader(bundle);
The method getExportedPackageHeader(IBundle) from the type ProjectUtils refers to the missing type ExportPackageHeader
14. ERROR in /src/org/eclipse/pde/api/tools/util/tests/ProjectCreationTests.java
 (at line 298)
header = ProjectUtils.getExportedPackageHeader(bundle);
The method getExportedPackageHeader(IBundle) from the type ProjectUtils refers to the missing type ExportPackageHeader
15. ERROR in /src/org/eclipse/pde/api/tools/util/tests/ProjectCreationTests.java
 (at line 317)
ExportPackageHeader header = ProjectUtils.getExportedPackageHeader(bundle);
ExportPackageHeader cannot be resolved to a type
16. ERROR in /src/org/eclipse/pde/api/tools/util/tests/ProjectCreationTests.java
 (at line 317)
ExportPackageHeader header = ProjectUtils.getExportedPackageHeader(bundle);
The method getExportedPackageHeader(IBundle) from the type ProjectUtils refers to the missing type ExportPackageHeader

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.core_3.5.0.v20090323-1600

Compiler log for org.eclipse.pde.core_3.5.0.v20090323-1600 : @dot.xml

TOTAL : ERRORS: 70, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/pde/internal/core/builders/BuildErrorReporter.java : 11 errors :

1. ERROR in /src/org/eclipse/pde/internal/core/builders/BuildErrorReporter.java
 (at line 35)
import org.eclipse.pde.internal.core.text.build.BuildEntry;
The import org.eclipse.pde.internal.core.text.build cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/core/builders/BuildErrorReporter.java
 (at line 36)
import org.eclipse.pde.internal.core.text.build.BuildModel;
The import org.eclipse.pde.internal.core.text.build cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/core/builders/BuildErrorReporter.java
 (at line 113)
reportErrors(prepareTextBuildModel(monitor));
The method prepareTextBuildModel(IProgressMonitor) from the type BuildErrorReporter refers to the missing type BuildModel
4. ERROR in /src/org/eclipse/pde/internal/core/builders/BuildErrorReporter.java
 (at line 533)
private BuildModel prepareTextBuildModel(IProgressMonitor monitor) {
BuildModel cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/core/builders/BuildErrorReporter.java
 (at line 538)
BuildModel bm = new BuildModel(doc, true);
BuildModel cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/core/builders/BuildErrorReporter.java
 (at line 538)
BuildModel bm = new BuildModel(doc, true);
BuildModel cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/core/builders/BuildErrorReporter.java
 (at line 549)
private void reportErrors(BuildModel bm) {
BuildModel cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/core/builders/BuildErrorReporter.java
 (at line 571)
if (!(ibe instanceof BuildEntry))
BuildEntry cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/core/builders/BuildErrorReporter.java
 (at line 573)
BuildEntry be = (BuildEntry) ibe;
BuildEntry cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/internal/core/builders/BuildErrorReporter.java
 (at line 573)
BuildEntry be = (BuildEntry) ibe;
BuildEntry cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/internal/core/builders/BuildErrorReporter.java
 (at line 574)
IDocument doc = ((BuildModel) be.getModel()).getDocument();
BuildModel cannot be resolved to a type

/src/org/eclipse/pde/internal/core/bundle/Bundle.java : 2 errors :

1. ERROR in /src/org/eclipse/pde/internal/core/bundle/Bundle.java
 (at line 17)
import org.eclipse.pde.internal.core.text.bundle.ManifestHeader;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/core/bundle/Bundle.java
 (at line 77)
return new ManifestHeader(key, getHeader(key), this, System.getProperty("line.separator")); //$NON-NLS-1$
ManifestHeader cannot be resolved to a type

/src/org/eclipse/pde/internal/core/bundle/BundleFragment.java : 5 errors :

1. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundleFragment.java
 (at line 21)
import org.eclipse.pde.internal.core.text.bundle.FragmentHostHeader;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundleFragment.java
 (at line 65)
if (header instanceof FragmentHostHeader) {
FragmentHostHeader cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundleFragment.java
 (at line 66)
((FragmentHostHeader) header).setHostId(id);
FragmentHostHeader cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundleFragment.java
 (at line 82)
if (header instanceof FragmentHostHeader) {
FragmentHostHeader cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundleFragment.java
 (at line 83)
((FragmentHostHeader) header).setHostRange(version);
FragmentHostHeader cannot be resolved to a type

/src/org/eclipse/pde/internal/core/bundle/BundlePlugin.java : 3 errors :

1. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePlugin.java
 (at line 20)
import org.eclipse.pde.internal.core.text.bundle.BundleActivatorHeader;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePlugin.java
 (at line 47)
if (header instanceof BundleActivatorHeader)
BundleActivatorHeader cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePlugin.java
 (at line 48)
((BundleActivatorHeader) header).setClassName(className);
BundleActivatorHeader cannot be resolved to a type

/src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java : 31 errors :

1. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java
 (at line 25)
import org.eclipse.pde.internal.core.text.bundle.*;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java
 (at line 120)
if (header instanceof BundleClasspathHeader) {
BundleClasspathHeader cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java
 (at line 121)
((BundleClasspathHeader) header).addLibrary(library.getName());
BundleClasspathHeader cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java
 (at line 151)
if (header instanceof BundleClasspathHeader) {
BundleClasspathHeader cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java
 (at line 152)
((BundleClasspathHeader) header).removeLibrary(library.getName());
BundleClasspathHeader cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java
 (at line 191)
if (header instanceof RequireBundleHeader) {
RequireBundleHeader cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java
 (at line 192)
((RequireBundleHeader) header).addBundle(iimport);
RequireBundleHeader cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java
 (at line 227)
if (header instanceof RequireBundleHeader) {
RequireBundleHeader cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java
 (at line 228)
((RequireBundleHeader) header).removeBundle(pluginImport.getId());
RequireBundleHeader cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java
 (at line 240)
if (header instanceof RequireBundleHeader) {
RequireBundleHeader cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java
 (at line 241)
((RequireBundleHeader) header).removeBundle(pluginImports[i].getId());
RequireBundleHeader cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java
 (at line 352)
if (header instanceof BundleVendorHeader)
BundleVendorHeader cannot be resolved to a type
13. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java
 (at line 353)
((BundleVendorHeader) header).setVendor(providerName);
BundleVendorHeader cannot be resolved to a type
14. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java
 (at line 385)
if (header instanceof BundleVersionHeader)
BundleVersionHeader cannot be resolved to a type
15. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java
 (at line 386)
((BundleVersionHeader) header).setVersionRange(version);
BundleVersionHeader cannot be resolved to a type
16. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java
 (at line 407)
if (header instanceof BundleClasspathHeader) {
BundleClasspathHeader cannot be resolved to a type
17. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java
 (at line 408)
((BundleClasspathHeader) header).swap(index1, index2);
BundleClasspathHeader cannot be resolved to a type
18. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java
 (at line 527)
if (header instanceof BundleSymbolicNameHeader)
BundleSymbolicNameHeader cannot be resolved to a type
19. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java
 (at line 528)
((BundleSymbolicNameHeader) header).setSingleton(singleton);
BundleSymbolicNameHeader cannot be resolved to a type
20. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java
 (at line 573)
if (header instanceof RequireBundleHeader) {
RequireBundleHeader cannot be resolved to a type
21. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java
 (at line 574)
((RequireBundleHeader) header).swap(index1, index2);
RequireBundleHeader cannot be resolved to a type
22. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java
 (at line 617)
if (header instanceof BundleSymbolicNameHeader)
BundleSymbolicNameHeader cannot be resolved to a type
23. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java
 (at line 618)
((BundleSymbolicNameHeader) header).setId(id);
BundleSymbolicNameHeader cannot be resolved to a type
24. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java
 (at line 654)
if (header instanceof BundleNameHeader)
BundleNameHeader cannot be resolved to a type
25. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java
 (at line 655)
((BundleNameHeader) header).setBundleName(name);
BundleNameHeader cannot be resolved to a type
26. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java
 (at line 736)
if (header instanceof RequireBundleHeader && imports != null)
RequireBundleHeader cannot be resolved to a type
27. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java
 (at line 737)
((RequireBundleHeader) header).updateBundle(imports.indexOf(iimport), iimport);
RequireBundleHeader cannot be resolved to a type
28. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java
 (at line 851)
if ((header instanceof RequireBundleHeader) == false) {
RequireBundleHeader cannot be resolved to a type
29. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java
 (at line 857)
((RequireBundleHeader) header).addBundle(iimport, index);
RequireBundleHeader cannot be resolved to a type
30. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java
 (at line 883)
if ((header instanceof BundleClasspathHeader) == false) {
BundleClasspathHeader cannot be resolved to a type
31. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java
 (at line 892)
((BundleClasspathHeader) header).addLibrary(library.getName(), index);
BundleClasspathHeader cannot be resolved to a type

/src/org/eclipse/pde/internal/core/bundle/BundlePluginModelBase.java : 3 errors :

1. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePluginModelBase.java
 (at line 26)
import org.eclipse.pde.internal.core.text.plugin.PluginModelBase;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePluginModelBase.java
 (at line 117)
if (fExtensionsModel instanceof PluginModelBase) {
PluginModelBase cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePluginModelBase.java
 (at line 118)
((PluginModelBase) fExtensionsModel).setLocalization(getBundleLocalization());
PluginModelBase cannot be resolved to a type

/src/org/eclipse/pde/internal/core/bundle/WorkspaceBundleModel.java : 2 errors :

1. ERROR in /src/org/eclipse/pde/internal/core/bundle/WorkspaceBundleModel.java
 (at line 25)
import org.eclipse.pde.internal.core.text.bundle.BundleModelFactory;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/core/bundle/WorkspaceBundleModel.java
 (at line 187)
fFactory = new BundleModelFactory(this);
BundleModelFactory cannot be resolved to a type

/src/org/eclipse/pde/internal/core/plugin/PluginImport.java : 7 errors :

1. ERROR in /src/org/eclipse/pde/internal/core/plugin/PluginImport.java
 (at line 33)
import org.eclipse.pde.internal.core.text.bundle.ManifestHeader;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/core/plugin/PluginImport.java
 (at line 34)
import org.eclipse.pde.internal.core.text.bundle.RequireBundleObject;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/core/plugin/PluginImport.java
 (at line 249)
if ((manifestHeader instanceof ManifestHeader) == false) {
ManifestHeader cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/core/plugin/PluginImport.java
 (at line 252)
ManifestHeader header = (ManifestHeader) manifestHeader;
ManifestHeader cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/core/plugin/PluginImport.java
 (at line 252)
ManifestHeader header = (ManifestHeader) manifestHeader;
ManifestHeader cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/core/plugin/PluginImport.java
 (at line 255)
RequireBundleObject element = new RequireBundleObject(header, fID);
RequireBundleObject cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/core/plugin/PluginImport.java
 (at line 255)
RequireBundleObject element = new RequireBundleObject(header, fID);
RequireBundleObject cannot be resolved to a type

/src/org/eclipse/pde/internal/core/schema/SchemaRegistry.java : 2 errors :

1. ERROR in /src/org/eclipse/pde/internal/core/schema/SchemaRegistry.java
 (at line 24)
import org.eclipse.pde.internal.core.text.plugin.PluginExtensionPointNode;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/core/schema/SchemaRegistry.java
 (at line 169)
if (point instanceof PluginExtensionPointNode) {
PluginExtensionPointNode cannot be resolved to a type

/src/org/eclipse/pde/internal/core/util/IdUtil.java : 2 errors :

1. ERROR in /src/org/eclipse/pde/internal/core/util/IdUtil.java
 (at line 15)
import org.eclipse.pde.internal.core.text.plugin.PluginExtensionPointNode;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/core/util/IdUtil.java
 (at line 109)
if ((point instanceof PluginExtensionPointNode) && (model != null)) {
PluginExtensionPointNode cannot be resolved to a type

/text/org/eclipse/pde/internal/core/text/DocumentNodeFactory.java : 2 errors :

1. ERROR in /text/org/eclipse/pde/internal/core/text/DocumentNodeFactory.java
 (at line 15)
import org.eclipse.pde.internal.core.text.plugin.DocumentGenericNode;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
2. ERROR in /text/org/eclipse/pde/internal/core/text/DocumentNodeFactory.java
 (at line 70)
return new DocumentGenericNode(name);
DocumentGenericNode 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.pde.ui.tests_3.1.100.v20090323-1600

Compiler log for org.eclipse.pde.ui.tests_3.1.100.v20090323-1600 : tests.jar.bin.xml

TOTAL : ERRORS: 384, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/pde/ui/tests/model/bundle/BundleActivatorTestCase.java : 9 errors :

1. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleActivatorTestCase.java
 (at line 17)
import org.eclipse.pde.internal.core.text.bundle.BundleActivatorHeader;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleActivatorTestCase.java
 (at line 41)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleActivatorTestCase.java
 (at line 43)
assertEquals(((BundleActivatorHeader) header).getClassName(), "com.package.Activator");
BundleActivatorHeader cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleActivatorTestCase.java
 (at line 54)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleActivatorTestCase.java
 (at line 57)
fModel.getBundle().setHeader(fHeaderName, "com.package.Activator");
BundleModel cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleActivatorTestCase.java
 (at line 58)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleActivatorTestCase.java
 (at line 81)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleActivatorTestCase.java
 (at line 84)
((BundleActivatorHeader) header).setClassName("com.package.BundleActivator");
BundleActivatorHeader cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleActivatorTestCase.java
 (at line 85)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type

/src/org/eclipse/pde/ui/tests/model/bundle/BundleClasspathTestCase.java : 10 errors :

1. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleClasspathTestCase.java
 (at line 17)
import org.eclipse.pde.internal.core.text.bundle.BundleClasspathHeader;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleClasspathTestCase.java
 (at line 41)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleClasspathTestCase.java
 (at line 42)
((BundleClasspathHeader) header).addLibrary("com.example.xyz");
BundleClasspathHeader cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleClasspathTestCase.java
 (at line 44)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleClasspathTestCase.java
 (at line 68)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleClasspathTestCase.java
 (at line 69)
((BundleClasspathHeader) header).removeLibrary("com.example.abc");
BundleClasspathHeader cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleClasspathTestCase.java
 (at line 71)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleClasspathTestCase.java
 (at line 94)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleClasspathTestCase.java
 (at line 95)
((BundleClasspathHeader) header).removeLibrary("com.example.abc");
BundleClasspathHeader cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleClasspathTestCase.java
 (at line 97)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type

/src/org/eclipse/pde/ui/tests/model/bundle/BundleLocalizationTestCase.java : 10 errors :

1. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleLocalizationTestCase.java
 (at line 17)
import org.eclipse.pde.internal.core.text.bundle.BundleLocalizationHeader;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleLocalizationTestCase.java
 (at line 39)
assertEquals(fModel.getBundle().getLocalization(), Constants.BUNDLE_LOCALIZATION_DEFAULT_BASENAME);
BundleModel cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleLocalizationTestCase.java
 (at line 52)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleLocalizationTestCase.java
 (at line 54)
assertEquals(((BundleLocalizationHeader) header).getLocalization(), "plugin");
BundleLocalizationHeader cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleLocalizationTestCase.java
 (at line 65)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleLocalizationTestCase.java
 (at line 68)
fModel.getBundle().setHeader(fHeaderName, "plugin");
BundleModel cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleLocalizationTestCase.java
 (at line 69)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleLocalizationTestCase.java
 (at line 92)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleLocalizationTestCase.java
 (at line 95)
((BundleLocalizationHeader) header).setLocalization("plugin");
BundleLocalizationHeader cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleLocalizationTestCase.java
 (at line 96)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type

/src/org/eclipse/pde/ui/tests/model/bundle/BundleModelTestCase.java : 20 errors :

1. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleModelTestCase.java
 (at line 18)
import org.eclipse.pde.internal.core.text.bundle.BundleModel;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleModelTestCase.java
 (at line 19)
import org.eclipse.pde.internal.core.text.bundle.BundleTextChangeListener;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
3. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleModelTestCase.java
 (at line 24)
protected BundleModel fModel;
BundleModel cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleModelTestCase.java
 (at line 25)
protected BundleTextChangeListener fListener;
BundleTextChangeListener cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleModelTestCase.java
 (at line 42)
fModel = new BundleModel(fDocument, false);
BundleModel cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleModelTestCase.java
 (at line 42)
fModel = new BundleModel(fDocument, false);
BundleModel cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleModelTestCase.java
 (at line 43)
fModel.load();
BundleModel cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleModelTestCase.java
 (at line 44)
if (!fModel.isLoaded() || !fModel.isValid())
BundleModel cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleModelTestCase.java
 (at line 44)
if (!fModel.isLoaded() || !fModel.isValid())
BundleModel cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleModelTestCase.java
 (at line 47)
fListener = new BundleTextChangeListener(fModel.getDocument());
BundleTextChangeListener cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleModelTestCase.java
 (at line 47)
fListener = new BundleTextChangeListener(fModel.getDocument());
BundleTextChangeListener cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleModelTestCase.java
 (at line 47)
fListener = new BundleTextChangeListener(fModel.getDocument());
BundleModel cannot be resolved to a type
13. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleModelTestCase.java
 (at line 48)
fModel.addModelChangedListener(fListener);
BundleModel cannot be resolved to a type
14. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleModelTestCase.java
 (at line 48)
fModel.addModelChangedListener(fListener);
BundleTextChangeListener cannot be resolved to a type
15. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleModelTestCase.java
 (at line 63)
assertNull(fModel.getBundle().getManifestHeader(fHeaderName));
BundleModel cannot be resolved to a type
16. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleModelTestCase.java
 (at line 76)
assertNotNull(fModel.getBundle().getManifestHeader(fHeaderName));
BundleModel cannot be resolved to a type
17. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleModelTestCase.java
 (at line 89)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
18. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleModelTestCase.java
 (at line 103)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
19. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleModelTestCase.java
 (at line 117)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
20. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleModelTestCase.java
 (at line 131)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type

/src/org/eclipse/pde/ui/tests/model/bundle/BundleNameTestCase.java : 9 errors :

1. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleNameTestCase.java
 (at line 17)
import org.eclipse.pde.internal.core.text.bundle.BundleNameHeader;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleNameTestCase.java
 (at line 41)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleNameTestCase.java
 (at line 43)
assertEquals(((BundleNameHeader) header).getBundleName(), "Bundle Name");
BundleNameHeader cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleNameTestCase.java
 (at line 54)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleNameTestCase.java
 (at line 57)
fModel.getBundle().setHeader(fHeaderName, "Bundle Name");
BundleModel cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleNameTestCase.java
 (at line 58)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleNameTestCase.java
 (at line 81)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleNameTestCase.java
 (at line 84)
fModel.getBundle().setHeader(fHeaderName, "Bundle Name");
BundleModel cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleNameTestCase.java
 (at line 85)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type

/src/org/eclipse/pde/ui/tests/model/bundle/BundleSymbolicNameTestCase.java : 24 errors :

1. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleSymbolicNameTestCase.java
 (at line 17)
import org.eclipse.pde.internal.core.text.bundle.BundleSymbolicNameHeader;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleSymbolicNameTestCase.java
 (at line 38)
assertNull(fModel.getBundle().getManifestHeader(Constants.BUNDLE_SYMBOLICNAME));
BundleModel cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleSymbolicNameTestCase.java
 (at line 49)
assertNotNull(fModel.getBundle().getManifestHeader(Constants.BUNDLE_SYMBOLICNAME));
BundleModel cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleSymbolicNameTestCase.java
 (at line 60)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.BUNDLE_SYMBOLICNAME);
BundleModel cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleSymbolicNameTestCase.java
 (at line 73)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.BUNDLE_SYMBOLICNAME);
BundleModel cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleSymbolicNameTestCase.java
 (at line 85)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.BUNDLE_SYMBOLICNAME);
BundleModel cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleSymbolicNameTestCase.java
 (at line 97)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.BUNDLE_SYMBOLICNAME);
BundleModel cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleSymbolicNameTestCase.java
 (at line 108)
fModel.getBundle().setHeader(Constants.BUNDLE_SYMBOLICNAME, "com.example.abc");
BundleModel cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleSymbolicNameTestCase.java
 (at line 110)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.BUNDLE_SYMBOLICNAME);
BundleModel cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleSymbolicNameTestCase.java
 (at line 114)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleSymbolicNameTestCase.java
 (at line 129)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.BUNDLE_SYMBOLICNAME);
BundleModel cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleSymbolicNameTestCase.java
 (at line 132)
((BundleSymbolicNameHeader) header).setId("");
BundleSymbolicNameHeader cannot be resolved to a type
13. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleSymbolicNameTestCase.java
 (at line 134)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
14. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleSymbolicNameTestCase.java
 (at line 150)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.BUNDLE_SYMBOLICNAME);
BundleModel cannot be resolved to a type
15. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleSymbolicNameTestCase.java
 (at line 151)
((BundleSymbolicNameHeader) header).setId("com.example.core");
BundleSymbolicNameHeader cannot be resolved to a type
16. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleSymbolicNameTestCase.java
 (at line 152)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
17. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleSymbolicNameTestCase.java
 (at line 174)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.BUNDLE_SYMBOLICNAME);
BundleModel cannot be resolved to a type
18. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleSymbolicNameTestCase.java
 (at line 176)
assertTrue(((BundleSymbolicNameHeader) header).isSingleton());
BundleSymbolicNameHeader cannot be resolved to a type
19. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleSymbolicNameTestCase.java
 (at line 187)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.BUNDLE_SYMBOLICNAME);
BundleModel cannot be resolved to a type
20. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleSymbolicNameTestCase.java
 (at line 189)
((BundleSymbolicNameHeader) header).setSingleton(true);
BundleSymbolicNameHeader cannot be resolved to a type
21. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleSymbolicNameTestCase.java
 (at line 191)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
22. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleSymbolicNameTestCase.java
 (at line 211)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.BUNDLE_SYMBOLICNAME);
BundleModel cannot be resolved to a type
23. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleSymbolicNameTestCase.java
 (at line 213)
((BundleSymbolicNameHeader) header).setSingleton(false);
BundleSymbolicNameHeader cannot be resolved to a type
24. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleSymbolicNameTestCase.java
 (at line 215)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type

/src/org/eclipse/pde/ui/tests/model/bundle/BundleVendorTestCase.java : 10 errors :

1. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleVendorTestCase.java
 (at line 17)
import org.eclipse.pde.internal.core.text.bundle.BundleVendorHeader;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleVendorTestCase.java
 (at line 38)
fModel.getBundle().setHeader(Constants.BUNDLE_VENDOR, "eclipse.org");
BundleModel cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleVendorTestCase.java
 (at line 40)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.BUNDLE_VENDOR);
BundleModel cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleVendorTestCase.java
 (at line 44)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleVendorTestCase.java
 (at line 60)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.BUNDLE_VENDOR);
BundleModel cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleVendorTestCase.java
 (at line 62)
((BundleVendorHeader) header).setVendor("");
BundleVendorHeader cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleVendorTestCase.java
 (at line 64)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleVendorTestCase.java
 (at line 81)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.BUNDLE_VENDOR);
BundleModel cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleVendorTestCase.java
 (at line 83)
((BundleVendorHeader) header).setVendor("Eclipse PDE");
BundleVendorHeader cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleVendorTestCase.java
 (at line 85)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type

/src/org/eclipse/pde/ui/tests/model/bundle/BundleVersionTestCase.java : 10 errors :

1. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleVersionTestCase.java
 (at line 17)
import org.eclipse.pde.internal.core.text.bundle.BundleVersionHeader;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleVersionTestCase.java
 (at line 38)
fModel.getBundle().setHeader(Constants.BUNDLE_VERSION, "3.2.0.1");
BundleModel cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleVersionTestCase.java
 (at line 40)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.BUNDLE_VERSION);
BundleModel cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleVersionTestCase.java
 (at line 44)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleVersionTestCase.java
 (at line 59)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.BUNDLE_VERSION);
BundleModel cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleVersionTestCase.java
 (at line 62)
((BundleVersionHeader) header).setVersionRange(null);
BundleVersionHeader cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleVersionTestCase.java
 (at line 64)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleVersionTestCase.java
 (at line 80)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.BUNDLE_VERSION);
BundleModel cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleVersionTestCase.java
 (at line 81)
((BundleVersionHeader) header).setVersionRange("3.2.0");
BundleVersionHeader cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/BundleVersionTestCase.java
 (at line 82)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type

/src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java : 32 errors :

1. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java
 (at line 17)
import org.eclipse.pde.internal.core.text.bundle.ExecutionEnvironment;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java
 (at line 18)
import org.eclipse.pde.internal.core.text.bundle.RequiredExecutionEnvironmentHeader;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
3. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java
 (at line 42)
fModel.getBundle().setHeader(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT, "J2SE-1.4");
BundleModel cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java
 (at line 44)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT);
BundleModel cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java
 (at line 48)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java
 (at line 63)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT);
BundleModel cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java
 (at line 66)
ExecutionEnvironment env = ((RequiredExecutionEnvironmentHeader) header).getEnvironments()[0];
ExecutionEnvironment cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java
 (at line 66)
ExecutionEnvironment env = ((RequiredExecutionEnvironmentHeader) header).getEnvironments()[0];
RequiredExecutionEnvironmentHeader cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java
 (at line 67)
((RequiredExecutionEnvironmentHeader) header).removeExecutionEnvironment(env);
RequiredExecutionEnvironmentHeader cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java
 (at line 69)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java
 (at line 85)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT);
BundleModel cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java
 (at line 87)
((RequiredExecutionEnvironmentHeader) header).addExecutionEnvironment(env);
RequiredExecutionEnvironmentHeader cannot be resolved to a type
13. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java
 (at line 88)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
14. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java
 (at line 111)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT);
BundleModel cannot be resolved to a type
15. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java
 (at line 116)
((RequiredExecutionEnvironmentHeader) header).addExecutionEnvironment(env1);
RequiredExecutionEnvironmentHeader cannot be resolved to a type
16. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java
 (at line 117)
((RequiredExecutionEnvironmentHeader) header).addExecutionEnvironment(env2);
RequiredExecutionEnvironmentHeader cannot be resolved to a type
17. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java
 (at line 118)
((RequiredExecutionEnvironmentHeader) header).addExecutionEnvironment(env3);
RequiredExecutionEnvironmentHeader cannot be resolved to a type
18. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java
 (at line 120)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
19. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java
 (at line 146)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT);
BundleModel cannot be resolved to a type
20. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java
 (at line 147)
ExecutionEnvironment env = ((RequiredExecutionEnvironmentHeader) header).getEnvironments()[1];
ExecutionEnvironment cannot be resolved to a type
21. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java
 (at line 147)
ExecutionEnvironment env = ((RequiredExecutionEnvironmentHeader) header).getEnvironments()[1];
RequiredExecutionEnvironmentHeader cannot be resolved to a type
22. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java
 (at line 148)
((RequiredExecutionEnvironmentHeader) header).removeExecutionEnvironment(env);
RequiredExecutionEnvironmentHeader cannot be resolved to a type
23. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java
 (at line 150)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
24. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java
 (at line 174)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT);
BundleModel cannot be resolved to a type
25. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java
 (at line 175)
ExecutionEnvironment[] envs = ((RequiredExecutionEnvironmentHeader) header).getEnvironments();
ExecutionEnvironment cannot be resolved to a type
26. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java
 (at line 175)
ExecutionEnvironment[] envs = ((RequiredExecutionEnvironmentHeader) header).getEnvironments();
RequiredExecutionEnvironmentHeader cannot be resolved to a type
27. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java
 (at line 176)
((RequiredExecutionEnvironmentHeader) header).removeExecutionEnvironment(envs[1]);
RequiredExecutionEnvironmentHeader cannot be resolved to a type
28. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java
 (at line 177)
((RequiredExecutionEnvironmentHeader) header).removeExecutionEnvironment(envs[0]);
RequiredExecutionEnvironmentHeader cannot be resolved to a type
29. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java
 (at line 179)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
30. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java
 (at line 201)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT);
BundleModel cannot be resolved to a type
31. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java
 (at line 203)
((RequiredExecutionEnvironmentHeader) header).addExecutionEnvironment(env);
RequiredExecutionEnvironmentHeader cannot be resolved to a type
32. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java
 (at line 204)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type

/src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java : 42 errors :

1. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 17)
import org.eclipse.pde.internal.core.text.bundle.ExportPackageHeader;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 18)
import org.eclipse.pde.internal.core.text.bundle.ExportPackageObject;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
3. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 19)
import org.eclipse.pde.internal.core.text.bundle.PackageFriend;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
4. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 20)
import org.eclipse.pde.internal.core.text.bundle.PackageObject;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
5. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 35)
PackageObject packageObject = new PackageObject((ExportPackageHeader) header, packageName, null, null);
PackageObject cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 35)
PackageObject packageObject = new PackageObject((ExportPackageHeader) header, packageName, null, null);
PackageObject cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 35)
PackageObject packageObject = new PackageObject((ExportPackageHeader) header, packageName, null, null);
ExportPackageHeader cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 36)
((ExportPackageHeader) header).addPackage(packageObject);
ExportPackageHeader cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 39)
protected PackageObject getPackage(IManifestHeader header, String packageName) {
PackageObject cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 40)
return ((ExportPackageHeader) header).getPackage(packageName);
ExportPackageHeader cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 52)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 55)
ExportPackageObject object = (ExportPackageObject) getPackage(header, "com.example.abc");
ExportPackageObject cannot be resolved to a type
13. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 55)
ExportPackageObject object = (ExportPackageObject) getPackage(header, "com.example.abc");
ExportPackageObject cannot be resolved to a type
14. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 55)
ExportPackageObject object = (ExportPackageObject) getPackage(header, "com.example.abc");
The method getPackage(IManifestHeader, String) from the type ExportPackageTestCase refers to the missing type PackageObject
15. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 70)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
16. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 73)
ExportPackageObject object = (ExportPackageObject) getPackage(header, "com.example.abc");
ExportPackageObject cannot be resolved to a type
17. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 73)
ExportPackageObject object = (ExportPackageObject) getPackage(header, "com.example.abc");
ExportPackageObject cannot be resolved to a type
18. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 73)
ExportPackageObject object = (ExportPackageObject) getPackage(header, "com.example.abc");
The method getPackage(IManifestHeader, String) from the type ExportPackageTestCase refers to the missing type PackageObject
19. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 76)
PackageFriend[] friends = object.getFriends();
PackageFriend cannot be resolved to a type
20. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 90)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
21. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 93)
ExportPackageObject object = (ExportPackageObject) getPackage(header, "com.example.abc");
ExportPackageObject cannot be resolved to a type
22. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 93)
ExportPackageObject object = (ExportPackageObject) getPackage(header, "com.example.abc");
ExportPackageObject cannot be resolved to a type
23. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 93)
ExportPackageObject object = (ExportPackageObject) getPackage(header, "com.example.abc");
The method getPackage(IManifestHeader, String) from the type ExportPackageTestCase refers to the missing type PackageObject
24. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 96)
PackageFriend[] friends = object.getFriends();
PackageFriend cannot be resolved to a type
25. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 111)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
26. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 114)
ExportPackageObject object = (ExportPackageObject) getPackage(header, "org.osgi.framework");
ExportPackageObject cannot be resolved to a type
27. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 114)
ExportPackageObject object = (ExportPackageObject) getPackage(header, "org.osgi.framework");
ExportPackageObject cannot be resolved to a type
28. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 114)
ExportPackageObject object = (ExportPackageObject) getPackage(header, "org.osgi.framework");
The method getPackage(IManifestHeader, String) from the type ExportPackageTestCase refers to the missing type PackageObject
29. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 118)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
30. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 138)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
31. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 141)
ExportPackageObject object = (ExportPackageObject) getPackage(header, "org.osgi.framework");
ExportPackageObject cannot be resolved to a type
32. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 141)
ExportPackageObject object = (ExportPackageObject) getPackage(header, "org.osgi.framework");
ExportPackageObject cannot be resolved to a type
33. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 141)
ExportPackageObject object = (ExportPackageObject) getPackage(header, "org.osgi.framework");
The method getPackage(IManifestHeader, String) from the type ExportPackageTestCase refers to the missing type PackageObject
34. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 143)
object.addFriend(new PackageFriend(object, "org.eclipse.pde.ui"));
PackageFriend cannot be resolved to a type
35. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 144)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
36. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 164)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
37. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 167)
ExportPackageObject object = (ExportPackageObject) getPackage(header, "org.osgi.framework");
ExportPackageObject cannot be resolved to a type
38. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 167)
ExportPackageObject object = (ExportPackageObject) getPackage(header, "org.osgi.framework");
ExportPackageObject cannot be resolved to a type
39. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 167)
ExportPackageObject object = (ExportPackageObject) getPackage(header, "org.osgi.framework");
The method getPackage(IManifestHeader, String) from the type ExportPackageTestCase refers to the missing type PackageObject
40. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 169)
object.addFriend(new PackageFriend(object, "org.eclipse.pde.core"));
PackageFriend cannot be resolved to a type
41. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 170)
object.addFriend(new PackageFriend(object, "org.eclipse.pde.ui"));
PackageFriend cannot be resolved to a type
42. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
 (at line 171)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type

/src/org/eclipse/pde/ui/tests/model/bundle/FragmentHostTestCase.java : 10 errors :

1. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/FragmentHostTestCase.java
 (at line 17)
import org.eclipse.pde.internal.core.text.bundle.FragmentHostHeader;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/FragmentHostTestCase.java
 (at line 38)
fModel.getBundle().setHeader(Constants.FRAGMENT_HOST, "org.eclipse.pde");
BundleModel cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/FragmentHostTestCase.java
 (at line 40)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.FRAGMENT_HOST);
BundleModel cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/FragmentHostTestCase.java
 (at line 44)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/FragmentHostTestCase.java
 (at line 60)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.FRAGMENT_HOST);
BundleModel cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/FragmentHostTestCase.java
 (at line 62)
((FragmentHostHeader) header).setHostId("");
FragmentHostHeader cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/FragmentHostTestCase.java
 (at line 64)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/FragmentHostTestCase.java
 (at line 81)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.FRAGMENT_HOST);
BundleModel cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/FragmentHostTestCase.java
 (at line 83)
((FragmentHostHeader) header).setHostId("org.eclipse.jdt");
FragmentHostHeader cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/FragmentHostTestCase.java
 (at line 85)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type

/src/org/eclipse/pde/ui/tests/model/bundle/ImportPackageTestCase.java : 20 errors :

1. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ImportPackageTestCase.java
 (at line 17)
import org.eclipse.pde.internal.core.text.bundle.ImportPackageHeader;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ImportPackageTestCase.java
 (at line 18)
import org.eclipse.pde.internal.core.text.bundle.ImportPackageObject;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
3. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ImportPackageTestCase.java
 (at line 19)
import org.eclipse.pde.internal.core.text.bundle.PackageObject;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
4. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ImportPackageTestCase.java
 (at line 42)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ImportPackageTestCase.java
 (at line 45)
ImportPackageObject object = (ImportPackageObject) getPackage(header, "com.example.abc");
ImportPackageObject cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ImportPackageTestCase.java
 (at line 45)
ImportPackageObject object = (ImportPackageObject) getPackage(header, "com.example.abc");
ImportPackageObject cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ImportPackageTestCase.java
 (at line 45)
ImportPackageObject object = (ImportPackageObject) getPackage(header, "com.example.abc");
The method getPackage(IManifestHeader, String) from the type ImportPackageTestCase refers to the missing type PackageObject
8. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ImportPackageTestCase.java
 (at line 58)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ImportPackageTestCase.java
 (at line 61)
ImportPackageObject object = (ImportPackageObject) getPackage(header, "org.osgi.framework");
ImportPackageObject cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ImportPackageTestCase.java
 (at line 61)
ImportPackageObject object = (ImportPackageObject) getPackage(header, "org.osgi.framework");
ImportPackageObject cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ImportPackageTestCase.java
 (at line 61)
ImportPackageObject object = (ImportPackageObject) getPackage(header, "org.osgi.framework");
The method getPackage(IManifestHeader, String) from the type ImportPackageTestCase refers to the missing type PackageObject
12. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ImportPackageTestCase.java
 (at line 65)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
13. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ImportPackageTestCase.java
 (at line 85)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
14. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ImportPackageTestCase.java
 (at line 88)
ImportPackageObject object = (ImportPackageObject) getPackage(header, "org.osgi.framework");
ImportPackageObject cannot be resolved to a type
15. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ImportPackageTestCase.java
 (at line 88)
ImportPackageObject object = (ImportPackageObject) getPackage(header, "org.osgi.framework");
ImportPackageObject cannot be resolved to a type
16. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ImportPackageTestCase.java
 (at line 88)
ImportPackageObject object = (ImportPackageObject) getPackage(header, "org.osgi.framework");
The method getPackage(IManifestHeader, String) from the type ImportPackageTestCase refers to the missing type PackageObject
17. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ImportPackageTestCase.java
 (at line 92)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
18. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ImportPackageTestCase.java
 (at line 105)
((ImportPackageHeader) header).addPackage(packageName);
ImportPackageHeader cannot be resolved to a type
19. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ImportPackageTestCase.java
 (at line 109)
protected PackageObject getPackage(IManifestHeader header, String packageName) {
PackageObject cannot be resolved to a type
20. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/ImportPackageTestCase.java
 (at line 110)
return ((ImportPackageHeader) header).getPackage(packageName);
ImportPackageHeader cannot be resolved to a type

/src/org/eclipse/pde/ui/tests/model/bundle/LazyStartTestCase.java : 11 errors :

1. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/LazyStartTestCase.java
 (at line 18)
import org.eclipse.pde.internal.core.text.bundle.LazyStartHeader;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/LazyStartTestCase.java
 (at line 41)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/LazyStartTestCase.java
 (at line 43)
assertTrue(((LazyStartHeader) header).isLazyStart());
LazyStartHeader cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/LazyStartTestCase.java
 (at line 56)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/LazyStartTestCase.java
 (at line 58)
assertTrue(!((LazyStartHeader) header).isLazyStart());
LazyStartHeader cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/LazyStartTestCase.java
 (at line 69)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/LazyStartTestCase.java
 (at line 72)
fModel.getBundle().setHeader(fHeaderName, "plugin");
BundleModel cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/LazyStartTestCase.java
 (at line 73)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/LazyStartTestCase.java
 (at line 96)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/LazyStartTestCase.java
 (at line 99)
((LazyStartHeader) header).setLazyStart(true);
LazyStartHeader cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/LazyStartTestCase.java
 (at line 100)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type

/src/org/eclipse/pde/ui/tests/model/bundle/MultiLineHeaderTestCase.java : 2 errors :

1. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/MultiLineHeaderTestCase.java
 (at line 32)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
2. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/MultiLineHeaderTestCase.java
 (at line 47)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type

/src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java : 41 errors :

1. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 14)
import org.eclipse.pde.internal.core.text.bundle.BasePackageHeader;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 15)
import org.eclipse.pde.internal.core.text.bundle.PackageObject;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
3. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 31)
fModel.getBundle().setHeader(fHeaderName, "com.example.abc");
BundleModel cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 33)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 37)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 53)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 56)
((BasePackageHeader) header).removePackage("com.example.abc");
BasePackageHeader cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 58)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 75)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 77)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 99)
fModel.getBundle().setHeader(fHeaderName, "com.example.abc");
BundleModel cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 101)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
13. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 105)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
14. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 121)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
15. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 126)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
16. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 153)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
17. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 154)
((BasePackageHeader) header).removePackage("com.example.abc.actions");
BasePackageHeader cannot be resolved to a type
18. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 156)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
19. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 181)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
20. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 182)
((BasePackageHeader) header).removePackage("com.example.abc.actions");
BasePackageHeader cannot be resolved to a type
21. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 183)
((BasePackageHeader) header).removePackage("com.example.abc");
BasePackageHeader cannot be resolved to a type
22. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 185)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
23. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 207)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
24. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 210)
PackageObject object = getPackage(header, "org.osgi.framework");
PackageObject cannot be resolved to a type
25. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 210)
PackageObject object = getPackage(header, "org.osgi.framework");
The method getPackage(IManifestHeader, String) from the type PackageHeaderTestCase refers to the missing type PackageObject
26. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 224)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
27. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 227)
PackageObject object = getPackage(header, "org.osgi.framework");
PackageObject cannot be resolved to a type
28. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 227)
PackageObject object = getPackage(header, "org.osgi.framework");
The method getPackage(IManifestHeader, String) from the type PackageHeaderTestCase refers to the missing type PackageObject
29. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 231)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
30. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 252)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
31. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 255)
PackageObject object = getPackage(header, "org.osgi.framework");
PackageObject cannot be resolved to a type
32. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 255)
PackageObject object = getPackage(header, "org.osgi.framework");
The method getPackage(IManifestHeader, String) from the type PackageHeaderTestCase refers to the missing type PackageObject
33. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 259)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
34. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 281)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
35. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 283)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
36. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 309)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
37. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 310)
((BasePackageHeader) header).removePackage("com.example.abc.actions");
BasePackageHeader cannot be resolved to a type
38. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 312)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
39. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 337)
IManifestHeader header = fModel.getBundle().getManifestHeader(fHeaderName);
BundleModel cannot be resolved to a type
40. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 339)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
41. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
 (at line 358)
protected abstract PackageObject getPackage(IManifestHeader header, String packageName);
PackageObject cannot be resolved to a type

/src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java : 71 errors :

1. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 14)
import org.eclipse.pde.internal.core.text.bundle.RequireBundleHeader;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 15)
import org.eclipse.pde.internal.core.text.bundle.RequireBundleObject;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
3. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 39)
fModel.getBundle().setHeader(Constants.REQUIRE_BUNDLE, "com.example.abc");
BundleModel cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 41)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.REQUIRE_BUNDLE);
BundleModel cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 45)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 60)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.REQUIRE_BUNDLE);
BundleModel cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 63)
((RequireBundleHeader) header).removeBundle("com.example.abc");
RequireBundleHeader cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 65)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 81)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.REQUIRE_BUNDLE);
BundleModel cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 82)
((RequireBundleHeader) header).addBundle("com.example.core");
RequireBundleHeader cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 83)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 106)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.REQUIRE_BUNDLE);
BundleModel cannot be resolved to a type
13. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 107)
((RequireBundleHeader) header).addBundle("com.example.core");
RequireBundleHeader cannot be resolved to a type
14. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 108)
((RequireBundleHeader) header).addBundle("com.example.ui");
RequireBundleHeader cannot be resolved to a type
15. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 109)
((RequireBundleHeader) header).addBundle("com.example");
RequireBundleHeader cannot be resolved to a type
16. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 111)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
17. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 137)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.REQUIRE_BUNDLE);
BundleModel cannot be resolved to a type
18. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 138)
((RequireBundleHeader) header).removeBundle("com.example.core");
RequireBundleHeader cannot be resolved to a type
19. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 140)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
20. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 164)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.REQUIRE_BUNDLE);
BundleModel cannot be resolved to a type
21. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 165)
((RequireBundleHeader) header).removeBundle("com.example.core");
RequireBundleHeader cannot be resolved to a type
22. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 166)
((RequireBundleHeader) header).removeBundle("com.example.abc");
RequireBundleHeader cannot be resolved to a type
23. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 168)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
24. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 189)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.REQUIRE_BUNDLE);
BundleModel cannot be resolved to a type
25. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 192)
RequireBundleObject bundle = getBundle((RequireBundleHeader) header, "com.example.abc");
RequireBundleObject cannot be resolved to a type
26. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 192)
RequireBundleObject bundle = getBundle((RequireBundleHeader) header, "com.example.abc");
RequireBundleHeader cannot be resolved to a type
27. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 206)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.REQUIRE_BUNDLE);
BundleModel cannot be resolved to a type
28. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 209)
RequireBundleObject bundle = getBundle((RequireBundleHeader) header, "org.eclipse.osgi");
RequireBundleObject cannot be resolved to a type
29. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 209)
RequireBundleObject bundle = getBundle((RequireBundleHeader) header, "org.eclipse.osgi");
RequireBundleHeader cannot be resolved to a type
30. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 226)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.REQUIRE_BUNDLE);
BundleModel cannot be resolved to a type
31. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 229)
RequireBundleObject bundle = getBundle((RequireBundleHeader) header, "org.eclipse.osgi");
RequireBundleObject cannot be resolved to a type
32. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 229)
RequireBundleObject bundle = getBundle((RequireBundleHeader) header, "org.eclipse.osgi");
RequireBundleHeader cannot be resolved to a type
33. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 242)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.REQUIRE_BUNDLE);
BundleModel cannot be resolved to a type
34. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 245)
RequireBundleObject bundle = getBundle((RequireBundleHeader) header, "org.eclipse.osgi");
RequireBundleObject cannot be resolved to a type
35. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 245)
RequireBundleObject bundle = getBundle((RequireBundleHeader) header, "org.eclipse.osgi");
RequireBundleHeader cannot be resolved to a type
36. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 249)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
37. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 269)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.REQUIRE_BUNDLE);
BundleModel cannot be resolved to a type
38. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 272)
RequireBundleObject object = getBundle((RequireBundleHeader) header, "org.eclipse.osgi");
RequireBundleObject cannot be resolved to a type
39. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 272)
RequireBundleObject object = getBundle((RequireBundleHeader) header, "org.eclipse.osgi");
RequireBundleHeader cannot be resolved to a type
40. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 276)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
41. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 296)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.REQUIRE_BUNDLE);
BundleModel cannot be resolved to a type
42. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 299)
RequireBundleObject object = getBundle((RequireBundleHeader) header, "org.eclipse.osgi");
RequireBundleObject cannot be resolved to a type
43. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 299)
RequireBundleObject object = getBundle((RequireBundleHeader) header, "org.eclipse.osgi");
RequireBundleHeader cannot be resolved to a type
44. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 303)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
45. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 323)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.REQUIRE_BUNDLE);
BundleModel cannot be resolved to a type
46. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 326)
RequireBundleObject object = getBundle((RequireBundleHeader) header, "org.eclipse.osgi");
RequireBundleObject cannot be resolved to a type
47. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 326)
RequireBundleObject object = getBundle((RequireBundleHeader) header, "org.eclipse.osgi");
RequireBundleHeader cannot be resolved to a type
48. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 330)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
49. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 351)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.REQUIRE_BUNDLE);
BundleModel cannot be resolved to a type
50. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 352)
((RequireBundleHeader) header).addBundle("com.example.core");
RequireBundleHeader cannot be resolved to a type
51. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 353)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
52. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 378)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.REQUIRE_BUNDLE);
BundleModel cannot be resolved to a type
53. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 379)
((RequireBundleHeader) header).removeBundle("com.example.core");
RequireBundleHeader cannot be resolved to a type
54. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 381)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
55. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 405)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.REQUIRE_BUNDLE);
BundleModel cannot be resolved to a type
56. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 406)
((RequireBundleHeader) header).addBundle("com.example.core");
RequireBundleHeader cannot be resolved to a type
57. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 407)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
58. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 433)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.REQUIRE_BUNDLE);
BundleModel cannot be resolved to a type
59. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 436)
RequireBundleObject bundle = getBundle((RequireBundleHeader) header, "com.example.abc");
RequireBundleObject cannot be resolved to a type
60. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 436)
RequireBundleObject bundle = getBundle((RequireBundleHeader) header, "com.example.abc");
RequireBundleHeader cannot be resolved to a type
61. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 449)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.REQUIRE_BUNDLE);
BundleModel cannot be resolved to a type
62. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 452)
RequireBundleObject bundle = getBundle((RequireBundleHeader) header, "org.eclipse.osgi");
RequireBundleObject cannot be resolved to a type
63. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 452)
RequireBundleObject bundle = getBundle((RequireBundleHeader) header, "org.eclipse.osgi");
RequireBundleHeader cannot be resolved to a type
64. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 456)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
65. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 476)
IManifestHeader header = fModel.getBundle().getManifestHeader(Constants.REQUIRE_BUNDLE);
BundleModel cannot be resolved to a type
66. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 479)
RequireBundleObject object = getBundle((RequireBundleHeader) header, "org.eclipse.osgi");
RequireBundleObject cannot be resolved to a type
67. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 479)
RequireBundleObject object = getBundle((RequireBundleHeader) header, "org.eclipse.osgi");
RequireBundleHeader cannot be resolved to a type
68. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 483)
TextEdit[] ops = fListener.getTextOperations();
BundleTextChangeListener cannot be resolved to a type
69. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 495)
private static RequireBundleObject getBundle(RequireBundleHeader header, String id) {
RequireBundleObject cannot be resolved to a type
70. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 495)
private static RequireBundleObject getBundle(RequireBundleHeader header, String id) {
RequireBundleHeader cannot be resolved to a type
71. ERROR in /src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
 (at line 496)
RequireBundleObject[] bundles = header.getRequiredBundles();
RequireBundleObject cannot be resolved to a type

/src/org/eclipse/pde/ui/tests/model/xml/BasicXMLTestCase.java : 11 errors :

1. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/BasicXMLTestCase.java
 (at line 30)
IPluginExtension[] extensions = fModel.getPluginBase().getExtensions();
PluginModel cannot be resolved to a type
2. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/BasicXMLTestCase.java
 (at line 43)
IPluginExtension[] extensions = fModel.getPluginBase().getExtensions();
PluginModel cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/BasicXMLTestCase.java
 (at line 59)
IPluginExtension[] extensions = fModel.getPluginBase().getExtensions();
PluginModel cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/BasicXMLTestCase.java
 (at line 70)
IPluginExtension[] extensions = fModel.getPluginBase().getExtensions();
PluginModel cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/BasicXMLTestCase.java
 (at line 73)
IExtensionsModelFactory factory = fModel.getFactory();
PluginModel cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/BasicXMLTestCase.java
 (at line 79)
fModel.getPluginBase().add(ext);
PluginModel cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/BasicXMLTestCase.java
 (at line 83)
extensions = fModel.getPluginBase().getExtensions();
PluginModel cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/BasicXMLTestCase.java
 (at line 96)
IPluginExtension[] extensions = fModel.getPluginBase().getExtensions();
PluginModel cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/BasicXMLTestCase.java
 (at line 99)
fModel.getPluginBase().remove(extensions[0]);
PluginModel cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/BasicXMLTestCase.java
 (at line 103)
extensions = fModel.getPluginBase().getExtensions();
PluginModel cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/BasicXMLTestCase.java
 (at line 115)
IDocumentElementNode parent = (IDocumentElementNode) fModel.getPluginBase();
PluginModel cannot be resolved to a type

/src/org/eclipse/pde/ui/tests/model/xml/ExtensionAttributeTestCase.java : 6 errors :

1. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/ExtensionAttributeTestCase.java
 (at line 317)
IPluginExtension[] extensions = fModel.getPluginBase().getExtensions();
PluginModel cannot be resolved to a type
2. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/ExtensionAttributeTestCase.java
 (at line 337)
IPluginExtension[] extensions = fModel.getPluginBase().getExtensions();
PluginModel cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/ExtensionAttributeTestCase.java
 (at line 361)
IPluginExtension[] extensions = fModel.getPluginBase().getExtensions();
PluginModel cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/ExtensionAttributeTestCase.java
 (at line 383)
IPluginExtension[] extensions = fModel.getPluginBase().getExtensions();
PluginModel cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/ExtensionAttributeTestCase.java
 (at line 405)
IPluginExtension[] extensions = fModel.getPluginBase().getExtensions();
PluginModel cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/ExtensionAttributeTestCase.java
 (at line 431)
IPluginExtension[] extensions = fModel.getPluginBase().getExtensions();
PluginModel cannot be resolved to a type

/src/org/eclipse/pde/ui/tests/model/xml/ExtensionElementTestCase.java : 8 errors :

1. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/ExtensionElementTestCase.java
 (at line 281)
IPluginExtension[] extensions = fModel.getPluginBase().getExtensions();
PluginModel cannot be resolved to a type
2. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/ExtensionElementTestCase.java
 (at line 289)
extensions = fModel.getPluginBase().getExtensions();
PluginModel cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/ExtensionElementTestCase.java
 (at line 300)
IPluginExtension[] extensions = fModel.getPluginBase().getExtensions();
PluginModel cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/ExtensionElementTestCase.java
 (at line 315)
IPluginExtension[] extensions = fModel.getPluginBase().getExtensions();
PluginModel cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/ExtensionElementTestCase.java
 (at line 332)
IPluginExtension[] extensions = fModel.getPluginBase().getExtensions();
PluginModel cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/ExtensionElementTestCase.java
 (at line 351)
IPluginExtension[] extensions = fModel.getPluginBase().getExtensions();
PluginModel cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/ExtensionElementTestCase.java
 (at line 367)
IPluginExtension[] extensions = fModel.getPluginBase().getExtensions();
PluginModel cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/ExtensionElementTestCase.java
 (at line 386)
IPluginElement result = fModel.getFactory().createElement(parent);
PluginModel cannot be resolved to a type

/src/org/eclipse/pde/ui/tests/model/xml/ExtensionTestCase.java : 1 error :

1. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/ExtensionTestCase.java
 (at line 19)
IPluginExtension[] extensions = fModel.getPluginBase().getExtensions();
PluginModel cannot be resolved to a type

/src/org/eclipse/pde/ui/tests/model/xml/StructureXMLModelTestCase.java : 13 errors :

1. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/StructureXMLModelTestCase.java
 (at line 96)
IPluginExtension ext = fModel.getFactory().createExtension();
PluginModel cannot be resolved to a type
2. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/StructureXMLModelTestCase.java
 (at line 98)
fModel.getPluginBase().add(ext);
PluginModel cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/StructureXMLModelTestCase.java
 (at line 141)
IPluginExtension[] extensions = fModel.getPluginBase().getExtensions();
PluginModel cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/StructureXMLModelTestCase.java
 (at line 144)
IPluginElement element = fModel.getFactory().createElement(extensions[0]);
PluginModel cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/StructureXMLModelTestCase.java
 (at line 187)
IPluginExtension[] extensions = fModel.getPluginBase().getExtensions();
PluginModel cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/StructureXMLModelTestCase.java
 (at line 247)
IPluginExtension[] extensions = fModel.getPluginBase().getExtensions();
PluginModel cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/StructureXMLModelTestCase.java
 (at line 254)
IPluginElement element = fModel.getFactory().createElement(children[0]);
PluginModel cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/StructureXMLModelTestCase.java
 (at line 294)
IPluginExtension ext = fModel.getFactory().createExtension();
PluginModel cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/StructureXMLModelTestCase.java
 (at line 296)
fModel.getPluginBase().add(ext);
PluginModel cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/StructureXMLModelTestCase.java
 (at line 302)
IDocumentElementNode parent = (IDocumentElementNode) fModel.getPluginBase();
PluginModel cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/StructureXMLModelTestCase.java
 (at line 318)
IPluginExtension[] extensions = fModel.getPluginBase().getExtensions();
PluginModel cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/StructureXMLModelTestCase.java
 (at line 321)
IPluginElement element = fModel.getFactory().createElement(extensions[0]);
PluginModel cannot be resolved to a type
13. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/StructureXMLModelTestCase.java
 (at line 329)
IDocumentElementNode parent = (IDocumentElementNode) fModel.getPluginBase();
PluginModel cannot be resolved to a type

/src/org/eclipse/pde/ui/tests/model/xml/SwapXMLModelTestCase.java : 2 errors :

1. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/SwapXMLModelTestCase.java
 (at line 92)
IPluginExtension[] extensions = fModel.getPluginBase().getExtensions();
PluginModel cannot be resolved to a type
2. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/SwapXMLModelTestCase.java
 (at line 108)
extensions = fModel.getPluginBase().getExtensions();
PluginModel cannot be resolved to a type

/src/org/eclipse/pde/ui/tests/model/xml/XMLModelTestCase.java : 12 errors :

1. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/XMLModelTestCase.java
 (at line 19)
import org.eclipse.pde.internal.core.text.plugin.PluginModel;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
2. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/XMLModelTestCase.java
 (at line 20)
import org.eclipse.pde.internal.core.text.plugin.XMLTextChangeListener;
The import org.eclipse.pde.internal.core.text.plugin cannot be resolved
3. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/XMLModelTestCase.java
 (at line 32)
protected PluginModel fModel;
PluginModel cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/XMLModelTestCase.java
 (at line 45)
fModel = new PluginModel(fDocument, true);
PluginModel cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/XMLModelTestCase.java
 (at line 45)
fModel = new PluginModel(fDocument, true);
PluginModel cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/XMLModelTestCase.java
 (at line 46)
fModel.load();
PluginModel cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/XMLModelTestCase.java
 (at line 47)
if (!fModel.isLoaded() || !fModel.isValid())
PluginModel cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/XMLModelTestCase.java
 (at line 47)
if (!fModel.isLoaded() || !fModel.isValid())
PluginModel cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/XMLModelTestCase.java
 (at line 50)
fListener = new XMLTextChangeListener(fModel.getDocument());
XMLTextChangeListener cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/XMLModelTestCase.java
 (at line 50)
fListener = new XMLTextChangeListener(fModel.getDocument());
XMLTextChangeListener cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/XMLModelTestCase.java
 (at line 50)
fListener = new XMLTextChangeListener(fModel.getDocument());
PluginModel cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/ui/tests/model/xml/XMLModelTestCase.java
 (at line 51)
fModel.addModelChangedListener(fListener);
PluginModel 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.pde.api.tools.ui_1.0.100.v20090316-2240

Compiler log for org.eclipse.pde.api.tools.ui_1.0.100.v20090316-2240 : @dot.xml

TOTAL : ERRORS: 4, WARNINGS: 18

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java : 4 errors :

1. ERROR in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java
 (at line 26)
import org.eclipse.pde.internal.core.text.bundle.BundleVersionHeader;
The import org.eclipse.pde.internal.core.text.bundle cannot be resolved
2. ERROR in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java
 (at line 63)
if (header instanceof BundleVersionHeader) {
BundleVersionHeader cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java
 (at line 64)
BundleVersionHeader versionHeader = (BundleVersionHeader) header;
BundleVersionHeader cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java
 (at line 64)
BundleVersionHeader versionHeader = (BundleVersionHeader) header;
BundleVersionHeader 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/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java : 17 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java
 (at line 23)
import org.eclipse.pde.internal.core.ibundle.IBundle;
Discouraged access: The type IBundle is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java
 (at line 24)
import org.eclipse.pde.internal.core.ibundle.IBundlePluginModelBase;
Discouraged access: The type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
3. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java
 (at line 25)
import org.eclipse.pde.internal.core.ibundle.IManifestHeader;
Discouraged access: The type IManifestHeader is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
4. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java
 (at line 27)
import org.eclipse.pde.internal.ui.util.ModelModification;
Discouraged access: The type ModelModification is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
5. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java
 (at line 28)
import org.eclipse.pde.internal.ui.util.PDEModelUtility;
Discouraged access: The type PDEModelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
6. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java
 (at line 56)
ModelModification mod = new ModelModification(file) {
Discouraged access: The type ModelModification is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
7. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java
 (at line 56)
ModelModification mod = new ModelModification(file) {
Discouraged access: The type ModelModification is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
8. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java
 (at line 58)
if (!(model instanceof IBundlePluginModelBase))
Discouraged access: The type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
9. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java
 (at line 60)
IBundlePluginModelBase modelBase = (IBundlePluginModelBase) model;
Discouraged access: The type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
10. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java
 (at line 60)
IBundlePluginModelBase modelBase = (IBundlePluginModelBase) model;
Discouraged access: The type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
11. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java
 (at line 61)
IBundle bundle = modelBase.getBundleModel().getBundle();
Discouraged access: The type IBundle is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
12. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java
 (at line 61)
IBundle bundle = modelBase.getBundleModel().getBundle();
Discouraged access: The method getBundleModel() from the type IBundlePluginModelBase is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
13. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java
 (at line 61)
IBundle bundle = modelBase.getBundleModel().getBundle();
Discouraged access: The method getBundle() from the type IBundleModel is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
14. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java
 (at line 62)
IManifestHeader header = bundle.getManifestHeader(Constants.BUNDLE_VERSION);
Discouraged access: The type IManifestHeader is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
15. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java
 (at line 62)
IManifestHeader header = bundle.getManifestHeader(Constants.BUNDLE_VERSION);
Discouraged access: The method getManifestHeader(String) from the type IBundle is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.core/@dot
16. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java
 (at line 69)
PDEModelUtility.modifyModel(mod, null);
Discouraged access: The type PDEModelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot
17. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/markers/UpdateBundleVersionOperation.java
 (at line 69)
PDEModelUtility.modifyModel(mod, null);
Discouraged access: The method modifyModel(ModelModification, IProgressMonitor) from the type PDEModelUtility is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.pde.ui/@dot

/src/org/eclipse/pde/api/tools/ui/internal/wizards/ApiBaselineWizardPage.java : 1 warning :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/api/tools/ui/internal/wizards/ApiBaselineWizardPage.java
 (at line 198)
IApiComponent component = ApiModelFactory.newApiComponent(fProfile, URIUtil.toFile(bundles[i].getBundleInfo().getLocation()).getAbsolutePath());
Discouraged access: The method getLocation() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.equinox.frameworkadmin/@dot

Back to the top