Skip to main content

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

Build I20070123-0800 (Timestamp: 200701230800):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.pde.ui_3.3.0.v20070123-0800

Compiler log for org.eclipse.pde.ui_3.3.0.v20070123-0800 : @dot.bin.xml

TOTAL : ERRORS: 344, WARNINGS: 0

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

1. ERROR in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 32)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 641)
BundleDescription desc = TargetPlatform.getState().getBundle(obj.getId(), null);
TargetPlatform cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 832)
BundleDescription desc = TargetPlatform.getState().getBundle(obj.getId(), null);
TargetPlatform cannot be resolved

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

1. ERROR in /src/org/eclipse/pde/internal/ui/PDEPlugin.java
 (at line 29)
import org.eclipse.pde.internal.core.ModelEntry;
The import org.eclipse.pde.internal.core.ModelEntry cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/PDEPlugin.java
 (at line 35)
import org.eclipse.pde.internal.ui.views.plugins.PluginsViewAdapterFactory;
The import org.eclipse.pde.internal.ui.views.plugins.PluginsViewAdapterFactory cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/PDEPlugin.java
 (at line 178)
PluginsViewAdapterFactory factory = new PluginsViewAdapterFactory();
PluginsViewAdapterFactory cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/PDEPlugin.java
 (at line 178)
PluginsViewAdapterFactory factory = new PluginsViewAdapterFactory();
PluginsViewAdapterFactory cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/PDEPlugin.java
 (at line 179)
manager.registerAdapters(factory, ModelEntry.class);
ModelEntry cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 44)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 194)
properties.put(IXMLConstants.PROPERTY_BASE_WS, TargetPlatform.getWS());
TargetPlatform cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 195)
properties.put(IXMLConstants.PROPERTY_BASE_OS, TargetPlatform.getOS());
TargetPlatform cannot be resolved
4. ERROR in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 196)
properties.put(IXMLConstants.PROPERTY_BASE_ARCH, TargetPlatform.getOSArch());
TargetPlatform cannot be resolved
5. ERROR in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 197)
properties.put(IXMLConstants.PROPERTY_BASE_NL, TargetPlatform.getNL());
TargetPlatform cannot be resolved

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

1. ERROR in /src/org/eclipse/pde/internal/ui/build/BuildFeatureAction.java
 (at line 24)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/build/BuildFeatureAction.java
 (at line 58)
generator.setPluginPath(TargetPlatform.getFeaturePaths());
TargetPlatform cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/build/BuildFeatureAction.java
 (at line 59)
generator.setPDEState(TargetPlatform.getState());
TargetPlatform cannot be resolved
4. ERROR in /src/org/eclipse/pde/internal/ui/build/BuildFeatureAction.java
 (at line 60)
generator.setNextId(TargetPlatform.getPDEState().getNextId());
TargetPlatform cannot be resolved
5. ERROR in /src/org/eclipse/pde/internal/ui/build/BuildFeatureAction.java
 (at line 61)
generator.setStateExtraData(TargetPlatform.getBundleClasspaths(TargetPlatform.getPDEState()), TargetPlatform.getPatchMap(TargetPlatform.getPDEState()));
TargetPlatform cannot be resolved
6. ERROR in /src/org/eclipse/pde/internal/ui/build/BuildFeatureAction.java
 (at line 61)
generator.setStateExtraData(TargetPlatform.getBundleClasspaths(TargetPlatform.getPDEState()), TargetPlatform.getPatchMap(TargetPlatform.getPDEState()));
TargetPlatform cannot be resolved
7. ERROR in /src/org/eclipse/pde/internal/ui/build/BuildFeatureAction.java
 (at line 61)
generator.setStateExtraData(TargetPlatform.getBundleClasspaths(TargetPlatform.getPDEState()), TargetPlatform.getPatchMap(TargetPlatform.getPDEState()));
TargetPlatform cannot be resolved
8. ERROR in /src/org/eclipse/pde/internal/ui/build/BuildFeatureAction.java
 (at line 61)
generator.setStateExtraData(TargetPlatform.getBundleClasspaths(TargetPlatform.getPDEState()), TargetPlatform.getPatchMap(TargetPlatform.getPDEState()));
TargetPlatform cannot be resolved

/src/org/eclipse/pde/internal/ui/build/BuildPluginAction.java : 7 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/build/BuildPluginAction.java
 (at line 23)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/build/BuildPluginAction.java
 (at line 39)
generator.setPDEState(TargetPlatform.getState());
TargetPlatform cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/build/BuildPluginAction.java
 (at line 40)
generator.setNextId(TargetPlatform.getPDEState().getNextId());
TargetPlatform cannot be resolved
4. ERROR in /src/org/eclipse/pde/internal/ui/build/BuildPluginAction.java
 (at line 41)
generator.setStateExtraData(TargetPlatform.getBundleClasspaths(TargetPlatform.getPDEState()), TargetPlatform.getPatchMap(TargetPlatform.getPDEState()));
TargetPlatform cannot be resolved
5. ERROR in /src/org/eclipse/pde/internal/ui/build/BuildPluginAction.java
 (at line 41)
generator.setStateExtraData(TargetPlatform.getBundleClasspaths(TargetPlatform.getPDEState()), TargetPlatform.getPatchMap(TargetPlatform.getPDEState()));
TargetPlatform cannot be resolved
6. ERROR in /src/org/eclipse/pde/internal/ui/build/BuildPluginAction.java
 (at line 41)
generator.setStateExtraData(TargetPlatform.getBundleClasspaths(TargetPlatform.getPDEState()), TargetPlatform.getPatchMap(TargetPlatform.getPDEState()));
TargetPlatform cannot be resolved
7. ERROR in /src/org/eclipse/pde/internal/ui/build/BuildPluginAction.java
 (at line 41)
generator.setStateExtraData(TargetPlatform.getBundleClasspaths(TargetPlatform.getPDEState()), TargetPlatform.getPatchMap(TargetPlatform.getPDEState()));
TargetPlatform cannot be resolved

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

1. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddSingletonToSymbolicName.java
 (at line 13)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddSingletonToSymbolicName.java
 (at line 49)
if (fisDirective && TargetPlatform.getTargetVersion() >= 3.1)
TargetPlatform cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/correction/AddSingletonToSymbolicName.java
 (at line 51)
else if (!fisDirective && TargetPlatform.getTargetVersion() < 3.1)
TargetPlatform cannot be resolved

/src/org/eclipse/pde/internal/ui/editor/build/BuildClasspathSection.java : 3 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/build/BuildClasspathSection.java
 (at line 39)
import org.eclipse.pde.internal.core.ModelEntry;
The import org.eclipse.pde.internal.core.ModelEntry cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/build/BuildClasspathSection.java
 (at line 374)
ModelEntry entry = PDECore.getDefault().getModelManager().findEntry(elemProject);
ModelEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/editor/build/BuildClasspathSection.java
 (at line 374)
ModelEntry entry = PDECore.getDefault().getModelManager().findEntry(elemProject);
The method findEntry(IProject) is undefined for the type PluginModelManager

/src/org/eclipse/pde/internal/ui/editor/feature/PluginSection.java : 8 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/feature/PluginSection.java
 (at line 32)
import org.eclipse.pde.internal.core.ModelEntry;
The import org.eclipse.pde.internal.core.ModelEntry cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/feature/PluginSection.java
 (at line 395)
ModelEntry[] added = delta.getAddedEntries();
ModelEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/editor/feature/PluginSection.java
 (at line 395)
ModelEntry[] added = delta.getAddedEntries();
The method getAddedEntries() is undefined for the type PluginModelDelta
4. ERROR in /src/org/eclipse/pde/internal/ui/editor/feature/PluginSection.java
 (at line 396)
ModelEntry[] removed = delta.getRemovedEntries();
ModelEntry cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/editor/feature/PluginSection.java
 (at line 396)
ModelEntry[] removed = delta.getRemovedEntries();
The method getRemovedEntries() is undefined for the type PluginModelDelta
6. ERROR in /src/org/eclipse/pde/internal/ui/editor/feature/PluginSection.java
 (at line 397)
ModelEntry[] changed = delta.getChangedEntries();
ModelEntry cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/editor/feature/PluginSection.java
 (at line 397)
ModelEntry[] changed = delta.getChangedEntries();
The method getChangedEntries() is undefined for the type PluginModelDelta
8. ERROR in /src/org/eclipse/pde/internal/ui/editor/feature/PluginSection.java
 (at line 405)
private boolean hasPluginModels(ModelEntry[] entries) {
ModelEntry cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/feature/RequiresSection.java
 (at line 33)
import org.eclipse.pde.internal.core.ModelEntry;
The import org.eclipse.pde.internal.core.ModelEntry cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/feature/RequiresSection.java
 (at line 465)
ModelEntry[] added = delta.getAddedEntries();
ModelEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/editor/feature/RequiresSection.java
 (at line 465)
ModelEntry[] added = delta.getAddedEntries();
The method getAddedEntries() is undefined for the type PluginModelDelta
4. ERROR in /src/org/eclipse/pde/internal/ui/editor/feature/RequiresSection.java
 (at line 466)
ModelEntry[] removed = delta.getRemovedEntries();
ModelEntry cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/editor/feature/RequiresSection.java
 (at line 466)
ModelEntry[] removed = delta.getRemovedEntries();
The method getRemovedEntries() is undefined for the type PluginModelDelta
6. ERROR in /src/org/eclipse/pde/internal/ui/editor/feature/RequiresSection.java
 (at line 467)
ModelEntry[] changed = delta.getChangedEntries();
ModelEntry cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/editor/feature/RequiresSection.java
 (at line 467)
ModelEntry[] changed = delta.getChangedEntries();
The method getChangedEntries() is undefined for the type PluginModelDelta
8. ERROR in /src/org/eclipse/pde/internal/ui/editor/feature/RequiresSection.java
 (at line 475)
private boolean hasModels(ModelEntry[] entries) {
ModelEntry cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/CreateManifestOperation.java
 (at line 30)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/CreateManifestOperation.java
 (at line 58)
String target = TargetPlatform.getTargetVersionString();
TargetPlatform cannot be resolved

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

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/DependencyAnalysisSection.java
 (at line 20)
import org.eclipse.pde.internal.core.ModelEntry;
The import org.eclipse.pde.internal.core.ModelEntry cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/DependencyAnalysisSection.java
 (at line 118)
ModelEntry entry = PDECore.getDefault().getModelManager().findEntry(id);
ModelEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/DependencyAnalysisSection.java
 (at line 118)
ModelEntry entry = PDECore.getDefault().getModelManager().findEntry(id);
The method findEntry(String) is undefined for the type PluginModelManager

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

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/DependencyManagementSection.java
 (at line 44)
import org.eclipse.pde.internal.core.ModelEntry;
The import org.eclipse.pde.internal.core.ModelEntry cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/DependencyManagementSection.java
 (at line 398)
ModelEntry entry = PDECore.getDefault().getModelManager().findEntry(currentProj);
ModelEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/DependencyManagementSection.java
 (at line 398)
ModelEntry entry = PDECore.getDefault().getModelManager().findEntry(currentProj);
The method findEntry(IProject) is undefined for the type PluginModelManager

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

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 57)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
 (at line 690)
State state = TargetPlatform.getState();
TargetPlatform cannot be resolved

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

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ManifestEditor.java
 (at line 42)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/ManifestEditor.java
 (at line 257)
pluginBase.setSchemaVersion(TargetPlatform.getTargetVersion() < 3.2 ? "3.0" : "3.2"); //$NON-NLS-1$ //$NON-NLS-2$
TargetPlatform cannot be resolved

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

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/PluginGeneralInfoSection.java
 (at line 21)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/plugin/PluginGeneralInfoSection.java
 (at line 195)
if (TargetPlatform.getTargetVersion() >= 3.2
TargetPlatform cannot be resolved

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

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/product/IntroSection.java
 (at line 28)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/product/IntroSection.java
 (at line 80)
boolean canCreateNew = TargetPlatform.getTargetVersion() >= NEW_INTRO_SUPPORT_VERSION;
TargetPlatform cannot be resolved

/src/org/eclipse/pde/internal/ui/editor/product/LauncherSection.java : 2 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/product/LauncherSection.java
 (at line 21)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/product/LauncherSection.java
 (at line 205)
String currentTarget = TargetPlatform.getOS();
TargetPlatform cannot be resolved

/src/org/eclipse/pde/internal/ui/editor/product/PluginSection.java : 4 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/product/PluginSection.java
 (at line 42)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/product/PluginSection.java
 (at line 288)
addDependencies(TargetPlatform.getState().getBundle(plugins[i].getId(), null), set);
TargetPlatform cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/editor/product/PluginSection.java
 (at line 348)
BundleDescription[] bundles = TargetPlatform.getState().getBundles();
TargetPlatform cannot be resolved
4. ERROR in /src/org/eclipse/pde/internal/ui/editor/product/PluginSection.java
 (at line 414)
BundleDescription[] bundles = TargetPlatform.getState().getBundles();
TargetPlatform cannot be resolved

/src/org/eclipse/pde/internal/ui/editor/product/ProductInfoSection.java : 3 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/product/ProductInfoSection.java
 (at line 17)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/product/ProductInfoSection.java
 (at line 120)
fProductCombo.setItems(TargetPlatform.getProductNames());
TargetPlatform cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/editor/product/ProductInfoSection.java
 (at line 162)
fAppCombo.setItems(TargetPlatform.getApplicationNames());
TargetPlatform cannot be resolved

/src/org/eclipse/pde/internal/ui/editor/target/ContentSection.java : 3 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/editor/target/ContentSection.java
 (at line 39)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/editor/target/ContentSection.java
 (at line 461)
addDependencies(TargetPlatform.getState().getBundle(plugins[i].getId(), null), set);
TargetPlatform cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/editor/target/ContentSection.java
 (at line 521)
BundleDescription[] bundles = TargetPlatform.getState().getBundles();
TargetPlatform cannot be resolved

/src/org/eclipse/pde/internal/ui/launcher/AbstractPluginBlock.java : 10 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/launcher/AbstractPluginBlock.java
 (at line 37)
import org.eclipse.pde.internal.core.ModelEntry;
The import org.eclipse.pde.internal.core.ModelEntry cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/launcher/AbstractPluginBlock.java
 (at line 40)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/launcher/AbstractPluginBlock.java
 (at line 332)
ModelEntry entry = manager.findEntry(ids[i]);
ModelEntry cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/launcher/AbstractPluginBlock.java
 (at line 332)
ModelEntry entry = manager.findEntry(ids[i]);
The method findEntry(String) is undefined for the type PluginModelManager
5. ERROR in /src/org/eclipse/pde/internal/ui/launcher/AbstractPluginBlock.java
 (at line 446)
ModelEntry entry = manager.findEntry(id);
ModelEntry cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/launcher/AbstractPluginBlock.java
 (at line 446)
ModelEntry entry = manager.findEntry(id);
The method findEntry(String) is undefined for the type PluginModelManager
7. ERROR in /src/org/eclipse/pde/internal/ui/launcher/AbstractPluginBlock.java
 (at line 462)
ModelEntry[] entries = PDECore.getDefault().getModelManager().getEntries();
ModelEntry cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ui/launcher/AbstractPluginBlock.java
 (at line 462)
ModelEntry[] entries = PDECore.getDefault().getModelManager().getEntries();
The method getEntries() is undefined for the type PluginModelManager
9. ERROR in /src/org/eclipse/pde/internal/ui/launcher/AbstractPluginBlock.java
 (at line 465)
ModelEntry entry = entries[i];
ModelEntry cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/internal/ui/launcher/AbstractPluginBlock.java
 (at line 469)
if (model instanceof IFragmentModel && TargetPlatform.matchesCurrentEnvironment(model)) {
TargetPlatform cannot be resolved

/src/org/eclipse/pde/internal/ui/launcher/EquinoxInitializer.java : 2 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/launcher/EquinoxInitializer.java
 (at line 23)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/launcher/EquinoxInitializer.java
 (at line 84)
Properties props = TargetPlatform.getConfigIniProperties();
TargetPlatform cannot be resolved

/src/org/eclipse/pde/internal/ui/launcher/LaunchAction.java : 3 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/launcher/LaunchAction.java
 (at line 37)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/launcher/LaunchAction.java
 (at line 149)
if (model != null && TargetPlatform.matchesCurrentEnvironment(model))
TargetPlatform cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/launcher/LaunchAction.java
 (at line 189)
if (model != null && TargetPlatform.matchesCurrentEnvironment(model))
TargetPlatform cannot be resolved

/src/org/eclipse/pde/internal/ui/launcher/LaunchArgumentsHelper.java : 6 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/launcher/LaunchArgumentsHelper.java
 (at line 39)
import org.eclipse.pde.internal.core.ModelEntry;
The import org.eclipse.pde.internal.core.ModelEntry cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/launcher/LaunchArgumentsHelper.java
 (at line 41)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/launcher/LaunchArgumentsHelper.java
 (at line 136)
if (TargetPlatform.getOS().equals("macosx")) { //$NON-NLS-1$
TargetPlatform cannot be resolved
4. ERROR in /src/org/eclipse/pde/internal/ui/launcher/LaunchArgumentsHelper.java
 (at line 137)
ModelEntry entry = PDECore.getDefault().getModelManager().findEntry("org.eclipse.jdt.debug"); //$NON-NLS-1$
ModelEntry cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/launcher/LaunchArgumentsHelper.java
 (at line 137)
ModelEntry entry = PDECore.getDefault().getModelManager().findEntry("org.eclipse.jdt.debug"); //$NON-NLS-1$
The method findEntry(String) is undefined for the type PluginModelManager
6. ERROR in /src/org/eclipse/pde/internal/ui/launcher/LaunchArgumentsHelper.java
 (at line 178)
String jarPath = TargetPlatform.usesEquinoxStartup() ? getEquinoxStartupPath() : getStartupJarPath();
TargetPlatform cannot be resolved

/src/org/eclipse/pde/internal/ui/launcher/LaunchConfigurationHelper.java : 8 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/launcher/LaunchConfigurationHelper.java
 (at line 40)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/launcher/LaunchConfigurationHelper.java
 (at line 93)
properties = TargetPlatform.getConfigIniProperties();
TargetPlatform cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/launcher/LaunchConfigurationHelper.java
 (at line 100)
properties.setProperty("osgi.bundles", computeOSGiBundles(TargetPlatform.stripPathInformation(bundleList), map)); //$NON-NLS-1$
TargetPlatform cannot be resolved
4. ERROR in /src/org/eclipse/pde/internal/ui/launcher/LaunchConfigurationHelper.java
 (at line 108)
properties.setProperty("osgi.bundles", TargetPlatform.stripPathInformation(osgiBundles)); //$NON-NLS-1$
TargetPlatform cannot be resolved
5. ERROR in /src/org/eclipse/pde/internal/ui/launcher/LaunchConfigurationHelper.java
 (at line 136)
properties.setProperty("osgi.bundles", computeOSGiBundles(TargetPlatform.getBundleList(), map)); //$NON-NLS-1$
TargetPlatform cannot be resolved
6. ERROR in /src/org/eclipse/pde/internal/ui/launcher/LaunchConfigurationHelper.java
 (at line 205)
Properties targetConfig = TargetPlatform.getConfigIniProperties();
TargetPlatform cannot be resolved
7. ERROR in /src/org/eclipse/pde/internal/ui/launcher/LaunchConfigurationHelper.java
 (at line 351)
Properties properties = TargetPlatform.getConfigIniProperties();
TargetPlatform cannot be resolved
8. ERROR in /src/org/eclipse/pde/internal/ui/launcher/LaunchConfigurationHelper.java
 (at line 356)
Properties properties = TargetPlatform.getConfigIniProperties();
TargetPlatform cannot be resolved

/src/org/eclipse/pde/internal/ui/launcher/LaunchPluginValidator.java : 3 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/launcher/LaunchPluginValidator.java
 (at line 34)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/launcher/LaunchPluginValidator.java
 (at line 79)
boolean newApp = TargetPlatform.usesNewApplicationModel();
TargetPlatform cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/launcher/LaunchPluginValidator.java
 (at line 82)
upgrade = TargetPlatform.getTargetVersion() >= 3.2 && version == null; //$NON-NLS-1$
TargetPlatform cannot be resolved

/src/org/eclipse/pde/internal/ui/launcher/PDESourceLookupQuery.java : 5 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/launcher/PDESourceLookupQuery.java
 (at line 45)
import org.eclipse.pde.internal.core.ModelEntry;
The import org.eclipse.pde.internal.core.ModelEntry cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/launcher/PDESourceLookupQuery.java
 (at line 48)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/launcher/PDESourceLookupQuery.java
 (at line 138)
State state = TargetPlatform.getState();
TargetPlatform cannot be resolved
4. ERROR in /src/org/eclipse/pde/internal/ui/launcher/PDESourceLookupQuery.java
 (at line 165)
ModelEntry entry = PDECore.getDefault().getModelManager().findEntry(id);
ModelEntry cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/launcher/PDESourceLookupQuery.java
 (at line 165)
ModelEntry entry = PDECore.getDefault().getModelManager().findEntry(id);
The method findEntry(String) is undefined for the type PluginModelManager

/src/org/eclipse/pde/internal/ui/launcher/PluginValidationOperation.java : 5 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/launcher/PluginValidationOperation.java
 (at line 36)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/launcher/PluginValidationOperation.java
 (at line 256)
result.put ("osgi.os", TargetPlatform.getOS()); //$NON-NLS-1$
TargetPlatform cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/launcher/PluginValidationOperation.java
 (at line 257)
result.put ("osgi.ws", TargetPlatform.getWS()); //$NON-NLS-1$
TargetPlatform cannot be resolved
4. ERROR in /src/org/eclipse/pde/internal/ui/launcher/PluginValidationOperation.java
 (at line 258)
result.put ("osgi.nl", TargetPlatform.getNL()); //$NON-NLS-1$
TargetPlatform cannot be resolved
5. ERROR in /src/org/eclipse/pde/internal/ui/launcher/PluginValidationOperation.java
 (at line 259)
result.put ("osgi.arch", TargetPlatform.getOSArch()); //$NON-NLS-1$
TargetPlatform cannot be resolved

/src/org/eclipse/pde/internal/ui/launcher/ProgramBlock.java : 4 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/launcher/ProgramBlock.java
 (at line 19)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/launcher/ProgramBlock.java
 (at line 76)
fProductCombo.setItems(TargetPlatform.getProductNames());
TargetPlatform cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/launcher/ProgramBlock.java
 (at line 174)
String product = TargetPlatform.getDefaultProduct();
TargetPlatform cannot be resolved
4. ERROR in /src/org/eclipse/pde/internal/ui/launcher/ProgramBlock.java
 (at line 182)
return TargetPlatform.getApplicationNames();
TargetPlatform cannot be resolved

/src/org/eclipse/pde/internal/ui/launcher/TracingBlock.java : 5 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/launcher/TracingBlock.java
 (at line 32)
import org.eclipse.pde.internal.core.ModelEntry;
The import org.eclipse.pde.internal.core.ModelEntry cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/launcher/TracingBlock.java
 (at line 232)
ModelEntry entry = manager.findEntry(id);
ModelEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/launcher/TracingBlock.java
 (at line 232)
ModelEntry entry = manager.findEntry(id);
The method findEntry(String) is undefined for the type PluginModelManager
4. ERROR in /src/org/eclipse/pde/internal/ui/launcher/TracingBlock.java
 (at line 349)
ModelEntry entry = PDECore.getDefault().getModelManager().findEntry(pluginID);
ModelEntry cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/launcher/TracingBlock.java
 (at line 349)
ModelEntry entry = PDECore.getDefault().getModelManager().findEntry(pluginID);
The method findEntry(String) is undefined for the type PluginModelManager

/src/org/eclipse/pde/internal/ui/preferences/TargetEnvironmentTab.java : 27 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/preferences/TargetEnvironmentTab.java
 (at line 26)
import org.eclipse.pde.internal.core.IEnvironmentVariables;
The import org.eclipse.pde.internal.core.IEnvironmentVariables cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/preferences/TargetEnvironmentTab.java
 (at line 45)
public class TargetEnvironmentTab implements IEnvironmentVariables {
IEnvironmentVariables cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/preferences/TargetEnvironmentTab.java
 (at line 70)
addExtraChoices(fOSChoices, preferences.getString(OS_EXTRA));
OS_EXTRA cannot be resolved
4. ERROR in /src/org/eclipse/pde/internal/ui/preferences/TargetEnvironmentTab.java
 (at line 76)
addExtraChoices(fWSChoices, preferences.getString(WS_EXTRA));
WS_EXTRA cannot be resolved
5. ERROR in /src/org/eclipse/pde/internal/ui/preferences/TargetEnvironmentTab.java
 (at line 82)
addExtraChoices(fArchChoices, preferences.getString(ARCH_EXTRA));
ARCH_EXTRA cannot be resolved
6. ERROR in /src/org/eclipse/pde/internal/ui/preferences/TargetEnvironmentTab.java
 (at line 88)
fNLChoices.add(expandLocaleName(preferences.getString(NL)));
NL cannot be resolved
7. ERROR in /src/org/eclipse/pde/internal/ui/preferences/TargetEnvironmentTab.java
 (at line 116)
addExtraChoices(fNLChoices, preferences.getString(NL_EXTRA));
NL_EXTRA cannot be resolved
8. ERROR in /src/org/eclipse/pde/internal/ui/preferences/TargetEnvironmentTab.java
 (at line 205)
fOSCombo.setText(preferences.getString(OS));
OS cannot be resolved
9. ERROR in /src/org/eclipse/pde/internal/ui/preferences/TargetEnvironmentTab.java
 (at line 206)
fWSCombo.setText(preferences.getString(WS));
WS cannot be resolved
10. ERROR in /src/org/eclipse/pde/internal/ui/preferences/TargetEnvironmentTab.java
 (at line 207)
fNLCombo.setText(expandLocaleName(preferences.getString(NL)));
NL cannot be resolved
11. ERROR in /src/org/eclipse/pde/internal/ui/preferences/TargetEnvironmentTab.java
 (at line 208)
fArchCombo.setText(preferences.getString(ARCH));
ARCH cannot be resolved
12. ERROR in /src/org/eclipse/pde/internal/ui/preferences/TargetEnvironmentTab.java
 (at line 259)
fOSCombo.setText(preferences.getDefaultString(OS));
OS cannot be resolved
13. ERROR in /src/org/eclipse/pde/internal/ui/preferences/TargetEnvironmentTab.java
 (at line 260)
fWSCombo.setText(preferences.getDefaultString(WS));
WS cannot be resolved
14. ERROR in /src/org/eclipse/pde/internal/ui/preferences/TargetEnvironmentTab.java
 (at line 261)
fNLCombo.setText(expandLocaleName(preferences.getDefaultString(NL)));
NL cannot be resolved
15. ERROR in /src/org/eclipse/pde/internal/ui/preferences/TargetEnvironmentTab.java
 (at line 262)
fArchCombo.setText(preferences.getDefaultString(ARCH));
ARCH cannot be resolved
16. ERROR in /src/org/eclipse/pde/internal/ui/preferences/TargetEnvironmentTab.java
 (at line 287)
String value = preferences.getString(OS_EXTRA);
OS_EXTRA cannot be resolved
17. ERROR in /src/org/eclipse/pde/internal/ui/preferences/TargetEnvironmentTab.java
 (at line 289)
preferences.setValue(OS_EXTRA, value);
OS_EXTRA cannot be resolved
18. ERROR in /src/org/eclipse/pde/internal/ui/preferences/TargetEnvironmentTab.java
 (at line 291)
preferences.setValue(OS, os);
OS cannot be resolved
19. ERROR in /src/org/eclipse/pde/internal/ui/preferences/TargetEnvironmentTab.java
 (at line 297)
String value = preferences.getString(WS_EXTRA);
WS_EXTRA cannot be resolved
20. ERROR in /src/org/eclipse/pde/internal/ui/preferences/TargetEnvironmentTab.java
 (at line 299)
preferences.setValue(WS_EXTRA, value);
WS_EXTRA cannot be resolved
21. ERROR in /src/org/eclipse/pde/internal/ui/preferences/TargetEnvironmentTab.java
 (at line 301)
preferences.setValue(WS, ws);
WS cannot be resolved
22. ERROR in /src/org/eclipse/pde/internal/ui/preferences/TargetEnvironmentTab.java
 (at line 307)
String value = preferences.getString(ARCH_EXTRA);
ARCH_EXTRA cannot be resolved
23. ERROR in /src/org/eclipse/pde/internal/ui/preferences/TargetEnvironmentTab.java
 (at line 309)
preferences.setValue(ARCH_EXTRA, value);
ARCH_EXTRA cannot be resolved
24. ERROR in /src/org/eclipse/pde/internal/ui/preferences/TargetEnvironmentTab.java
 (at line 311)
preferences.setValue(ARCH, arch);
ARCH cannot be resolved
25. ERROR in /src/org/eclipse/pde/internal/ui/preferences/TargetEnvironmentTab.java
 (at line 317)
String value = preferences.getString(NL_EXTRA);
NL_EXTRA cannot be resolved
26. ERROR in /src/org/eclipse/pde/internal/ui/preferences/TargetEnvironmentTab.java
 (at line 319)
preferences.setValue(NL_EXTRA, value);
NL_EXTRA cannot be resolved
27. ERROR in /src/org/eclipse/pde/internal/ui/preferences/TargetEnvironmentTab.java
 (at line 325)
preferences.setValue(NL, locale);
NL cannot be resolved

/src/org/eclipse/pde/internal/ui/preferences/TargetPluginsTab.java : 2 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/preferences/TargetPluginsTab.java
 (at line 59)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/preferences/TargetPluginsTab.java
 (at line 866)
return (fCurrentState != null) ? fCurrentState : TargetPlatform.getPDEState();
TargetPlatform cannot be resolved

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

1. ERROR in /src/org/eclipse/pde/internal/ui/search/FindPluginReferencesAction.java
 (at line 18)
import org.eclipse.pde.internal.core.ModelEntry;
The import org.eclipse.pde.internal.core.ModelEntry cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/search/FindPluginReferencesAction.java
 (at line 63)
ModelEntry entry =
ModelEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/search/FindPluginReferencesAction.java
 (at line 64)
PDECore.getDefault().getModelManager().findEntry(file.getProject());
The method findEntry(IProject) is undefined for the type PluginModelManager

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

1. ERROR in /src/org/eclipse/pde/internal/ui/search/PluginSearchActionGroup.java
 (at line 24)
import org.eclipse.pde.internal.core.ModelEntry;
The import org.eclipse.pde.internal.core.ModelEntry cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/search/PluginSearchActionGroup.java
 (at line 130)
if (object instanceof ModelEntry) {
ModelEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/search/PluginSearchActionGroup.java
 (at line 131)
object = ((ModelEntry) object).getActiveModel().getPluginBase();
ModelEntry cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/views/dependencies/CallersContentProvider.java : 3 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/views/dependencies/CallersContentProvider.java
 (at line 20)
import org.eclipse.pde.internal.core.ModelEntry;
The import org.eclipse.pde.internal.core.ModelEntry cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/views/dependencies/CallersContentProvider.java
 (at line 32)
ModelEntry[] entries = getPluginManager().getEntries();
ModelEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/views/dependencies/CallersContentProvider.java
 (at line 32)
ModelEntry[] entries = getPluginManager().getEntries();
The method getEntries() is undefined for the type PluginModelManager

/src/org/eclipse/pde/internal/ui/views/dependencies/DependenciesViewPageContentProvider.java : 4 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/views/dependencies/DependenciesViewPageContentProvider.java
 (at line 17)
import org.eclipse.pde.internal.core.ModelEntry;
The import org.eclipse.pde.internal.core.ModelEntry cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/views/dependencies/DependenciesViewPageContentProvider.java
 (at line 44)
private void handleRemoved(ModelEntry[] removed) {
ModelEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/views/dependencies/DependenciesViewPageContentProvider.java
 (at line 79)
ModelEntry[] removed = delta.getRemovedEntries();
ModelEntry cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/views/dependencies/DependenciesViewPageContentProvider.java
 (at line 79)
ModelEntry[] removed = delta.getRemovedEntries();
The method getRemovedEntries() is undefined for the type PluginModelDelta

/src/org/eclipse/pde/internal/ui/views/plugins/ImportActionGroup.java : 6 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/ImportActionGroup.java
 (at line 25)
import org.eclipse.pde.internal.core.ModelEntry;
The import org.eclipse.pde.internal.core.ModelEntry cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/ImportActionGroup.java
 (at line 82)
if (next instanceof ModelEntry)
ModelEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/ImportActionGroup.java
 (at line 83)
model = ((ModelEntry) next).getActiveModel();
ModelEntry cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/ImportActionGroup.java
 (at line 107)
if (obj instanceof ModelEntry) {
ModelEntry cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/ImportActionGroup.java
 (at line 108)
ModelEntry entry = (ModelEntry) obj;
ModelEntry cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/ImportActionGroup.java
 (at line 108)
ModelEntry entry = (ModelEntry) obj;
ModelEntry cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/views/plugins/JavaSearchActionGroup.java : 14 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/JavaSearchActionGroup.java
 (at line 26)
import org.eclipse.pde.internal.core.ModelEntry;
The import org.eclipse.pde.internal.core.ModelEntry cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/JavaSearchActionGroup.java
 (at line 82)
ModelEntry entry = null;
ModelEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/JavaSearchActionGroup.java
 (at line 85)
entry = getModelEntry(iter.next());
The method getModelEntry(Object) is undefined for the type JavaSearchActionGroup
4. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/JavaSearchActionGroup.java
 (at line 101)
private ModelEntry getModelEntry(Object object) {
ModelEntry cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/JavaSearchActionGroup.java
 (at line 102)
ModelEntry entry = null;
ModelEntry cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/JavaSearchActionGroup.java
 (at line 104)
entry = (ModelEntry) ((IAdaptable) object).getAdapter(ModelEntry.class);
ModelEntry cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/JavaSearchActionGroup.java
 (at line 104)
entry = (ModelEntry) ((IAdaptable) object).getAdapter(ModelEntry.class);
ModelEntry cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/JavaSearchActionGroup.java
 (at line 106)
if (object instanceof ModelEntry) {
ModelEntry cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/JavaSearchActionGroup.java
 (at line 107)
entry = (ModelEntry) object;
ModelEntry cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/JavaSearchActionGroup.java
 (at line 121)
ModelEntry entry = getModelEntry(iter.next());
ModelEntry cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/JavaSearchActionGroup.java
 (at line 121)
ModelEntry entry = getModelEntry(iter.next());
The method getModelEntry(Object) is undefined for the type JavaSearchActionGroup
12. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/JavaSearchActionGroup.java
 (at line 130)
final ModelEntry[] array =
ModelEntry cannot be resolved to a type
13. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/JavaSearchActionGroup.java
 (at line 131)
(ModelEntry[]) result.toArray(new ModelEntry[result.size()]);
ModelEntry cannot be resolved to a type
14. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/JavaSearchActionGroup.java
 (at line 131)
(ModelEntry[]) result.toArray(new ModelEntry[result.size()]);
ModelEntry cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/views/plugins/PluginsContentProvider.java : 17 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsContentProvider.java
 (at line 25)
import org.eclipse.pde.internal.core.EntryFileAdapter;
The import org.eclipse.pde.internal.core.EntryFileAdapter cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsContentProvider.java
 (at line 28)
import org.eclipse.pde.internal.core.ModelEntry;
The import org.eclipse.pde.internal.core.ModelEntry cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsContentProvider.java
 (at line 65)
return ((PluginModelManager) parentElement).getEntries();
The method getEntries() is undefined for the type PluginModelManager
4. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsContentProvider.java
 (at line 67)
if (parentElement instanceof ModelEntry) {
ModelEntry cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsContentProvider.java
 (at line 68)
ModelEntry entry = (ModelEntry) parentElement;
ModelEntry cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsContentProvider.java
 (at line 68)
ModelEntry entry = (ModelEntry) parentElement;
ModelEntry cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsContentProvider.java
 (at line 88)
if (element instanceof ModelEntry) {
ModelEntry cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsContentProvider.java
 (at line 91)
if (element instanceof EntryFileAdapter) {
EntryFileAdapter cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsContentProvider.java
 (at line 92)
return ((EntryFileAdapter) element).getEntry();
EntryFileAdapter cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsContentProvider.java
 (at line 107)
if (element instanceof ModelEntry) {
ModelEntry cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsContentProvider.java
 (at line 108)
ModelEntry entry = (ModelEntry) element;
ModelEntry cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsContentProvider.java
 (at line 108)
ModelEntry entry = (ModelEntry) element;
ModelEntry cannot be resolved to a type
13. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsContentProvider.java
 (at line 147)
ModelEntry[] removed = delta.getRemovedEntries();
ModelEntry cannot be resolved to a type
14. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsContentProvider.java
 (at line 147)
ModelEntry[] removed = delta.getRemovedEntries();
The method getRemovedEntries() is undefined for the type PluginModelDelta
15. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsContentProvider.java
 (at line 151)
ModelEntry[] added = delta.getAddedEntries();
ModelEntry cannot be resolved to a type
16. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsContentProvider.java
 (at line 151)
ModelEntry[] added = delta.getAddedEntries();
The method getAddedEntries() is undefined for the type PluginModelDelta
17. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsContentProvider.java
 (at line 160)
private boolean isVisible(ModelEntry entry) {
ModelEntry cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/views/plugins/PluginsLabelProvider.java : 7 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsLabelProvider.java
 (at line 30)
import org.eclipse.pde.internal.core.ModelEntry;
The import org.eclipse.pde.internal.core.ModelEntry cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsLabelProvider.java
 (at line 65)
if (obj instanceof ModelEntry) {
ModelEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsLabelProvider.java
 (at line 66)
return getText((ModelEntry) obj);
ModelEntry cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsLabelProvider.java
 (at line 86)
if (obj instanceof ModelEntry) {
ModelEntry cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsLabelProvider.java
 (at line 87)
return getImage((ModelEntry) obj);
ModelEntry cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsLabelProvider.java
 (at line 130)
private String getText(ModelEntry entry) {
ModelEntry cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsLabelProvider.java
 (at line 142)
private Image getImage(ModelEntry entry) {
ModelEntry cannot be resolved to a type

/src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java : 36 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
 (at line 56)
import org.eclipse.pde.internal.core.EntryFileAdapter;
The import org.eclipse.pde.internal.core.EntryFileAdapter cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
 (at line 58)
import org.eclipse.pde.internal.core.ModelEntry;
The import org.eclipse.pde.internal.core.ModelEntry cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
 (at line 135)
if (element instanceof ModelEntry) {
ModelEntry cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
 (at line 136)
ModelEntry entry = (ModelEntry) element;
ModelEntry cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
 (at line 136)
ModelEntry entry = (ModelEntry) element;
ModelEntry cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
 (at line 149)
if (element instanceof ModelEntry) {
ModelEntry cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
 (at line 150)
ModelEntry entry = (ModelEntry) element;
ModelEntry cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
 (at line 150)
ModelEntry entry = (ModelEntry) element;
ModelEntry cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
 (at line 284)
ModelEntry entry = getEnclosingEntry();
ModelEntry cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
 (at line 284)
ModelEntry entry = getEnclosingEntry();
The method getEnclosingEntry() is undefined for the type new Action(){}
11. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
 (at line 403)
private ModelEntry getEnclosingEntry() {
ModelEntry cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
 (at line 407)
if (obj instanceof ModelEntry)
ModelEntry cannot be resolved to a type
13. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
 (at line 408)
return (ModelEntry) obj;
ModelEntry cannot be resolved to a type
14. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
 (at line 413)
if (parent instanceof EntryFileAdapter)
EntryFileAdapter cannot be resolved to a type
15. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
 (at line 414)
return ((EntryFileAdapter) parent).getEntry();
EntryFileAdapter cannot be resolved to a type
16. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
 (at line 434)
if (sobj instanceof ModelEntry) {
ModelEntry cannot be resolved to a type
17. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
 (at line 435)
ModelEntry entry = (ModelEntry) sobj;
ModelEntry cannot be resolved to a type
18. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
 (at line 435)
ModelEntry entry = (ModelEntry) sobj;
ModelEntry cannot be resolved to a type
19. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
 (at line 458)
ModelEntry entry = getEnclosingEntry();
ModelEntry cannot be resolved to a type
20. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
 (at line 458)
ModelEntry entry = getEnclosingEntry();
The method getEnclosingEntry() is undefined for the type PluginsView
21. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
 (at line 593)
if (obj instanceof ModelEntry) {
ModelEntry cannot be resolved to a type
22. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
 (at line 598)
ModelEntry modelEntry = (ModelEntry) obj;
ModelEntry cannot be resolved to a type
23. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
 (at line 598)
ModelEntry modelEntry = (ModelEntry) obj;
ModelEntry cannot be resolved to a type
24. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
 (at line 641)
ModelEntry entry = (ModelEntry) iter.next();
ModelEntry cannot be resolved to a type
25. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
 (at line 641)
ModelEntry entry = (ModelEntry) iter.next();
ModelEntry cannot be resolved to a type
26. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
 (at line 654)
if (element instanceof ModelEntry) {
ModelEntry cannot be resolved to a type
27. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
 (at line 655)
ModelEntry entry = (ModelEntry) element;
ModelEntry cannot be resolved to a type
28. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
 (at line 655)
ModelEntry entry = (ModelEntry) element;
ModelEntry cannot be resolved to a type
29. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
 (at line 663)
private void addDependentEntries(ModelEntry entry, Set set) {
ModelEntry cannot be resolved to a type
30. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
 (at line 677)
ModelEntry ientry =
ModelEntry cannot be resolved to a type
31. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
 (at line 678)
manager.findEntry(iimport.getId());
The method findEntry(String) is undefined for the type PluginModelManager
32. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
 (at line 789)
if (obj instanceof ModelEntry) {
ModelEntry cannot be resolved to a type
33. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
 (at line 790)
IPluginModelBase model = ((ModelEntry) obj).getActiveModel();
ModelEntry cannot be resolved to a type
34. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
 (at line 833)
if (input instanceof ModelEntry) {
ModelEntry cannot be resolved to a type
35. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
 (at line 834)
IPluginModelBase model = ((ModelEntry) input).getActiveModel();
ModelEntry cannot be resolved to a type
36. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
 (at line 841)
String total = Integer.toString(((PluginModelManager)fTreeViewer.getInput()).getEntries().length);
The method getEntries() is undefined for the type PluginModelManager

/src/org/eclipse/pde/internal/ui/views/plugins/ShowInWorkspaceAction.java : 7 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/ShowInWorkspaceAction.java
 (at line 24)
import org.eclipse.pde.internal.core.ModelEntry;
The import org.eclipse.pde.internal.core.ModelEntry cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/ShowInWorkspaceAction.java
 (at line 57)
if (!(obj instanceof ModelEntry))
ModelEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/ShowInWorkspaceAction.java
 (at line 59)
ModelEntry entry = (ModelEntry) obj;
ModelEntry cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/ShowInWorkspaceAction.java
 (at line 59)
ModelEntry entry = (ModelEntry) obj;
ModelEntry cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/ShowInWorkspaceAction.java
 (at line 88)
if (obj instanceof ModelEntry) {
ModelEntry cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/ShowInWorkspaceAction.java
 (at line 89)
ModelEntry entry = (ModelEntry) obj;
ModelEntry cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/ui/views/plugins/ShowInWorkspaceAction.java
 (at line 89)
ModelEntry entry = (ModelEntry) obj;
ModelEntry cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/pde/internal/ui/wizards/ListUtil.java
 (at line 20)
import org.eclipse.pde.internal.core.ModelEntry;
The import org.eclipse.pde.internal.core.ModelEntry cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/wizards/ListUtil.java
 (at line 64)
if (object instanceof ModelEntry)
ModelEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/wizards/ListUtil.java
 (at line 66)
((ModelEntry) object).getActiveModel().getPluginBase());
ModelEntry cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/pde/internal/ui/wizards/PluginSelectionDialog.java
 (at line 20)
import org.eclipse.pde.internal.core.ModelEntry;
The import org.eclipse.pde.internal.core.ModelEntry cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/wizards/PluginSelectionDialog.java
 (at line 85)
ModelEntry entry = manager.findEntry(id);
ModelEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/wizards/PluginSelectionDialog.java
 (at line 85)
ModelEntry entry = manager.findEntry(id);
The method findEntry(String) is undefined for the type PluginModelManager

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

1. ERROR in /src/org/eclipse/pde/internal/ui/wizards/RequiredPluginsContainerPage.java
 (at line 29)
import org.eclipse.pde.internal.core.ModelEntry;
The import org.eclipse.pde.internal.core.ModelEntry cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/wizards/RequiredPluginsContainerPage.java
 (at line 205)
ModelEntry entry = mng.findEntry(javaProject.getProject());
ModelEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/wizards/RequiredPluginsContainerPage.java
 (at line 205)
ModelEntry entry = mng.findEntry(javaProject.getProject());
The method findEntry(IProject) is undefined for the type PluginModelManager

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

1. ERROR in /src/org/eclipse/pde/internal/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 34)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/wizards/cheatsheet/RegisterCSOperation.java
 (at line 387)
double targetVersion = TargetPlatform.getTargetVersion();
TargetPlatform cannot be resolved

/src/org/eclipse/pde/internal/ui/wizards/exports/ExportOptionsTab.java : 2 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/wizards/exports/ExportOptionsTab.java
 (at line 15)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/wizards/exports/ExportOptionsTab.java
 (at line 162)
? TargetPlatform.getTargetVersion() >= 3.1
TargetPlatform cannot be resolved

/src/org/eclipse/pde/internal/ui/wizards/exports/PluginExportWizardPage.java : 3 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/wizards/exports/PluginExportWizardPage.java
 (at line 23)
import org.eclipse.pde.internal.core.ModelEntry;
The import org.eclipse.pde.internal.core.ModelEntry cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/wizards/exports/PluginExportWizardPage.java
 (at line 83)
ModelEntry entry = PDECore.getDefault().getModelManager().findEntry(((PersistablePluginObject)object).getPluginID());
ModelEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/wizards/exports/PluginExportWizardPage.java
 (at line 83)
ModelEntry entry = PDECore.getDefault().getModelManager().findEntry(((PersistablePluginObject)object).getPluginID());
The method findEntry(String) is undefined for the type PluginModelManager

/src/org/eclipse/pde/internal/ui/wizards/exports/ProductExportWizard.java : 2 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/wizards/exports/ProductExportWizard.java
 (at line 24)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/wizards/exports/ProductExportWizard.java
 (at line 102)
State state = TargetPlatform.getState();
TargetPlatform cannot be resolved

/src/org/eclipse/pde/internal/ui/wizards/extension/NewSchemaFileMainPage.java : 3 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/wizards/extension/NewSchemaFileMainPage.java
 (at line 23)
import org.eclipse.pde.internal.core.ModelEntry;
The import org.eclipse.pde.internal.core.ModelEntry cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/wizards/extension/NewSchemaFileMainPage.java
 (at line 123)
ModelEntry entry = PDECore.getDefault().getModelManager().findEntry(pluginID);
ModelEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/wizards/extension/NewSchemaFileMainPage.java
 (at line 123)
ModelEntry entry = PDECore.getDefault().getModelManager().findEntry(pluginID);
The method findEntry(String) is undefined for the type PluginModelManager

/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportOperation.java : 3 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportOperation.java
 (at line 62)
import org.eclipse.pde.internal.core.ModelEntry;
The import org.eclipse.pde.internal.core.ModelEntry cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportOperation.java
 (at line 719)
ModelEntry entry = PDECore.getDefault().getModelManager().findEntry(id);
ModelEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportOperation.java
 (at line 719)
ModelEntry entry = PDECore.getDefault().getModelManager().findEntry(id);
The method findEntry(String) is undefined for the type PluginModelManager

/src/org/eclipse/pde/internal/ui/wizards/plugin/FragmentContentPage.java : 1 error :

1. ERROR in /src/org/eclipse/pde/internal/ui/wizards/plugin/FragmentContentPage.java
 (at line 255)
} else if (PDECore.getDefault().getModelManager().findEntry(pluginID) == null) {
The method findEntry(String) is undefined for the type PluginModelManager

/src/org/eclipse/pde/internal/ui/wizards/plugin/NewLibraryPluginCreationPage.java : 2 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/wizards/plugin/NewLibraryPluginCreationPage.java
 (at line 17)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/wizards/plugin/NewLibraryPluginCreationPage.java
 (at line 126)
fTargetCombo.setText(TargetPlatform.getTargetVersionString());
TargetPlatform cannot be resolved

/src/org/eclipse/pde/internal/ui/wizards/plugin/NewProjectCreationPage.java : 2 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/wizards/plugin/NewProjectCreationPage.java
 (at line 23)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/wizards/plugin/NewProjectCreationPage.java
 (at line 139)
fTargetCombo.setText(TargetPlatform.getTargetVersionString());
TargetPlatform cannot be resolved

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

1. ERROR in /src/org/eclipse/pde/internal/ui/wizards/product/ProductDefinitionOperation.java
 (at line 32)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/wizards/product/ProductDefinitionOperation.java
 (at line 78)
base.setSchemaVersion(TargetPlatform.getTargetVersion() < 3.2 ? "3.0" : "3.2"); //$NON-NLS-1$ //$NON-NLS-2$
TargetPlatform cannot be resolved

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

1. ERROR in /src/org/eclipse/pde/internal/ui/wizards/product/ProductDefinitonWizardPage.java
 (at line 23)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/wizards/product/ProductDefinitonWizardPage.java
 (at line 172)
fApplicationCombo.setItems(TargetPlatform.getApplicationNames());
TargetPlatform cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/wizards/product/ProductDefinitonWizardPage.java
 (at line 252)
fProductSet = TargetPlatform.getProductNameSet();
TargetPlatform cannot be resolved

/src/org/eclipse/pde/internal/ui/wizards/product/ProductFileWizadPage.java : 2 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/wizards/product/ProductFileWizadPage.java
 (at line 31)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/wizards/product/ProductFileWizadPage.java
 (at line 105)
fProductCombo.setItems(TargetPlatform.getProductNames());
TargetPlatform cannot be resolved

/src/org/eclipse/pde/internal/ui/wizards/product/ProductIntroOperation.java : 2 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/wizards/product/ProductIntroOperation.java
 (at line 41)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/wizards/product/ProductIntroOperation.java
 (at line 89)
base.setSchemaVersion(TargetPlatform.getTargetVersion() < 3.2 ? "3.0" : "3.2"); //$NON-NLS-1$ //$NON-NLS-2$
TargetPlatform cannot be resolved

/src/org/eclipse/pde/internal/ui/wizards/target/TargetDefinitionFromPlatformOperation.java : 5 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/wizards/target/TargetDefinitionFromPlatformOperation.java
 (at line 20)
import org.eclipse.pde.internal.core.IEnvironmentVariables;
The import org.eclipse.pde.internal.core.IEnvironmentVariables cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/wizards/target/TargetDefinitionFromPlatformOperation.java
 (at line 67)
info.setOS(preferences.getString(IEnvironmentVariables.OS));
IEnvironmentVariables cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/wizards/target/TargetDefinitionFromPlatformOperation.java
 (at line 68)
info.setWS(preferences.getString(IEnvironmentVariables.WS));
IEnvironmentVariables cannot be resolved
4. ERROR in /src/org/eclipse/pde/internal/ui/wizards/target/TargetDefinitionFromPlatformOperation.java
 (at line 69)
info.setNL(preferences.getString(IEnvironmentVariables.NL));
IEnvironmentVariables cannot be resolved
5. ERROR in /src/org/eclipse/pde/internal/ui/wizards/target/TargetDefinitionFromPlatformOperation.java
 (at line 70)
info.setArch(preferences.getString(IEnvironmentVariables.ARCH));
IEnvironmentVariables cannot be resolved

/src/org/eclipse/pde/internal/ui/wizards/tools/ConvertedProjectsPage.java : 3 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/ConvertedProjectsPage.java
 (at line 40)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/ConvertedProjectsPage.java
 (at line 172)
if (TargetPlatform.getTargetVersion() >= 3.1)
TargetPlatform cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/ConvertedProjectsPage.java
 (at line 180)
return TargetPlatform.getTargetVersion() < 3.1;
TargetPlatform cannot be resolved

/src/org/eclipse/pde/internal/ui/wizards/tools/CreateHelpIndexAction.java : 3 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/CreateHelpIndexAction.java
 (at line 33)
import org.eclipse.pde.internal.core.ModelEntry;
The import org.eclipse.pde.internal.core.ModelEntry cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/CreateHelpIndexAction.java
 (at line 104)
ModelEntry entry = manager.findEntry(fProject);
ModelEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/CreateHelpIndexAction.java
 (at line 104)
ModelEntry entry = manager.findEntry(fProject);
The method findEntry(IProject) is undefined for the type PluginModelManager

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

1. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
 (at line 50)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
 (at line 100)
if (manager.findEntry(pluginId) == null) {
The method findEntry(String) is undefined for the type PluginModelManager
3. ERROR in /src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
 (at line 209)
State state = TargetPlatform.getState();
TargetPlatform cannot be resolved

/src/org/eclipse/pde/ui/launcher/AbstractPDELaunchConfiguration.java : 5 errors :

1. ERROR in /src/org/eclipse/pde/ui/launcher/AbstractPDELaunchConfiguration.java
 (at line 33)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/ui/launcher/AbstractPDELaunchConfiguration.java
 (at line 252)
programArgs.add(TargetPlatform.getOS());
TargetPlatform cannot be resolved
3. ERROR in /src/org/eclipse/pde/ui/launcher/AbstractPDELaunchConfiguration.java
 (at line 256)
programArgs.add(TargetPlatform.getWS());
TargetPlatform cannot be resolved
4. ERROR in /src/org/eclipse/pde/ui/launcher/AbstractPDELaunchConfiguration.java
 (at line 260)
programArgs.add(TargetPlatform.getOSArch());
TargetPlatform cannot be resolved
5. ERROR in /src/org/eclipse/pde/ui/launcher/AbstractPDELaunchConfiguration.java
 (at line 335)
if (TargetPlatform.usesEquinoxStartup())
TargetPlatform cannot be resolved

/src/org/eclipse/pde/ui/launcher/AbstractPDELaunchConfigurationTabGroup.java : 3 errors :

1. ERROR in /src/org/eclipse/pde/ui/launcher/AbstractPDELaunchConfigurationTabGroup.java
 (at line 22)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/ui/launcher/AbstractPDELaunchConfigurationTabGroup.java
 (at line 114)
if (TargetPlatform.usesNewApplicationModel())
TargetPlatform cannot be resolved
3. ERROR in /src/org/eclipse/pde/ui/launcher/AbstractPDELaunchConfigurationTabGroup.java
 (at line 116)
else if (TargetPlatform.getTargetVersion() >= 3.2)
TargetPlatform cannot be resolved

/src/org/eclipse/pde/ui/launcher/EclipseApplicationLaunchConfiguration.java : 4 errors :

1. ERROR in /src/org/eclipse/pde/ui/launcher/EclipseApplicationLaunchConfiguration.java
 (at line 30)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/ui/launcher/EclipseApplicationLaunchConfiguration.java
 (at line 98)
TargetPlatform.createPlatformConfigurationArea(
TargetPlatform cannot be resolved
3. ERROR in /src/org/eclipse/pde/ui/launcher/EclipseApplicationLaunchConfiguration.java
 (at line 122)
if (TargetPlatform.getTargetVersion() >= 3.1) {
TargetPlatform cannot be resolved
4. ERROR in /src/org/eclipse/pde/ui/launcher/EclipseApplicationLaunchConfiguration.java
 (at line 126)
if (TargetPlatform.getOS().equals("macosx") ) { //$NON-NLS-1$
TargetPlatform cannot be resolved

/src/org/eclipse/pde/ui/launcher/EclipseLaunchShortcut.java : 5 errors :

1. ERROR in /src/org/eclipse/pde/ui/launcher/EclipseLaunchShortcut.java
 (at line 37)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/ui/launcher/EclipseLaunchShortcut.java
 (at line 131)
return TargetPlatform.getDefaultProduct();
TargetPlatform cannot be resolved
3. ERROR in /src/org/eclipse/pde/ui/launcher/EclipseLaunchShortcut.java
 (at line 195)
if (TargetPlatform.usesNewApplicationModel())
TargetPlatform cannot be resolved
4. ERROR in /src/org/eclipse/pde/ui/launcher/EclipseLaunchShortcut.java
 (at line 197)
else if (TargetPlatform.getTargetVersion() >= 3.2)
TargetPlatform cannot be resolved
5. ERROR in /src/org/eclipse/pde/ui/launcher/EclipseLaunchShortcut.java
 (at line 240)
String defaultProduct = TargetPlatform.getDefaultProduct();
TargetPlatform cannot be resolved

/src/org/eclipse/pde/ui/launcher/EquinoxLaunchConfiguration.java : 3 errors :

1. ERROR in /src/org/eclipse/pde/ui/launcher/EquinoxLaunchConfiguration.java
 (at line 29)
import org.eclipse.pde.internal.core.ModelEntry;
The import org.eclipse.pde.internal.core.ModelEntry cannot be resolved
2. ERROR in /src/org/eclipse/pde/ui/launcher/EquinoxLaunchConfiguration.java
 (at line 146)
ModelEntry entry = manager.findEntry(id);
ModelEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/ui/launcher/EquinoxLaunchConfiguration.java
 (at line 146)
ModelEntry entry = manager.findEntry(id);
The method findEntry(String) is undefined for the type PluginModelManager

/src/org/eclipse/pde/ui/launcher/JUnitLaunchConfigurationDelegate.java : 8 errors :

1. ERROR in /src/org/eclipse/pde/ui/launcher/JUnitLaunchConfigurationDelegate.java
 (at line 41)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/ui/launcher/JUnitLaunchConfigurationDelegate.java
 (at line 85)
if (TargetPlatform.usesEquinoxStartup())
TargetPlatform cannot be resolved
3. ERROR in /src/org/eclipse/pde/ui/launcher/JUnitLaunchConfigurationDelegate.java
 (at line 132)
application = TargetPlatform.usesNewApplicationModel() || TargetPlatform.getTargetVersion() <= 3.2 ?
TargetPlatform cannot be resolved
4. ERROR in /src/org/eclipse/pde/ui/launcher/JUnitLaunchConfigurationDelegate.java
 (at line 132)
application = TargetPlatform.usesNewApplicationModel() || TargetPlatform.getTargetVersion() <= 3.2 ?
TargetPlatform cannot be resolved
5. ERROR in /src/org/eclipse/pde/ui/launcher/JUnitLaunchConfigurationDelegate.java
 (at line 160)
TargetPlatform.createPlatformConfigurationArea(
TargetPlatform cannot be resolved
6. ERROR in /src/org/eclipse/pde/ui/launcher/JUnitLaunchConfigurationDelegate.java
 (at line 198)
programArgs.add(TargetPlatform.getOS());
TargetPlatform cannot be resolved
7. ERROR in /src/org/eclipse/pde/ui/launcher/JUnitLaunchConfigurationDelegate.java
 (at line 202)
programArgs.add(TargetPlatform.getWS());
TargetPlatform cannot be resolved
8. ERROR in /src/org/eclipse/pde/ui/launcher/JUnitLaunchConfigurationDelegate.java
 (at line 206)
programArgs.add(TargetPlatform.getOSArch());
TargetPlatform cannot be resolved

/src/org/eclipse/pde/ui/launcher/JUnitWorkbenchLaunchShortcut.java : 4 errors :

1. ERROR in /src/org/eclipse/pde/ui/launcher/JUnitWorkbenchLaunchShortcut.java
 (at line 21)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/ui/launcher/JUnitWorkbenchLaunchShortcut.java
 (at line 46)
if (TargetPlatform.usesNewApplicationModel())
TargetPlatform cannot be resolved
3. ERROR in /src/org/eclipse/pde/ui/launcher/JUnitWorkbenchLaunchShortcut.java
 (at line 48)
else if (TargetPlatform.getTargetVersion() >= 3.2)
TargetPlatform cannot be resolved
4. ERROR in /src/org/eclipse/pde/ui/launcher/JUnitWorkbenchLaunchShortcut.java
 (at line 56)
String product = TargetPlatform.getDefaultProduct();
TargetPlatform cannot be resolved

/src/org/eclipse/pde/ui/templates/AbstractTemplateSection.java : 2 errors :

1. ERROR in /src/org/eclipse/pde/ui/templates/AbstractTemplateSection.java
 (at line 50)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/ui/templates/AbstractTemplateSection.java
 (at line 739)
return TargetPlatform.getTargetVersion();
TargetPlatform cannot be resolved
Title: Compiler log for org.eclipse.pde.core_3.3.0.v20070123-0800

Compiler log for org.eclipse.pde.core_3.3.0.v20070123-0800 : @dot.bin.xml

TOTAL : ERRORS: 167, WARNINGS: 0

/src/org/eclipse/pde/internal/core/ClasspathUtilCore.java : 6 errors :

1. ERROR in /src/org/eclipse/pde/internal/core/ClasspathUtilCore.java
 (at line 168)
"ws" + IPath.SEPARATOR + TargetPlatform.getWS()); //$NON-NLS-1$
TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/core/ClasspathUtilCore.java
 (at line 173)
"os" + IPath.SEPARATOR + TargetPlatform.getOS()); //$NON-NLS-1$
TargetPlatform cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/core/ClasspathUtilCore.java
 (at line 178)
"nl" + IPath.SEPARATOR + TargetPlatform.getNL()); //$NON-NLS-1$
TargetPlatform cannot be resolved
4. ERROR in /src/org/eclipse/pde/internal/core/ClasspathUtilCore.java
 (at line 183)
"arch" + IPath.SEPARATOR + TargetPlatform.getOSArch()); //$NON-NLS-1$
TargetPlatform cannot be resolved
5. ERROR in /src/org/eclipse/pde/internal/core/ClasspathUtilCore.java
 (at line 218)
ModelEntry entry = PDECore.getDefault().getModelManager().findEntry(fragments[i].getFragment().getId());
ModelEntry cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/core/ClasspathUtilCore.java
 (at line 218)
ModelEntry entry = PDECore.getDefault().getModelManager().findEntry(fragments[i].getFragment().getId());
The method findEntry(String) is undefined for the type PluginModelManager

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

1. ERROR in /src/org/eclipse/pde/internal/core/DependencyManager.java
 (at line 31)
return getDependencies(new Object[] {model}, new String[0], TargetPlatform.getState(), false);
TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/core/DependencyManager.java
 (at line 39)
return getDependencies(models, new String[0], TargetPlatform.getState(), false);
TargetPlatform cannot be resolved

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

1. ERROR in /src/org/eclipse/pde/internal/core/JavaElementChangeListener.java
 (at line 133)
ModelEntry entry = PDECore.getDefault().getModelManager().findEntry(project);
ModelEntry cannot be resolved to a type
2. ERROR in /src/org/eclipse/pde/internal/core/JavaElementChangeListener.java
 (at line 133)
ModelEntry entry = PDECore.getDefault().getModelManager().findEntry(project);
The method findEntry(IProject) is undefined for the type PluginModelManager

/src/org/eclipse/pde/internal/core/LoadTargetOperation.java : 9 errors :

1. ERROR in /src/org/eclipse/pde/internal/core/LoadTargetOperation.java
 (at line 43)
import org.eclipse.pde.internal.core.IEnvironmentVariables;
The import org.eclipse.pde.internal.core.IEnvironmentVariables cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/core/LoadTargetOperation.java
 (at line 108)
pref.setToDefault(IEnvironmentVariables.ARCH);
IEnvironmentVariables cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/core/LoadTargetOperation.java
 (at line 109)
pref.setToDefault(IEnvironmentVariables.NL);
IEnvironmentVariables cannot be resolved
4. ERROR in /src/org/eclipse/pde/internal/core/LoadTargetOperation.java
 (at line 110)
pref.setToDefault(IEnvironmentVariables.OS);
IEnvironmentVariables cannot be resolved
5. ERROR in /src/org/eclipse/pde/internal/core/LoadTargetOperation.java
 (at line 111)
pref.setToDefault(IEnvironmentVariables.WS);
IEnvironmentVariables cannot be resolved
6. ERROR in /src/org/eclipse/pde/internal/core/LoadTargetOperation.java
 (at line 113)
pref.setValue(IEnvironmentVariables.ARCH, env.getDisplayArch());
IEnvironmentVariables cannot be resolved
7. ERROR in /src/org/eclipse/pde/internal/core/LoadTargetOperation.java
 (at line 114)
pref.setValue(IEnvironmentVariables.NL, env.getDisplayNL());
IEnvironmentVariables cannot be resolved
8. ERROR in /src/org/eclipse/pde/internal/core/LoadTargetOperation.java
 (at line 115)
pref.setValue(IEnvironmentVariables.OS, env.getDisplayOS());
IEnvironmentVariables cannot be resolved
9. ERROR in /src/org/eclipse/pde/internal/core/LoadTargetOperation.java
 (at line 116)
pref.setValue(IEnvironmentVariables.WS, env.getDisplayWS());
IEnvironmentVariables cannot be resolved

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

1. ERROR in /src/org/eclipse/pde/internal/core/MinimalState.java
 (at line 248)
return new Dictionary[] {TargetPlatform.getTargetEnvironment()};
TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/core/MinimalState.java
 (at line 255)
Dictionary props = TargetPlatform.getTargetEnvironment();
TargetPlatform cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/core/MinimalState.java
 (at line 267)
return new Dictionary[] {TargetPlatform.getTargetEnvironment()};
TargetPlatform cannot be resolved

/src/org/eclipse/pde/internal/core/PDECore.java : 1 error :

1. ERROR in /src/org/eclipse/pde/internal/core/PDECore.java
 (at line 43)
public class PDECore extends Plugin implements IEnvironmentVariables {
IEnvironmentVariables cannot be resolved to a type

/src/org/eclipse/pde/internal/core/PluginModelDelta.java : 12 errors :

1. ERROR in /src/org/eclipse/pde/internal/core/PluginModelDelta.java
 (at line 32)
public ModelEntry[] getAddedEntries() {
ModelEntry cannot be resolved to a type
2. ERROR in /src/org/eclipse/pde/internal/core/PluginModelDelta.java
 (at line 33)
return getEntries(added);
The method getEntries(ArrayList) is undefined for the type PluginModelDelta
3. ERROR in /src/org/eclipse/pde/internal/core/PluginModelDelta.java
 (at line 35)
public ModelEntry[] getRemovedEntries() {
ModelEntry cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/core/PluginModelDelta.java
 (at line 36)
return getEntries(removed);
The method getEntries(ArrayList) is undefined for the type PluginModelDelta
5. ERROR in /src/org/eclipse/pde/internal/core/PluginModelDelta.java
 (at line 38)
public ModelEntry[] getChangedEntries() {
ModelEntry cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/core/PluginModelDelta.java
 (at line 39)
return getEntries(changed);
The method getEntries(ArrayList) is undefined for the type PluginModelDelta
7. ERROR in /src/org/eclipse/pde/internal/core/PluginModelDelta.java
 (at line 41)
private ModelEntry[] getEntries(ArrayList list) {
ModelEntry cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/core/PluginModelDelta.java
 (at line 43)
return new ModelEntry[0];
ModelEntry cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/core/PluginModelDelta.java
 (at line 44)
return (ModelEntry[]) list.toArray(new ModelEntry[list.size()]);
ModelEntry cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/internal/core/PluginModelDelta.java
 (at line 44)
return (ModelEntry[]) list.toArray(new ModelEntry[list.size()]);
ModelEntry cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/internal/core/PluginModelDelta.java
 (at line 47)
void addEntry(ModelEntry entry, int type) {
ModelEntry cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/internal/core/PluginModelDelta.java
 (at line 61)
private ArrayList addEntry(ArrayList list, ModelEntry entry) {
ModelEntry cannot be resolved to a type

/src/org/eclipse/pde/internal/core/PluginModelManager.java : 46 errors :

1. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 75)
ModelEntry entry = findEntry(OSGI_RUNTIME);
ModelEntry cannot be resolved to a type
2. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 75)
ModelEntry entry = findEntry(OSGI_RUNTIME);
The method findEntry(String) is undefined for the type PluginModelManager
3. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 113)
public ModelEntry[] getEntries() {
ModelEntry cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 125)
ModelEntry entry = (ModelEntry) iter.next();
ModelEntry cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 125)
ModelEntry entry = (ModelEntry) iter.next();
ModelEntry cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 140)
ModelEntry entry = (ModelEntry) iter.next();
ModelEntry cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 140)
ModelEntry entry = (ModelEntry) iter.next();
ModelEntry cannot be resolved to a type
8. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 150)
ModelEntry entry = (ModelEntry) iter.next();
ModelEntry cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 150)
ModelEntry entry = (ModelEntry) iter.next();
ModelEntry cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 162)
ModelEntry entry = (ModelEntry) iter.next();
ModelEntry cannot be resolved to a type
11. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 162)
ModelEntry entry = (ModelEntry) iter.next();
ModelEntry cannot be resolved to a type
12. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 171)
public ModelEntry findEntry(IProject project) {
ModelEntry cannot be resolved to a type
13. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 178)
ModelEntry entry = findEntry(project);
ModelEntry cannot be resolved to a type
14. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 178)
ModelEntry entry = findEntry(project);
The method findEntry(IProject) is undefined for the type PluginModelManager
15. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 186)
public ModelEntry findEntry(String id) {
ModelEntry cannot be resolved to a type
16. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 195)
ModelEntry entry = findEntry(id);
ModelEntry cannot be resolved to a type
17. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 195)
ModelEntry entry = findEntry(id);
The method findEntry(String) is undefined for the type PluginModelManager
18. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 222)
ModelEntry entry = updateTable(plugin.getId(), model, false, delta);
ModelEntry cannot be resolved to a type
19. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 222)
ModelEntry entry = updateTable(plugin.getId(), model, false, delta);
The method updateTable(String, IPluginModelBase, boolean, PluginModelDelta) is undefined for the type PluginModelManager
20. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 233)
ModelEntry entry = updateTable(plugin.getId(), model, true, delta);
ModelEntry cannot be resolved to a type
21. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 233)
ModelEntry entry = updateTable(plugin.getId(), model, true, delta);
The method updateTable(String, IPluginModelBase, boolean, PluginModelDelta) is undefined for the type PluginModelManager
22. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 250)
ModelEntry entry = null;
ModelEntry cannot be resolved to a type
23. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 252)
entry = updateTable(newID, model, true, delta);
The method updateTable(String, IPluginModelBase, boolean, PluginModelDelta) is undefined for the type PluginModelManager
24. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 254)
entry = updateTable(oldID, model, false, delta);
The method updateTable(String, IPluginModelBase, boolean, PluginModelDelta) is undefined for the type PluginModelManager
25. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 258)
entry = (ModelEntry)getEntryTable().get(oldID);
ModelEntry cannot be resolved to a type
26. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 261)
entry = updateTable(oldID, model, false, delta);
The method updateTable(String, IPluginModelBase, boolean, PluginModelDelta) is undefined for the type PluginModelManager
27. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 262)
entry = updateTable(newID, model, true, delta);
The method updateTable(String, IPluginModelBase, boolean, PluginModelDelta) is undefined for the type PluginModelManager
28. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 266)
ModelEntry tableEntry = (ModelEntry)getEntryTable().get(newID);
ModelEntry cannot be resolved to a type
29. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 266)
ModelEntry tableEntry = (ModelEntry)getEntryTable().get(newID);
ModelEntry cannot be resolved to a type
30. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 287)
private ModelEntry updateTable(
ModelEntry cannot be resolved to a type
31. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 332)
ModelEntry[] entries = getEntries();
ModelEntry cannot be resolved to a type
32. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 332)
ModelEntry[] entries = getEntries();
The method getEntries() is undefined for the type PluginModelManager
33. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 334)
ModelEntry entry = entries[i];
ModelEntry cannot be resolved to a type
34. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 350)
ModelEntry entry = findEntry(id);
ModelEntry cannot be resolved to a type
35. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 350)
ModelEntry entry = findEntry(id);
The method findEntry(String) is undefined for the type PluginModelManager
36. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 402)
ModelEntry entry = findEntry(baseProject);
ModelEntry cannot be resolved to a type
37. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 402)
ModelEntry entry = findEntry(baseProject);
The method findEntry(IProject) is undefined for the type PluginModelManager
38. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 468)
ModelEntry entry = (ModelEntry) fEntries.get(id);
ModelEntry cannot be resolved to a type
39. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 468)
ModelEntry entry = (ModelEntry) fEntries.get(id);
ModelEntry cannot be resolved to a type
40. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 470)
entry = new ModelEntry(this, id);
ModelEntry cannot be resolved to a type
41. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 519)
ModelEntry entry = findEntry(id);
ModelEntry cannot be resolved to a type
42. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 519)
ModelEntry entry = findEntry(id);
The method findEntry(String) is undefined for the type PluginModelManager
43. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 543)
public void setInJavaSearch(ModelEntry [] entries, boolean value, IProgressMonitor monitor) throws CoreException {
ModelEntry cannot be resolved to a type
44. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 559)
ModelEntry [] entries = getEntries();
ModelEntry cannot be resolved to a type
45. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 559)
ModelEntry [] entries = getEntries();
The method getEntries() is undefined for the type PluginModelManager
46. ERROR in /src/org/eclipse/pde/internal/core/PluginModelManager.java
 (at line 563)
ModelEntry entry = entries[i];
ModelEntry cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/pde/internal/core/PreferenceInitializer.java
 (at line 20)
implements IEnvironmentVariables {
IEnvironmentVariables cannot be resolved to a type
2. ERROR in /src/org/eclipse/pde/internal/core/PreferenceInitializer.java
 (at line 45)
preferences.setDefault(OS, Platform.getOS());
OS cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/core/PreferenceInitializer.java
 (at line 46)
preferences.setDefault(WS, Platform.getWS());
WS cannot be resolved
4. ERROR in /src/org/eclipse/pde/internal/core/PreferenceInitializer.java
 (at line 47)
preferences.setDefault(NL, Locale.getDefault().toString());
NL cannot be resolved
5. ERROR in /src/org/eclipse/pde/internal/core/PreferenceInitializer.java
 (at line 48)
preferences.setDefault(ARCH, Platform.getOSArch());
ARCH cannot be resolved

/src/org/eclipse/pde/internal/core/RequiredPluginsClasspathContainer.java : 1 error :

1. ERROR in /src/org/eclipse/pde/internal/core/RequiredPluginsClasspathContainer.java
 (at line 271)
|| TargetPlatform.getTargetVersion() < 3.1)
TargetPlatform cannot be resolved

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

1. ERROR in /src/org/eclipse/pde/internal/core/RequiredPluginsInitializer.java
 (at line 39)
ModelEntry entry =
ModelEntry cannot be resolved to a type
2. ERROR in /src/org/eclipse/pde/internal/core/RequiredPluginsInitializer.java
 (at line 40)
PDECore.getDefault().getModelManager().findEntry(project);
The method findEntry(IProject) is undefined for the type PluginModelManager
3. ERROR in /src/org/eclipse/pde/internal/core/RequiredPluginsInitializer.java
 (at line 42)
ModelEntry.updateUnknownClasspathContainer(javaProject);
ModelEntry cannot be resolved

/src/org/eclipse/pde/internal/core/SearchablePluginsManager.java : 10 errors :

1. ERROR in /src/org/eclipse/pde/internal/core/SearchablePluginsManager.java
 (at line 126)
ModelEntry entry = manager.findEntry(id);
ModelEntry cannot be resolved to a type
2. ERROR in /src/org/eclipse/pde/internal/core/SearchablePluginsManager.java
 (at line 126)
ModelEntry entry = manager.findEntry(id);
The method findEntry(String) is undefined for the type PluginModelManager
3. ERROR in /src/org/eclipse/pde/internal/core/SearchablePluginsManager.java
 (at line 133)
ModelEntry[] entries = manager.getEntries();
ModelEntry cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/core/SearchablePluginsManager.java
 (at line 133)
ModelEntry[] entries = manager.getEntries();
The method getEntries() is undefined for the type PluginModelManager
5. ERROR in /src/org/eclipse/pde/internal/core/SearchablePluginsManager.java
 (at line 141)
ModelEntry entry = entries[i];
ModelEntry cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/core/SearchablePluginsManager.java
 (at line 195)
ModelEntry[] entries = manager.getEntries();
ModelEntry cannot be resolved to a type
7. ERROR in /src/org/eclipse/pde/internal/core/SearchablePluginsManager.java
 (at line 195)
ModelEntry[] entries = manager.getEntries();
The method getEntries() is undefined for the type PluginModelManager
8. ERROR in /src/org/eclipse/pde/internal/core/SearchablePluginsManager.java
 (at line 197)
ModelEntry entry = entries[i];
ModelEntry cannot be resolved to a type
9. ERROR in /src/org/eclipse/pde/internal/core/SearchablePluginsManager.java
 (at line 225)
private void computeClasspath(ModelEntry[] entries, IJavaProject project,
ModelEntry cannot be resolved to a type
10. ERROR in /src/org/eclipse/pde/internal/core/SearchablePluginsManager.java
 (at line 305)
computeClasspath(manager.getEntries(), proxyProject,
The method getEntries() is undefined for the type PluginModelManager

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

1. ERROR in /src/org/eclipse/pde/internal/core/SourceLocationManager.java
 (at line 50)
ModelEntry[] entries = PDECore.getDefault().getModelManager().getEntries();
ModelEntry cannot be resolved to a type
2. ERROR in /src/org/eclipse/pde/internal/core/SourceLocationManager.java
 (at line 50)
ModelEntry[] entries = PDECore.getDefault().getModelManager().getEntries();
The method getEntries() is undefined for the type PluginModelManager

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

1. ERROR in /src/org/eclipse/pde/internal/core/builders/BuildErrorReporter.java
 (at line 40)
import org.eclipse.pde.internal.core.ModelEntry;
The import org.eclipse.pde.internal.core.ModelEntry cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/core/builders/BuildErrorReporter.java
 (at line 246)
ModelEntry entry = manager.findEntry(path.substring(0, sep));
ModelEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/core/builders/BuildErrorReporter.java
 (at line 246)
ModelEntry entry = manager.findEntry(path.substring(0, sep));
The method findEntry(String) is undefined for the type PluginModelManager
4. ERROR in /src/org/eclipse/pde/internal/core/builders/BuildErrorReporter.java
 (at line 387)
ModelEntry entry = manager.findEntry(fragments[j].getSymbolicName());
ModelEntry cannot be resolved to a type
5. ERROR in /src/org/eclipse/pde/internal/core/builders/BuildErrorReporter.java
 (at line 387)
ModelEntry entry = manager.findEntry(fragments[j].getSymbolicName());
The method findEntry(String) is undefined for the type PluginModelManager

/src/org/eclipse/pde/internal/core/builders/BundleErrorReporter.java : 8 errors :

1. ERROR in /src/org/eclipse/pde/internal/core/builders/BundleErrorReporter.java
 (at line 56)
import org.eclipse.pde.internal.core.ModelEntry;
The import org.eclipse.pde.internal.core.ModelEntry cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/core/builders/BundleErrorReporter.java
 (at line 61)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/core/builders/BundleErrorReporter.java
 (at line 218)
if (TargetPlatform.getTargetVersion() >= 3.1) {
TargetPlatform cannot be resolved
4. ERROR in /src/org/eclipse/pde/internal/core/builders/BundleErrorReporter.java
 (at line 241)
if (TargetPlatform.getTargetVersion() >= 3.1) {
TargetPlatform cannot be resolved
5. ERROR in /src/org/eclipse/pde/internal/core/builders/BundleErrorReporter.java
 (at line 328)
ModelEntry entry = PDECore.getDefault().getModelManager().findEntry(name);
ModelEntry cannot be resolved to a type
6. ERROR in /src/org/eclipse/pde/internal/core/builders/BundleErrorReporter.java
 (at line 328)
ModelEntry entry = PDECore.getDefault().getModelManager().findEntry(name);
The method findEntry(String) is undefined for the type PluginModelManager
7. ERROR in /src/org/eclipse/pde/internal/core/builders/BundleErrorReporter.java
 (at line 976)
if (severity != CompilerFlags.IGNORE && TargetPlatform.getTargetVersion() >= 3.2) {
TargetPlatform cannot be resolved
8. ERROR in /src/org/eclipse/pde/internal/core/builders/BundleErrorReporter.java
 (at line 987)
if (header != null && TargetPlatform.getTargetVersion() < 3.2 && severity != CompilerFlags.IGNORE) {
TargetPlatform cannot be resolved

/src/org/eclipse/pde/internal/core/builders/ExtensionsErrorReporter.java : 2 errors :

1. ERROR in /src/org/eclipse/pde/internal/core/builders/ExtensionsErrorReporter.java
 (at line 38)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/core/builders/ExtensionsErrorReporter.java
 (at line 536)
StringTokenizer tokenizer = new StringTokenizer(TargetPlatform.getNL(), "_"); //$NON-NLS-1$
TargetPlatform cannot be resolved

/src/org/eclipse/pde/internal/core/builders/FeatureRebuilder.java : 3 errors :

1. ERROR in /src/org/eclipse/pde/internal/core/builders/FeatureRebuilder.java
 (at line 24)
import org.eclipse.pde.internal.core.ModelEntry;
The import org.eclipse.pde.internal.core.ModelEntry cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/core/builders/FeatureRebuilder.java
 (at line 63)
ModelEntry[] changed = delta.getChangedEntries();
ModelEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/core/builders/FeatureRebuilder.java
 (at line 63)
ModelEntry[] changed = delta.getChangedEntries();
The method getChangedEntries() is undefined for the type PluginModelDelta

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

1. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java
 (at line 37)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java
 (at line 749)
return fTarget != null ? fTarget : TargetPlatform.getTargetVersionString();
TargetPlatform cannot be resolved

/src/org/eclipse/pde/internal/core/converter/PDEPluginConverter.java : 3 errors :

1. ERROR in /src/org/eclipse/pde/internal/core/converter/PDEPluginConverter.java
 (at line 28)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/core/converter/PDEPluginConverter.java
 (at line 61)
double version = TargetPlatform.getTargetVersion();
TargetPlatform cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/core/converter/PDEPluginConverter.java
 (at line 62)
String versionString = version <= 3.1 ? ICoreConstants.TARGET31 : TargetPlatform.getTargetVersionString();
TargetPlatform cannot be resolved

/src/org/eclipse/pde/internal/core/exports/FeatureBasedExportOperation.java : 5 errors :

1. ERROR in /src/org/eclipse/pde/internal/core/exports/FeatureBasedExportOperation.java
 (at line 24)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/core/exports/FeatureBasedExportOperation.java
 (at line 41)
String[] config = new String[] {TargetPlatform.getOS(), TargetPlatform.getWS(), TargetPlatform.getOSArch(), TargetPlatform.getNL() };
TargetPlatform cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/core/exports/FeatureBasedExportOperation.java
 (at line 46)
doExport(featureID, null, fFeatureLocation, TargetPlatform.getOS(), TargetPlatform.getWS(), TargetPlatform.getOSArch(),
TargetPlatform cannot be resolved
4. ERROR in /src/org/eclipse/pde/internal/core/exports/FeatureBasedExportOperation.java
 (at line 46)
doExport(featureID, null, fFeatureLocation, TargetPlatform.getOS(), TargetPlatform.getWS(), TargetPlatform.getOSArch(),
TargetPlatform cannot be resolved
5. ERROR in /src/org/eclipse/pde/internal/core/exports/FeatureBasedExportOperation.java
 (at line 46)
doExport(featureID, null, fFeatureLocation, TargetPlatform.getOS(), TargetPlatform.getWS(), TargetPlatform.getOSArch(),
TargetPlatform cannot be resolved

/src/org/eclipse/pde/internal/core/exports/FeatureExportOperation.java : 18 errors :

1. ERROR in /src/org/eclipse/pde/internal/core/exports/FeatureExportOperation.java
 (at line 64)
import org.eclipse.pde.internal.core.ModelEntry;
The import org.eclipse.pde.internal.core.ModelEntry cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/core/exports/FeatureExportOperation.java
 (at line 68)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/core/exports/FeatureExportOperation.java
 (at line 276)
ModelEntry entry = manager.findEntry(plugins[i].getId());
ModelEntry cannot be resolved to a type
4. ERROR in /src/org/eclipse/pde/internal/core/exports/FeatureExportOperation.java
 (at line 276)
ModelEntry entry = manager.findEntry(plugins[i].getId());
The method findEntry(String) is undefined for the type PluginModelManager
5. ERROR in /src/org/eclipse/pde/internal/core/exports/FeatureExportOperation.java
 (at line 367)
fAntBuildProperties.put(IXMLConstants.PROPERTY_BASE_NL, TargetPlatform.getNL());
TargetPlatform cannot be resolved
6. ERROR in /src/org/eclipse/pde/internal/core/exports/FeatureExportOperation.java
 (at line 414)
return TargetPlatform.getOS();
TargetPlatform cannot be resolved
7. ERROR in /src/org/eclipse/pde/internal/core/exports/FeatureExportOperation.java
 (at line 421)
return TargetPlatform.getWS();
TargetPlatform cannot be resolved
8. ERROR in /src/org/eclipse/pde/internal/core/exports/FeatureExportOperation.java
 (at line 428)
return TargetPlatform.getOSArch();
TargetPlatform cannot be resolved
9. ERROR in /src/org/eclipse/pde/internal/core/exports/FeatureExportOperation.java
 (at line 470)
generator.setNextId(TargetPlatform.getPDEState().getNextId());
TargetPlatform cannot be resolved
10. ERROR in /src/org/eclipse/pde/internal/core/exports/FeatureExportOperation.java
 (at line 471)
generator.setStateExtraData(TargetPlatform.getBundleClasspaths(TargetPlatform.getPDEState()), TargetPlatform.getPatchMap(TargetPlatform.getPDEState()));
TargetPlatform cannot be resolved
11. ERROR in /src/org/eclipse/pde/internal/core/exports/FeatureExportOperation.java
 (at line 471)
generator.setStateExtraData(TargetPlatform.getBundleClasspaths(TargetPlatform.getPDEState()), TargetPlatform.getPatchMap(TargetPlatform.getPDEState()));
TargetPlatform cannot be resolved
12. ERROR in /src/org/eclipse/pde/internal/core/exports/FeatureExportOperation.java
 (at line 471)
generator.setStateExtraData(TargetPlatform.getBundleClasspaths(TargetPlatform.getPDEState()), TargetPlatform.getPatchMap(TargetPlatform.getPDEState()));
TargetPlatform cannot be resolved
13. ERROR in /src/org/eclipse/pde/internal/core/exports/FeatureExportOperation.java
 (at line 471)
generator.setStateExtraData(TargetPlatform.getBundleClasspaths(TargetPlatform.getPDEState()), TargetPlatform.getPatchMap(TargetPlatform.getPDEState()));
TargetPlatform cannot be resolved
14. ERROR in /src/org/eclipse/pde/internal/core/exports/FeatureExportOperation.java
 (at line 477)
State main = TargetPlatform.getState();
TargetPlatform cannot be resolved
15. ERROR in /src/org/eclipse/pde/internal/core/exports/FeatureExportOperation.java
 (at line 478)
if (os.equals(TargetPlatform.getOS())
TargetPlatform cannot be resolved
16. ERROR in /src/org/eclipse/pde/internal/core/exports/FeatureExportOperation.java
 (at line 479)
&& ws.equals(TargetPlatform.getWS())
TargetPlatform cannot be resolved
17. ERROR in /src/org/eclipse/pde/internal/core/exports/FeatureExportOperation.java
 (at line 480)
&& arch.equals(TargetPlatform.getOSArch())) {
TargetPlatform cannot be resolved
18. ERROR in /src/org/eclipse/pde/internal/core/exports/FeatureExportOperation.java
 (at line 532)
return TargetPlatform.getFeaturePaths();
TargetPlatform cannot be resolved

/src/org/eclipse/pde/internal/core/exports/ProductExportOperation.java : 7 errors :

1. ERROR in /src/org/eclipse/pde/internal/core/exports/ProductExportOperation.java
 (at line 51)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/core/exports/ProductExportOperation.java
 (at line 81)
configurations = new String[][] { {TargetPlatform.getOS(), TargetPlatform.getWS(), TargetPlatform.getOSArch(), TargetPlatform.getNL() } };
TargetPlatform cannot be resolved
3. ERROR in /src/org/eclipse/pde/internal/core/exports/ProductExportOperation.java
 (at line 153)
if (TargetPlatform.getWS().equals("motif") && TargetPlatform.getOS().equals("linux")) { //$NON-NLS-1$ //$NON-NLS-2$
TargetPlatform cannot be resolved
4. ERROR in /src/org/eclipse/pde/internal/core/exports/ProductExportOperation.java
 (at line 153)
if (TargetPlatform.getWS().equals("motif") && TargetPlatform.getOS().equals("linux")) { //$NON-NLS-1$ //$NON-NLS-2$
TargetPlatform cannot be resolved
5. ERROR in /src/org/eclipse/pde/internal/core/exports/ProductExportOperation.java
 (at line 155)
} else if (TargetPlatform.getOS().equals("macosx")) { //$NON-NLS-1$
TargetPlatform cannot be resolved
6. ERROR in /src/org/eclipse/pde/internal/core/exports/ProductExportOperation.java
 (at line 179)
if (!TargetPlatform.getOS().equals("macosx")) { //$NON-NLS-1$
TargetPlatform cannot be resolved
7. ERROR in /src/org/eclipse/pde/internal/core/exports/ProductExportOperation.java
 (at line 312)
writer.println("osgi.bundles=" + getPluginList(config, TargetPlatform.getBundleList())); //$NON-NLS-1$
TargetPlatform cannot be resolved

/src/org/eclipse/pde/internal/core/feature/FeaturePlugin.java : 3 errors :

1. ERROR in /src/org/eclipse/pde/internal/core/feature/FeaturePlugin.java
 (at line 21)
import org.eclipse.pde.internal.core.ModelEntry;
The import org.eclipse.pde.internal.core.ModelEntry cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/core/feature/FeaturePlugin.java
 (at line 51)
ModelEntry entry = manager.findEntry(id);
ModelEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/core/feature/FeaturePlugin.java
 (at line 51)
ModelEntry entry = manager.findEntry(id);
The method findEntry(String) is undefined for the type PluginModelManager

/src/org/eclipse/pde/internal/core/plugin/PluginObject.java : 3 errors :

1. ERROR in /src/org/eclipse/pde/internal/core/plugin/PluginObject.java
 (at line 30)
import org.eclipse.pde.internal.core.ModelEntry;
The import org.eclipse.pde.internal.core.ModelEntry cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/core/plugin/PluginObject.java
 (at line 240)
if(adapter.equals(ModelEntry.class)) {
ModelEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/core/plugin/PluginObject.java
 (at line 242)
return manager.findEntry(getPluginBase().getId());
The method findEntry(String) is undefined for the type PluginModelManager

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

1. ERROR in /src/org/eclipse/pde/internal/core/schema/SchemaRegistry.java
 (at line 25)
import org.eclipse.pde.internal.core.ModelEntry;
The import org.eclipse.pde.internal.core.ModelEntry cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/core/schema/SchemaRegistry.java
 (at line 129)
ModelEntry entry = PDECore.getDefault().getModelManager().findEntry(pluginID);
ModelEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/core/schema/SchemaRegistry.java
 (at line 129)
ModelEntry entry = PDECore.getDefault().getModelManager().findEntry(pluginID);
The method findEntry(String) is undefined for the type PluginModelManager

/src/org/eclipse/pde/internal/core/search/PluginSearchScope.java : 3 errors :

1. ERROR in /src/org/eclipse/pde/internal/core/search/PluginSearchScope.java
 (at line 17)
import org.eclipse.pde.internal.core.ModelEntry;
The import org.eclipse.pde.internal.core.ModelEntry cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/core/search/PluginSearchScope.java
 (at line 81)
ModelEntry[] entries = modelManager.getEntries();
ModelEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/core/search/PluginSearchScope.java
 (at line 81)
ModelEntry[] entries = modelManager.getEntries();
The method getEntries() is undefined for the type PluginModelManager
Title: Compiler log for org.eclipse.pde.ui.tests_3.1.0

Compiler log for org.eclipse.pde.ui.tests_3.1.0 : tests.jar.bin.xml

TOTAL : ERRORS: 20, WARNINGS: 0

/src/org/eclipse/pde/ui/tests/imports/BaseImportTestCase.java : 3 errors :

1. ERROR in /src/org/eclipse/pde/ui/tests/imports/BaseImportTestCase.java
 (at line 24)
import org.eclipse.pde.internal.core.ModelEntry;
The import org.eclipse.pde.internal.core.ModelEntry cannot be resolved
2. ERROR in /src/org/eclipse/pde/ui/tests/imports/BaseImportTestCase.java
 (at line 53)
ModelEntry entry = manager.findEntry(symbolicNames[i]);
ModelEntry cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/ui/tests/imports/BaseImportTestCase.java
 (at line 53)
ModelEntry entry = manager.findEntry(symbolicNames[i]);
The method findEntry(String) is undefined for the type PluginModelManager

/src/org/eclipse/pde/ui/tests/performance/parts/OpenManifestEditorPerfTest.java : 1 error :

1. ERROR in /src/org/eclipse/pde/ui/tests/performance/parts/OpenManifestEditorPerfTest.java
 (at line 40)
PDECore.getDefault().getModelManager().findEntry("org.eclipse.core.runtime");
The method findEntry(String) is undefined for the type PluginModelManager

/src/org/eclipse/pde/ui/tests/target/TargetEnvironmentTestCase.java : 16 errors :

1. ERROR in /src/org/eclipse/pde/ui/tests/target/TargetEnvironmentTestCase.java
 (at line 17)
import org.eclipse.pde.internal.core.TargetPlatform;
The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved
2. ERROR in /src/org/eclipse/pde/ui/tests/target/TargetEnvironmentTestCase.java
 (at line 31)
assertEquals(Platform.getOS(), TargetPlatform.getOS());
TargetPlatform cannot be resolved
3. ERROR in /src/org/eclipse/pde/ui/tests/target/TargetEnvironmentTestCase.java
 (at line 35)
assertEquals(Platform.getWS(), TargetPlatform.getWS());
TargetPlatform cannot be resolved
4. ERROR in /src/org/eclipse/pde/ui/tests/target/TargetEnvironmentTestCase.java
 (at line 39)
assertEquals(Platform.getOSArch(), TargetPlatform.getOSArch());
TargetPlatform cannot be resolved
5. ERROR in /src/org/eclipse/pde/ui/tests/target/TargetEnvironmentTestCase.java
 (at line 43)
assertEquals(Platform.getNL(), TargetPlatform.getNL());
TargetPlatform cannot be resolved
6. ERROR in /src/org/eclipse/pde/ui/tests/target/TargetEnvironmentTestCase.java
 (at line 47)
Dictionary dictionary = TargetPlatform.getTargetEnvironment();
TargetPlatform cannot be resolved
7. ERROR in /src/org/eclipse/pde/ui/tests/target/TargetEnvironmentTestCase.java
 (at line 52)
Dictionary dictionary = TargetPlatform.getTargetEnvironment();
TargetPlatform cannot be resolved
8. ERROR in /src/org/eclipse/pde/ui/tests/target/TargetEnvironmentTestCase.java
 (at line 57)
Dictionary dictionary = TargetPlatform.getTargetEnvironment();
TargetPlatform cannot be resolved
9. ERROR in /src/org/eclipse/pde/ui/tests/target/TargetEnvironmentTestCase.java
 (at line 62)
Dictionary dictionary = TargetPlatform.getTargetEnvironment();
TargetPlatform cannot be resolved
10. ERROR in /src/org/eclipse/pde/ui/tests/target/TargetEnvironmentTestCase.java
 (at line 67)
Dictionary dictionary = TargetPlatform.getTargetEnvironment();
TargetPlatform cannot be resolved
11. ERROR in /src/org/eclipse/pde/ui/tests/target/TargetEnvironmentTestCase.java
 (at line 72)
Dictionary dictionary = TargetPlatform.getTargetEnvironment();
TargetPlatform cannot be resolved
12. ERROR in /src/org/eclipse/pde/ui/tests/target/TargetEnvironmentTestCase.java
 (at line 77)
Dictionary[] dictionaries = TargetPlatform.getState().getPlatformProperties();
TargetPlatform cannot be resolved
13. ERROR in /src/org/eclipse/pde/ui/tests/target/TargetEnvironmentTestCase.java
 (at line 83)
Dictionary[] dictionaries = TargetPlatform.getState().getPlatformProperties();
TargetPlatform cannot be resolved
14. ERROR in /src/org/eclipse/pde/ui/tests/target/TargetEnvironmentTestCase.java
 (at line 84)
Dictionary dictionary = TargetPlatform.getTargetEnvironment();
TargetPlatform cannot be resolved
15. ERROR in /src/org/eclipse/pde/ui/tests/target/TargetEnvironmentTestCase.java
 (at line 90)
Dictionary[] dictionaries = TargetPlatform.getState().getPlatformProperties();
TargetPlatform cannot be resolved
16. ERROR in /src/org/eclipse/pde/ui/tests/target/TargetEnvironmentTestCase.java
 (at line 96)
Dictionary[] dictionaries = TargetPlatform.getState().getPlatformProperties();
TargetPlatform cannot be resolved

Back to the top