Skip to main content

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


It looks like a bundle was not tagged in time for the build, but Pascal has now tagged this so we are ready for a rebuild.

John



eclipse-releng@xxxxxxxxxxx
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx

02/16/2010 09:43 AM

Please respond to
"Eclipse platform release engineering list."        <platform-releng-dev@xxxxxxxxxxx>

To
platform-releng-dev@xxxxxxxxxxx
cc
Subject
[platform-releng-dev] [eclipse-build]Build I20100216-0800        (Timestamp: 201002160800):Compile errors in build





Build I20100216-0800 (Timestamp: 201002160800):  Compile errors in build.  See attached compile logs._______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev

Title: Compiler log for org.eclipse.equinox.p2.tests_1.2.0.v20100208

Compiler log for org.eclipse.equinox.p2.tests_1.2.0.v20100208 : @dot.xml

TOTAL : ERRORS: 691, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java
 (at line 514)
public static IPlanner createPlanner() {
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java
 (at line 515)
return (IPlanner) getAgent().getService(IPlanner.SERVICE_NAME);
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java
 (at line 515)
return (IPlanner) getAgent().getService(IPlanner.SERVICE_NAME);
IPlanner cannot be resolved to a variable
4. ERROR in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java
 (at line 964)
protected IStatus install(IProfile profile, IInstallableUnit[] ius, boolean strict, IPlanner planner, IEngine engine) {
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java
 (at line 977)
protected IStatus uninstall(IProfile profile, IInstallableUnit[] ius, IPlanner planner, IEngine engine) {
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java
 (at line 1510)
public IPlanner getPlanner(IProvisioningAgent agent) {
IPlanner cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java
 (at line 1511)
return (IPlanner) agent.getService(IPlanner.SERVICE_NAME);
IPlanner cannot be resolved to a type
8. ERROR in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java
 (at line 1511)
return (IPlanner) agent.getService(IPlanner.SERVICE_NAME);
IPlanner cannot be resolved to a variable

/src/org/eclipse/equinox/p2/tests/FailingMetadataRepositoryFactory.java : 1 error :

1. ERROR in /src/org/eclipse/equinox/p2/tests/FailingMetadataRepositoryFactory.java
 (at line 42)
public IStatus validate(URI location, IProgressMonitor monitor) {
The method validate(URI, IProgressMonitor) of type FailingMetadataRepositoryFactory must override a superclass method

/src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryMissingSizeData.java : 2 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryMissingSizeData.java
 (at line 60)
IProvisioningPlan plan = createPlanner().getProvisioningPlan(req, null, null);
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
2. ERROR in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryMissingSizeData.java
 (at line 78)
IProvisioningPlan plan = createPlanner().getProvisioningPlan(req, null, null);
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/director/ReplacePlanTest.java
 (at line 37)
IPlanner planner;
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/director/ReplacePlanTest.java
 (at line 61)
planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/director/ReplacePlanTest.java
 (at line 61)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/director/ReplacePlanTest.java
 (at line 76)
IProvisioningPlan plan = planner.getProvisioningPlan(request, new ProvisioningContext(), null);
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/director/ReplacePlanTest.java
 (at line 89)
IProvisioningPlan plan = planner.getProvisioningPlan(request, new ProvisioningContext(), null);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/director/UpdateTest.java : 4 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/director/UpdateTest.java
 (at line 30)
IPlanner planner;
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/director/UpdateTest.java
 (at line 50)
planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/director/UpdateTest.java
 (at line 50)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/director/UpdateTest.java
 (at line 61)
IProvisioningPlan plan = planner.getProvisioningPlan(request, new ProvisioningContext(), new NullProgressMonitor());
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java : 2 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java
 (at line 57)
IStatus status = factory.validate(simpleProfileFolder.toURI(), getMonitor());
The method validate(URI, IProgressMonitor) is undefined for the type ProfileMetadataRepositoryFactory
2. ERROR in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java
 (at line 60)
status = factory.validate(tempFolder.toURI(), getMonitor());
The method validate(URI, IProgressMonitor) is undefined for the type ProfileMetadataRepositoryFactory

/src/org/eclipse/equinox/p2/tests/full/RepoValidator.java : 4 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/full/RepoValidator.java
 (at line 17)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/full/RepoValidator.java
 (at line 35)
ServiceReference sr = TestActivator.context.getServiceReference(IPlanner.SERVICE_NAME);
IPlanner cannot be resolved to a variable
3. ERROR in /src/org/eclipse/equinox/p2/tests/full/RepoValidator.java
 (at line 39)
IPlanner planner = (IPlanner) TestActivator.context.getService(sr);
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/full/RepoValidator.java
 (at line 39)
IPlanner planner = (IPlanner) TestActivator.context.getService(sr);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/metadata/FragmentTest.java : 3 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/metadata/FragmentTest.java
 (at line 30)
Iterator iterator = createPlanner().getProvisioningPlan(req, null, null).getAdditions().query(InstallableUnitQuery.ANY, null).iterator();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
2. ERROR in /src/org/eclipse/equinox/p2/tests/metadata/FragmentTest.java
 (at line 53)
Iterator iterator = createPlanner().getProvisioningPlan(req, null, null).getAdditions().query(InstallableUnitQuery.ANY, null).iterator();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
3. ERROR in /src/org/eclipse/equinox/p2/tests/metadata/FragmentTest.java
 (at line 74)
Iterator iterator = createPlanner().getProvisioningPlan(req, null, null).getAdditions().query(InstallableUnitQuery.ANY, null).iterator();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner

/src/org/eclipse/equinox/p2/tests/metadata/MultipleIUAndFragmentTest.java : 1 error :

1. ERROR in /src/org/eclipse/equinox/p2/tests/metadata/MultipleIUAndFragmentTest.java
 (at line 44)
Iterator iterator = createPlanner().getProvisioningPlan(req, null, null).getAdditions().query(InstallableUnitQuery.ANY, null).iterator();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner

/src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java : 1 error :

1. ERROR in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java
 (at line 312)
assertEquals("Verifying repository's status is OK", Status.OK_STATUS, (new CompositeMetadataRepositoryFactory()).validate(repoLocation.toURI(), null));
The method validate(URI, null) is undefined for the type CompositeMetadataRepositoryFactory

/src/org/eclipse/equinox/p2/tests/metadata/repository/MetadataRepositoryManagerTest.java : 1 error :

1. ERROR in /src/org/eclipse/equinox/p2/tests/metadata/repository/MetadataRepositoryManagerTest.java
 (at line 430)
IStatus result = manager.validateRepositoryLocation(location, null);
The method validateRepositoryLocation(URI, null) is undefined for the type IMetadataRepositoryManager

/src/org/eclipse/equinox/p2/tests/planner/AbsolutePlanTest.java : 7 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AbsolutePlanTest.java
 (at line 3)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AbsolutePlanTest.java
 (at line 26)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AbsolutePlanTest.java
 (at line 26)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AbsolutePlanTest.java
 (at line 46)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AbsolutePlanTest.java
 (at line 46)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AbsolutePlanTest.java
 (at line 74)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AbsolutePlanTest.java
 (at line 74)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner

/src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest.java : 6 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest.java
 (at line 28)
IPlanner planner;
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest.java
 (at line 39)
planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest.java
 (at line 39)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest.java
 (at line 50)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest.java
 (at line 62)
IProvisioningPlan plan2 = planner.getProvisioningPlan(req2, null, null);
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest.java
 (at line 76)
IProvisioningPlan plan3 = planner.getProvisioningPlan(req3, null, null);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java : 7 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java
 (at line 29)
IPlanner planner;
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java
 (at line 41)
planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java
 (at line 41)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java
 (at line 54)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java
 (at line 66)
IProvisioningPlan plan2 = planner.getProvisioningPlan(req2, null, null);
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java
 (at line 83)
IProvisioningPlan plan3 = planner.getProvisioningPlan(req3, null, null);
IPlanner cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java
 (at line 92)
IProvisioningPlan plan4 = planner.getProvisioningPlan(req4, null, null);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java : 9 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java
 (at line 26)
IPlanner planner;
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java
 (at line 38)
planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java
 (at line 38)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java
 (at line 45)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java
 (at line 54)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java
 (at line 63)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java
 (at line 73)
IProvisioningPlan plan4 = planner.getProvisioningPlan(req4, null, null);
IPlanner cannot be resolved to a type
8. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java
 (at line 80)
IProvisioningPlan plan2 = planner.getProvisioningPlan(req2, null, null);
IPlanner cannot be resolved to a type
9. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java
 (at line 96)
IProvisioningPlan plan3 = planner.getProvisioningPlan(req3, null, null);
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AdditionalConstraints.java
 (at line 18)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AdditionalConstraints.java
 (at line 33)
IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AdditionalConstraints.java
 (at line 50)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AdditionalConstraints.java
 (at line 50)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AdditionalConstraints.java
 (at line 59)
IProvisioningPlan plan = planner.getProvisioningPlan(req, ctx, null);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java : 17 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java
 (at line 17)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java
 (at line 65)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java
 (at line 65)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java
 (at line 84)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java
 (at line 84)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java
 (at line 106)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java
 (at line 106)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
8. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java
 (at line 125)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
9. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java
 (at line 125)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
10. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java
 (at line 159)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
11. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java
 (at line 159)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
12. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java
 (at line 187)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
13. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java
 (at line 187)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
14. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java
 (at line 238)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
15. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java
 (at line 238)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
16. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java
 (at line 328)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
17. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java
 (at line 328)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner

/src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java : 17 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java
 (at line 17)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java
 (at line 65)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java
 (at line 65)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java
 (at line 84)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java
 (at line 84)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java
 (at line 106)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java
 (at line 106)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
8. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java
 (at line 125)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
9. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java
 (at line 125)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
10. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java
 (at line 159)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
11. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java
 (at line 159)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
12. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java
 (at line 187)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
13. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java
 (at line 187)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
14. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java
 (at line 238)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
15. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java
 (at line 238)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
16. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java
 (at line 328)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
17. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java
 (at line 328)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner

/src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java : 17 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java
 (at line 40)
IProvisioningPlan rollbackPlan = createPlanner().getDiffPlan(profileAfterTestRun, initialProfile, new NullProgressMonitor());
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java
 (at line 52)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java
 (at line 52)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java
 (at line 71)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java
 (at line 71)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java
 (at line 93)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java
 (at line 93)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
8. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java
 (at line 112)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
9. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java
 (at line 112)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
10. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java
 (at line 145)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
11. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java
 (at line 145)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
12. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java
 (at line 173)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
13. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java
 (at line 173)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
14. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java
 (at line 219)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
15. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java
 (at line 219)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
16. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java
 (at line 289)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
17. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java
 (at line 289)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AllOptional.java
 (at line 16)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AllOptional.java
 (at line 31)
private IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AllOptional.java
 (at line 49)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AllOptional.java
 (at line 49)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AllOptional.java
 (at line 55)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/AllOrbit.java : 6 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AllOrbit.java
 (at line 26)
IPlanner planner;
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AllOrbit.java
 (at line 36)
planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AllOrbit.java
 (at line 36)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AllOrbit.java
 (at line 49)
IProvisioningPlan plan1 = planner.getProvisioningPlan(req1, null, null);
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AllOrbit.java
 (at line 68)
IProvisioningPlan plan1 = planner.getProvisioningPlan(req1, null, null);
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AllOrbit.java
 (at line 89)
IProvisioningPlan plan1 = planner.getProvisioningPlan(req1, null, null);
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AnotherSingleton.java
 (at line 18)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AnotherSingleton.java
 (at line 32)
IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AnotherSingleton.java
 (at line 50)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AnotherSingleton.java
 (at line 50)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/AnotherSingleton.java
 (at line 57)
assertEquals(IStatus.ERROR, planner.getProvisioningPlan(req, null, null).getStatus().getSeverity());
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/Bug249605.java : 7 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug249605.java
 (at line 20)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug249605.java
 (at line 34)
IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug249605.java
 (at line 56)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug249605.java
 (at line 56)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug249605.java
 (at line 65)
IProvisioningPlan plan1 = planner.getProvisioningPlan(req1, null, null);
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug249605.java
 (at line 73)
IProvisioningPlan plan2 = planner.getProvisioningPlan(req2, null, new NullProgressMonitor());
IPlanner cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug249605.java
 (at line 82)
IProvisioningPlan plan3 = planner.getProvisioningPlan(req3, null, new NullProgressMonitor());
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug252638.java
 (at line 27)
IPlanner planner;
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug252638.java
 (at line 40)
planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug252638.java
 (at line 40)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug252638.java
 (at line 47)
IProvisioningPlan plan1 = planner.getProvisioningPlan(req1, null, null);
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug252638.java
 (at line 55)
IProvisioningPlan plan2 = planner.getProvisioningPlan(req2, null, null);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/Bug252682.java : 4 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug252682.java
 (at line 17)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug252682.java
 (at line 41)
IProvisioningPlan plan = createPlanner().getProvisioningPlan(req, null, null);
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug252682.java
 (at line 55)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug252682.java
 (at line 55)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner

/src/org/eclipse/equinox/p2/tests/planner/Bug254481dataSet1.java : 2 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug254481dataSet1.java
 (at line 53)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug254481dataSet1.java
 (at line 53)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner

/src/org/eclipse/equinox/p2/tests/planner/Bug254481dataSet2.java : 2 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug254481dataSet2.java
 (at line 53)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug254481dataSet2.java
 (at line 53)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner

/src/org/eclipse/equinox/p2/tests/planner/Bug255984.java : 6 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug255984.java
 (at line 32)
IPlanner planner;
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug255984.java
 (at line 43)
planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug255984.java
 (at line 43)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug255984.java
 (at line 54)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug255984.java
 (at line 65)
IProvisioningPlan plan2 = planner.getProvisioningPlan(req2, null, null);
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug255984.java
 (at line 75)
IProvisioningPlan plan3 = planner.getProvisioningPlan(req3, null, null);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/Bug262580.java : 3 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug262580.java
 (at line 15)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug262580.java
 (at line 32)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug262580.java
 (at line 32)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug270656.java
 (at line 18)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug270656.java
 (at line 32)
IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug270656.java
 (at line 46)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug270656.java
 (at line 46)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug270656.java
 (at line 54)
IProvisioningPlan plan1 = planner.getProvisioningPlan(req1, null, null);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/Bug270683.java : 4 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug270683.java
 (at line 30)
IPlanner planner;
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug270683.java
 (at line 48)
planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug270683.java
 (at line 48)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug270683.java
 (at line 55)
ProvisioningPlan plan3 = (ProvisioningPlan) planner.getProvisioningPlan(req3, null, null);
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java
 (at line 95)
IProvisioningPlan feature1Plan = createPlanner().getProvisioningPlan(installFeature1, new ProvisioningContext(), null);
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java
 (at line 109)
IProvisioningPlan feature2Plan = createPlanner().getProvisioningPlan(installFeature2, new ProvisioningContext(), null);
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java
 (at line 125)
IProvisioningPlan feature2Plan = createPlanner().getProvisioningPlan(installFeature2, new ProvisioningContext(), null);
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java
 (at line 146)
IProvisioningPlan feature1Plan = createPlanner().getProvisioningPlan(installFeature1, new ProvisioningContext(), null);
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java
 (at line 176)
IProvisioningPlan plan = createPlanner().getProvisioningPlan(installEverything, new ProvisioningContext(), null);
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner

/src/org/eclipse/equinox/p2/tests/planner/Bug271954.java : 1 error :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug271954.java
 (at line 85)
IProvisioningPlan plan = createPlanner().getProvisioningPlan(req, ctx, new NullProgressMonitor());
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner

/src/org/eclipse/equinox/p2/tests/planner/Bug272251.java : 2 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug272251.java
 (at line 56)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug272251.java
 (at line 56)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner

/src/org/eclipse/equinox/p2/tests/planner/Bug278668.java : 10 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug278668.java
 (at line 28)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug278668.java
 (at line 28)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug278668.java
 (at line 78)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug278668.java
 (at line 78)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug278668.java
 (at line 84)
IPlanner planner2 = createPlanner();
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug278668.java
 (at line 84)
IPlanner planner2 = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
7. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug278668.java
 (at line 90)
IPlanner planner3 = createPlanner();
IPlanner cannot be resolved to a type
8. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug278668.java
 (at line 90)
IPlanner planner3 = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
9. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug278668.java
 (at line 98)
IPlanner planner4 = createPlanner();
IPlanner cannot be resolved to a type
10. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug278668.java
 (at line 98)
IPlanner planner4 = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner

/src/org/eclipse/equinox/p2/tests/planner/Bug300104.java : 6 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug300104.java
 (at line 98)
IProvisioningPlan feature1Plan = getPlannerService().getProvisioningPlan(installFeature1, new ProvisioningContext(), null);
The method getPlannerService() from the type Bug300104 refers to the missing type IPlanner
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug300104.java
 (at line 107)
private IPlanner getPlannerService() {
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug300104.java
 (at line 108)
return ((IPlanner) agent.getService(IPlanner.SERVICE_NAME));
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug300104.java
 (at line 108)
return ((IPlanner) agent.getService(IPlanner.SERVICE_NAME));
IPlanner cannot be resolved to a variable
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug300104.java
 (at line 136)
IProvisioningPlan feature1Plan = getPlannerService().getProvisioningPlan(installFeature1, new ProvisioningContext(), null);
The method getPlannerService() from the type Bug300104 refers to the missing type IPlanner
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug300104.java
 (at line 168)
IProvisioningPlan feature1Plan = getPlannerService().getProvisioningPlan(installFeature1, new ProvisioningContext(), null);
The method getPlannerService() from the type Bug300104 refers to the missing type IPlanner

/src/org/eclipse/equinox/p2/tests/planner/Bug300104bis.java : 3 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug300104bis.java
 (at line 60)
IPlanner planner = getPlanner(agent);
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug300104bis.java
 (at line 60)
IPlanner planner = getPlanner(agent);
The method getPlanner(IProvisioningAgent) from the type AbstractProvisioningTest refers to the missing type IPlanner
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/Bug300104bis.java
 (at line 83)
pcr.addInstallableUnits(ius);
The method addInstallableUnits(IInstallableUnit...) in the type ProfileChangeRequest is not applicable for the arguments (IQueryResult<IInstallableUnit>)

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/DependencyOnSelf.java
 (at line 17)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/DependencyOnSelf.java
 (at line 26)
IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/DependencyOnSelf.java
 (at line 34)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/DependencyOnSelf.java
 (at line 34)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/DependencyOnSelf.java
 (at line 40)
assertEquals(IStatus.OK, planner.getProvisioningPlan(req, null, null).getStatus().getSeverity());
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/DisabledExplanation.java : 4 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/DisabledExplanation.java
 (at line 25)
private IPlanner planner;
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/DisabledExplanation.java
 (at line 39)
planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/DisabledExplanation.java
 (at line 39)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/DisabledExplanation.java
 (at line 47)
ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(req, ctx, null);
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/DropinsScenario.java
 (at line 16)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/DropinsScenario.java
 (at line 32)
private IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/DropinsScenario.java
 (at line 52)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/DropinsScenario.java
 (at line 52)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/DropinsScenario.java
 (at line 58)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.java
 (at line 20)
private IPlanner planner;
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.java
 (at line 35)
planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.java
 (at line 35)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.java
 (at line 40)
engine.perform(planner.getProvisioningPlan(pcr, null, null), null);
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.java
 (at line 53)
ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(pcr, null, null);
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForOptionalDependencies.java
 (at line 22)
private IPlanner planner;
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForOptionalDependencies.java
 (at line 36)
planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForOptionalDependencies.java
 (at line 36)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForOptionalDependencies.java
 (at line 41)
engine.perform(planner.getProvisioningPlan(pcr, null, null), null);
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForOptionalDependencies.java
 (at line 57)
ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(pcr, null, null);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java : 6 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java
 (at line 20)
private IPlanner planner;
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java
 (at line 34)
planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java
 (at line 34)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java
 (at line 39)
engine.perform(planner.getProvisioningPlan(pcr, null, null), null);
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java
 (at line 53)
ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(pcr, null, null);
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java
 (at line 81)
ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(pcr, null, null);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java : 8 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java
 (at line 17)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java
 (at line 30)
private IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java
 (at line 45)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java
 (at line 45)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java
 (at line 64)
IProvisioningPlan plan = planner.getProvisioningPlan(pcr, null, null);
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java
 (at line 79)
IProvisioningPlan plan3 = planner.getProvisioningPlan(pcr3, null, null);
IPlanner cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java
 (at line 93)
IProvisioningPlan plan2 = planner.getProvisioningPlan(pcr2, null, null);
IPlanner cannot be resolved to a type
8. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java
 (at line 110)
IProvisioningPlan plan = planner.getProvisioningPlan(pcr, null, null);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java : 7 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java
 (at line 23)
private IPlanner planner;
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java
 (at line 36)
planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java
 (at line 36)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java
 (at line 41)
engine.perform(planner.getProvisioningPlan(pcr, null, null), null);
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java
 (at line 55)
ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(pcr, null, null);
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java
 (at line 81)
ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(pcr, null, null);
IPlanner cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java
 (at line 105)
ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(pcr, null, null);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/FindingPatchesThroughUpdates.java : 6 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/FindingPatchesThroughUpdates.java
 (at line 19)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/FindingPatchesThroughUpdates.java
 (at line 31)
IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/FindingPatchesThroughUpdates.java
 (at line 58)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/FindingPatchesThroughUpdates.java
 (at line 58)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/FindingPatchesThroughUpdates.java
 (at line 62)
IInstallableUnit[] updates = planner.updatesFor(a1, new ProvisioningContext(), new NullProgressMonitor());
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/FindingPatchesThroughUpdates.java
 (at line 68)
IInstallableUnit[] updates = planner.updatesFor(anotherPatch2, new ProvisioningContext(), new NullProgressMonitor());
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/GreedyRequirement.java
 (at line 16)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/GreedyRequirement.java
 (at line 29)
private IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/GreedyRequirement.java
 (at line 46)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/GreedyRequirement.java
 (at line 46)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/GreedyRequirement.java
 (at line 53)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/IUProperties.java : 6 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/IUProperties.java
 (at line 16)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/IUProperties.java
 (at line 30)
private IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/IUProperties.java
 (at line 48)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/IUProperties.java
 (at line 48)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/IUProperties.java
 (at line 58)
IProvisioningPlan pp1 = planner.getProvisioningPlan(req1, null, null);
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/IUProperties.java
 (at line 68)
IProvisioningPlan pp2 = planner.getProvisioningPlan(req2, null, null);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/IUPropertyRemoval.java : 6 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/IUPropertyRemoval.java
 (at line 15)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/IUPropertyRemoval.java
 (at line 27)
private IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/IUPropertyRemoval.java
 (at line 41)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/IUPropertyRemoval.java
 (at line 41)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/IUPropertyRemoval.java
 (at line 51)
IProvisioningPlan pp1 = planner.getProvisioningPlan(req1, null, null);
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/IUPropertyRemoval.java
 (at line 59)
IProvisioningPlan pp2 = planner.getProvisioningPlan(req2, null, null);
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/IUWithFilter.java
 (at line 17)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/IUWithFilter.java
 (at line 27)
IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/IUWithFilter.java
 (at line 40)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/IUWithFilter.java
 (at line 40)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/IUWithFilter.java
 (at line 46)
assertEquals(IStatus.ERROR, planner.getProvisioningPlan(req, null, null).getStatus().getSeverity());
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/IUWithFilter2.java : 6 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/IUWithFilter2.java
 (at line 18)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/IUWithFilter2.java
 (at line 29)
IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/IUWithFilter2.java
 (at line 46)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/IUWithFilter2.java
 (at line 46)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/IUWithFilter2.java
 (at line 52)
assertEquals(IStatus.ERROR, planner.getProvisioningPlan(req, null, null).getStatus().getSeverity());
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/IUWithFilter2.java
 (at line 58)
assertEquals(IStatus.OK, planner.getProvisioningPlan(req, null, null).getStatus().getSeverity());
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java : 20 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java
 (at line 28)
IPlanner planner;
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java
 (at line 41)
planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java
 (at line 41)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java
 (at line 49)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java
 (at line 58)
IProvisioningPlan plan2 = planner.getProvisioningPlan(req2, null, null);
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java
 (at line 67)
IProvisioningPlan plan3 = planner.getProvisioningPlan(req3, null, null);
IPlanner cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java
 (at line 76)
IProvisioningPlan plan4 = planner.getProvisioningPlan(req4, null, null);
IPlanner cannot be resolved to a type
8. ERROR in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java
 (at line 86)
IProvisioningPlan plan5 = planner.getProvisioningPlan(req5, null, null);
IPlanner cannot be resolved to a type
9. ERROR in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java
 (at line 95)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type
10. ERROR in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java
 (at line 104)
IProvisioningPlan plan2 = planner.getProvisioningPlan(req2, null, null);
IPlanner cannot be resolved to a type
11. ERROR in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java
 (at line 113)
IProvisioningPlan plan3 = planner.getProvisioningPlan(req3, null, null);
IPlanner cannot be resolved to a type
12. ERROR in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java
 (at line 123)
IProvisioningPlan plan5 = planner.getProvisioningPlan(req5, null, null);
IPlanner cannot be resolved to a type
13. ERROR in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java
 (at line 135)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type
14. ERROR in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java
 (at line 144)
IProvisioningPlan plan2 = planner.getProvisioningPlan(req2, null, null);
IPlanner cannot be resolved to a type
15. ERROR in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java
 (at line 153)
IProvisioningPlan plan3 = planner.getProvisioningPlan(req3, null, null);
IPlanner cannot be resolved to a type
16. ERROR in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java
 (at line 163)
IProvisioningPlan plan5 = planner.getProvisioningPlan(req5, null, null);
IPlanner cannot be resolved to a type
17. ERROR in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java
 (at line 175)
IProvisioningPlan plan5 = planner.getProvisioningPlan(req5, null, null);
IPlanner cannot be resolved to a type
18. ERROR in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java
 (at line 182)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type
19. ERROR in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java
 (at line 191)
IProvisioningPlan plan2 = planner.getProvisioningPlan(req2, null, null);
IPlanner cannot be resolved to a type
20. ERROR in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java
 (at line 200)
IProvisioningPlan plan3 = planner.getProvisioningPlan(req3, null, null);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest2.java : 6 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest2.java
 (at line 14)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest2.java
 (at line 27)
IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest2.java
 (at line 40)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest2.java
 (at line 40)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest2.java
 (at line 49)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest2.java
 (at line 64)
IProvisioningPlan plan2 = planner.getProvisioningPlan(req2, null, null);
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MinimalInstall.java
 (at line 17)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MinimalInstall.java
 (at line 30)
IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MinimalInstall.java
 (at line 45)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MinimalInstall.java
 (at line 45)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MinimalInstall.java
 (at line 52)
assertEquals(IStatus.OK, planner.getProvisioningPlan(req, null, null).getStatus().getSeverity());
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency.java
 (at line 27)
private IPlanner planner;
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency.java
 (at line 41)
planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency.java
 (at line 41)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency.java
 (at line 47)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency.java
 (at line 54)
ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency2.java
 (at line 16)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency2.java
 (at line 28)
private IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency2.java
 (at line 44)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency2.java
 (at line 44)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency2.java
 (at line 50)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency3.java
 (at line 16)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency3.java
 (at line 28)
private IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency3.java
 (at line 45)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency3.java
 (at line 45)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency3.java
 (at line 51)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement.java
 (at line 28)
private IPlanner planner;
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement.java
 (at line 44)
planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement.java
 (at line 44)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement.java
 (at line 51)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement.java
 (at line 58)
ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement2.java
 (at line 27)
private IPlanner planner;
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement2.java
 (at line 41)
planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement2.java
 (at line 41)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement2.java
 (at line 48)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement2.java
 (at line 55)
ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingOptional.java
 (at line 16)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingOptional.java
 (at line 29)
private IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingOptional.java
 (at line 45)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingOptional.java
 (at line 45)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingOptional.java
 (at line 52)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingOptionalNonGreedyRequirement.java
 (at line 16)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingOptionalNonGreedyRequirement.java
 (at line 28)
private IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingOptionalNonGreedyRequirement.java
 (at line 41)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingOptionalNonGreedyRequirement.java
 (at line 41)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingOptionalNonGreedyRequirement.java
 (at line 48)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingOptionalWithDependencies.java
 (at line 16)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingOptionalWithDependencies.java
 (at line 29)
private IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingOptionalWithDependencies.java
 (at line 49)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingOptionalWithDependencies.java
 (at line 49)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingOptionalWithDependencies.java
 (at line 56)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingOptionalWithDependencies2.java
 (at line 16)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingOptionalWithDependencies2.java
 (at line 31)
private IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingOptionalWithDependencies2.java
 (at line 54)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingOptionalWithDependencies2.java
 (at line 54)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingOptionalWithDependencies2.java
 (at line 61)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingOptionalWithDependencies3.java
 (at line 16)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingOptionalWithDependencies3.java
 (at line 31)
private IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingOptionalWithDependencies3.java
 (at line 54)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingOptionalWithDependencies3.java
 (at line 54)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MissingOptionalWithDependencies3.java
 (at line 61)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MultipleProvider.java
 (at line 17)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MultipleProvider.java
 (at line 31)
IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MultipleProvider.java
 (at line 51)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MultipleProvider.java
 (at line 51)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MultipleProvider.java
 (at line 58)
assertEquals(IStatus.OK, planner.getProvisioningPlan(req, null, null).getStatus().getSeverity());
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java : 13 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java
 (at line 32)
IPlanner planner;
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java
 (at line 67)
planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java
 (at line 67)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java
 (at line 74)
ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java
 (at line 83)
assertEquals(IStatus.ERROR, planner.getProvisioningPlan(req, null, null).getStatus().getSeverity());
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java
 (at line 89)
ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java
 (at line 105)
assertEquals(IStatus.OK, planner.getProvisioningPlan(req, null, null).getStatus().getSeverity());
IPlanner cannot be resolved to a type
8. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java
 (at line 112)
assertEquals(IStatus.ERROR, planner.getProvisioningPlan(req, null, null).getStatus().getSeverity());
IPlanner cannot be resolved to a type
9. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java
 (at line 118)
ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type
10. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java
 (at line 133)
assertEquals(IStatus.OK, planner.getProvisioningPlan(req, null, null).getStatus().getSeverity());
IPlanner cannot be resolved to a type
11. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java
 (at line 140)
assertEquals(IStatus.OK, planner.getProvisioningPlan(req, null, null).getStatus().getSeverity());
IPlanner cannot be resolved to a type
12. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java
 (at line 147)
assertEquals(IStatus.ERROR, planner.getProvisioningPlan(req, null, null).getStatus().getSeverity());
IPlanner cannot be resolved to a type
13. ERROR in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java
 (at line 153)
ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java : 8 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java
 (at line 82)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java
 (at line 82)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java
 (at line 170)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java
 (at line 170)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java
 (at line 223)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java
 (at line 223)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
7. ERROR in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java
 (at line 294)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
8. ERROR in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java
 (at line 294)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/NoRequirements.java
 (at line 17)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/NoRequirements.java
 (at line 26)
IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/NoRequirements.java
 (at line 34)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/NoRequirements.java
 (at line 34)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/NoRequirements.java
 (at line 40)
assertEquals(IStatus.OK, planner.getProvisioningPlan(req, null, null).getStatus().getSeverity());
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/NonMinimalState.java
 (at line 18)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/NonMinimalState.java
 (at line 47)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/NonMinimalState.java
 (at line 47)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/NonMinimalState.java
 (at line 59)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/NonMinimalState.java
 (at line 59)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/NonMinimalState2.java
 (at line 18)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/NonMinimalState2.java
 (at line 38)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/NonMinimalState2.java
 (at line 38)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/NonMinimalState2.java
 (at line 63)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/NonMinimalState2.java
 (at line 63)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner

/src/org/eclipse/equinox/p2/tests/planner/PP2ShouldFailToInstall.java : 8 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PP2ShouldFailToInstall.java
 (at line 18)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PP2ShouldFailToInstall.java
 (at line 34)
private IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PP2ShouldFailToInstall.java
 (at line 58)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PP2ShouldFailToInstall.java
 (at line 58)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PP2ShouldFailToInstall.java
 (at line 61)
if (!install(profile1, new IInstallableUnit[] {p2Feature}, true, planner, engine).isOK())
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PP2ShouldFailToInstall.java
 (at line 64)
if (install(profile1, new IInstallableUnit[] {pp1}, true, planner, engine).getSeverity() == IStatus.ERROR)
IPlanner cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PP2ShouldFailToInstall.java
 (at line 67)
assertEquals(IStatus.ERROR, install(profile1, new IInstallableUnit[] {pp2}, true, planner, engine).getSeverity());
IPlanner cannot be resolved to a type
8. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PP2ShouldFailToInstall.java
 (at line 73)
IStatus result = uninstall(profile1, new IInstallableUnit[] {pp1}, planner, engine);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/PatchFailingToInstall.java : 8 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchFailingToInstall.java
 (at line 18)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchFailingToInstall.java
 (at line 34)
private IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchFailingToInstall.java
 (at line 58)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchFailingToInstall.java
 (at line 58)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchFailingToInstall.java
 (at line 61)
if (!install(profile1, new IInstallableUnit[] {p2Feature}, true, planner, engine).isOK())
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchFailingToInstall.java
 (at line 64)
if (install(profile1, new IInstallableUnit[] {pp1}, false, planner, engine).getSeverity() == IStatus.ERROR)
IPlanner cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchFailingToInstall.java
 (at line 67)
if (install(profile1, new IInstallableUnit[] {pp2}, true, planner, engine).getSeverity() == IStatus.ERROR)
IPlanner cannot be resolved to a type
8. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchFailingToInstall.java
 (at line 75)
IStatus result = uninstall(profile1, new IInstallableUnit[] {pp1}, planner, engine);
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest1.java
 (at line 18)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest1.java
 (at line 31)
IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest1.java
 (at line 44)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest1.java
 (at line 44)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest1.java
 (at line 52)
IProvisioningPlan plan1 = planner.getProvisioningPlan(req1, null, null);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/PatchTest10.java : 8 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest10.java
 (at line 18)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest10.java
 (at line 34)
IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest10.java
 (at line 52)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest10.java
 (at line 52)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest10.java
 (at line 60)
IProvisioningPlan plan1 = planner.getProvisioningPlan(req1, null, null);
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest10.java
 (at line 69)
IProvisioningPlan plan2 = planner.getProvisioningPlan(req2, null, null);
IPlanner cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest10.java
 (at line 78)
IProvisioningPlan plan3 = planner.getProvisioningPlan(req3, null, null);
IPlanner cannot be resolved to a type
8. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest10.java
 (at line 85)
IProvisioningPlan plan3 = planner.getProvisioningPlan(req3, null, null);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/PatchTest11.java : 4 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest11.java
 (at line 31)
IPlanner planner;
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest11.java
 (at line 45)
planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest11.java
 (at line 45)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest11.java
 (at line 55)
IProvisioningPlan plan2 = planner.getProvisioningPlan(req2, null, null);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/PatchTest12.java : 6 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest12.java
 (at line 30)
IPlanner planner;
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest12.java
 (at line 44)
planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest12.java
 (at line 44)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest12.java
 (at line 55)
IProvisioningPlan plan2 = planner.getProvisioningPlan(req2, null, null);
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest12.java
 (at line 66)
IProvisioningPlan plan3 = planner.getProvisioningPlan(req3, null, null);
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest12.java
 (at line 74)
ProvisioningPlan plan3 = (ProvisioningPlan) planner.getProvisioningPlan(req3, null, null);
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest13.java
 (at line 18)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest13.java
 (at line 33)
IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest13.java
 (at line 48)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest13.java
 (at line 48)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest13.java
 (at line 55)
IProvisioningPlan plan1 = planner.getProvisioningPlan(req1, null, null);
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest1b.java
 (at line 18)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest1b.java
 (at line 32)
IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest1b.java
 (at line 46)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest1b.java
 (at line 46)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest1b.java
 (at line 54)
IProvisioningPlan plan1 = planner.getProvisioningPlan(req1, null, null);
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest1c.java
 (at line 18)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest1c.java
 (at line 33)
IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest1c.java
 (at line 48)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest1c.java
 (at line 48)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest1c.java
 (at line 56)
IProvisioningPlan plan1 = planner.getProvisioningPlan(req1, null, null);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java : 11 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java
 (at line 34)
IPlanner planner;
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java
 (at line 52)
planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java
 (at line 52)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java
 (at line 60)
IProvisioningPlan plan8 = planner.getProvisioningPlan(req8, null, null);
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java
 (at line 66)
IProvisioningPlan plan6 = planner.getProvisioningPlan(req6, null, null);
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java
 (at line 72)
IProvisioningPlan plan2 = planner.getProvisioningPlan(req2, null, null);
IPlanner cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java
 (at line 78)
IProvisioningPlan plan3 = planner.getProvisioningPlan(req3, null, null);
IPlanner cannot be resolved to a type
8. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java
 (at line 84)
IProvisioningPlan plan4 = planner.getProvisioningPlan(req4, null, null);
IPlanner cannot be resolved to a type
9. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java
 (at line 90)
IProvisioningPlan plan5 = planner.getProvisioningPlan(req5, null, null);
IPlanner cannot be resolved to a type
10. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java
 (at line 99)
ProvisioningPlan plan3 = (ProvisioningPlan) planner.getProvisioningPlan(req3, null, null);
IPlanner cannot be resolved to a type
11. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java
 (at line 113)
ProvisioningPlan plan5 = (ProvisioningPlan) planner.getProvisioningPlan(req5, null, null);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/PatchTest3.java : 8 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest3.java
 (at line 33)
IPlanner planner;
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest3.java
 (at line 51)
planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest3.java
 (at line 51)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest3.java
 (at line 59)
IProvisioningPlan plan1 = planner.getProvisioningPlan(req1, null, null);
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest3.java
 (at line 73)
IProvisioningPlan plan2 = planner.getProvisioningPlan(req2, null, null);
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest3.java
 (at line 86)
IProvisioningPlan plan3 = planner.getProvisioningPlan(req3, null, null);
IPlanner cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest3.java
 (at line 95)
IProvisioningPlan plan4 = planner.getProvisioningPlan(req4, null, null);
IPlanner cannot be resolved to a type
8. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest3.java
 (at line 106)
IProvisioningPlan plan5 = planner.getProvisioningPlan(req5, null, null);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/PatchTest4.java : 7 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest4.java
 (at line 37)
IPlanner planner;
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest4.java
 (at line 60)
planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest4.java
 (at line 60)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest4.java
 (at line 68)
IProvisioningPlan plan1 = planner.getProvisioningPlan(req1, null, null);
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest4.java
 (at line 83)
IProvisioningPlan plan2 = planner.getProvisioningPlan(req2, null, null);
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest4.java
 (at line 101)
IProvisioningPlan plan1 = planner.getProvisioningPlan(req1, null, null);
IPlanner cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest4.java
 (at line 116)
IProvisioningPlan plan2 = planner.getProvisioningPlan(req2, null, null);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/PatchTest5.java : 6 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest5.java
 (at line 18)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest5.java
 (at line 33)
IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest5.java
 (at line 50)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest5.java
 (at line 50)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest5.java
 (at line 57)
IProvisioningPlan plan1 = planner.getProvisioningPlan(req1, null, null);
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest5.java
 (at line 62)
IProvisioningPlan plan2 = planner.getProvisioningPlan(req2, null, null);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java : 9 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java
 (at line 33)
IPlanner planner;
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java
 (at line 55)
planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java
 (at line 55)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java
 (at line 63)
IProvisioningPlan plan1 = planner.getProvisioningPlan(req1, null, null);
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java
 (at line 69)
IProvisioningPlan plan2 = planner.getProvisioningPlan(req2, null, null);
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java
 (at line 75)
IProvisioningPlan plan3 = planner.getProvisioningPlan(req3, null, null);
IPlanner cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java
 (at line 81)
IProvisioningPlan plan4 = planner.getProvisioningPlan(req4, null, null);
IPlanner cannot be resolved to a type
8. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java
 (at line 91)
IProvisioningPlan plan5 = planner.getProvisioningPlan(req5, null, null);
IPlanner cannot be resolved to a type
9. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java
 (at line 105)
ProvisioningPlan plan1 = (ProvisioningPlan) planner.getProvisioningPlan(req1, null, null);
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest7.java
 (at line 18)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest7.java
 (at line 38)
IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest7.java
 (at line 68)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest7.java
 (at line 68)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest7.java
 (at line 95)
IProvisioningPlan plan3 = planner.getProvisioningPlan(req3, null, null);
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest7b.java
 (at line 18)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest7b.java
 (at line 38)
IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest7b.java
 (at line 68)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest7b.java
 (at line 68)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest7b.java
 (at line 82)
IProvisioningPlan plan2 = planner.getProvisioningPlan(req2, null, null);
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest8.java
 (at line 18)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest8.java
 (at line 37)
IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest8.java
 (at line 65)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest8.java
 (at line 65)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest8.java
 (at line 92)
IProvisioningPlan plan3 = planner.getProvisioningPlan(req3, null, null);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/PatchTest9.java : 6 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest9.java
 (at line 32)
IPlanner planner;
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest9.java
 (at line 51)
planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest9.java
 (at line 51)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest9.java
 (at line 59)
IProvisioningPlan plan1 = planner.getProvisioningPlan(req1, null, null);
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest9.java
 (at line 67)
ProvisioningPlan plan1 = (ProvisioningPlan) planner.getProvisioningPlan(req1, null, null);
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTest9.java
 (at line 80)
IProvisioningPlan plan2 = planner.getProvisioningPlan(req2, null, null);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch.java : 16 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch.java
 (at line 17)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch.java
 (at line 40)
private IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch.java
 (at line 65)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch.java
 (at line 65)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch.java
 (at line 72)
install(profile1, new IInstallableUnit[] {p2Feature, pp1, pp2}, true, planner, engine);
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch.java
 (at line 77)
install(profile1, new IInstallableUnit[] {p2Feature}, true, planner, engine);
IPlanner cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch.java
 (at line 78)
install(profile1, new IInstallableUnit[] {pp1}, true, planner, engine);
IPlanner cannot be resolved to a type
8. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch.java
 (at line 79)
install(profile1, new IInstallableUnit[] {pp2}, true, planner, engine);
IPlanner cannot be resolved to a type
9. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch.java
 (at line 82)
uninstall(profile1, new IInstallableUnit[] {pp2}, planner, engine);
IPlanner cannot be resolved to a type
10. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch.java
 (at line 85)
uninstall(profile1, new IInstallableUnit[] {pp1}, planner, engine);
IPlanner cannot be resolved to a type
11. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch.java
 (at line 90)
install(profile1, new IInstallableUnit[] {p2Feature}, true, planner, engine);
IPlanner cannot be resolved to a type
12. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch.java
 (at line 91)
install(profile1, new IInstallableUnit[] {pp1}, true, planner, engine);
IPlanner cannot be resolved to a type
13. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch.java
 (at line 94)
uninstall(profile1, new IInstallableUnit[] {pp1}, planner, engine);
IPlanner cannot be resolved to a type
14. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch.java
 (at line 99)
install(profile1, new IInstallableUnit[] {p2Feature}, true, planner, engine);
IPlanner cannot be resolved to a type
15. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch.java
 (at line 100)
install(profile1, new IInstallableUnit[] {pp2}, true, planner, engine);
IPlanner cannot be resolved to a type
16. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch.java
 (at line 103)
uninstall(profile1, new IInstallableUnit[] {pp2}, planner, engine);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch2.java : 6 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch2.java
 (at line 18)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch2.java
 (at line 41)
private IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch2.java
 (at line 66)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch2.java
 (at line 66)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch2.java
 (at line 72)
install(profile1, new IInstallableUnit[] {}, true, planner, engine);
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch2.java
 (at line 75)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch3.java : 4 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch3.java
 (at line 40)
private IPlanner planner;
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch3.java
 (at line 64)
planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch3.java
 (at line 64)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch3.java
 (at line 75)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/PatchTestOptional.java : 6 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestOptional.java
 (at line 17)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestOptional.java
 (at line 36)
private IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestOptional.java
 (at line 55)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestOptional.java
 (at line 55)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestOptional.java
 (at line 58)
if (!install(profile1, new IInstallableUnit[] {p2Feature}, true, planner, engine).isOK())
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestOptional.java
 (at line 64)
install(profile1, new IInstallableUnit[] {pp1}, true, planner, engine);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/PatchTestOptional2.java : 6 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestOptional2.java
 (at line 17)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestOptional2.java
 (at line 35)
private IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestOptional2.java
 (at line 53)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestOptional2.java
 (at line 53)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestOptional2.java
 (at line 56)
if (!install(profile1, new IInstallableUnit[] {p2Feature}, true, planner, engine).isOK())
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestOptional2.java
 (at line 62)
install(profile1, new IInstallableUnit[] {pp1}, true, planner, engine);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/PatchTestOptional3.java : 6 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestOptional3.java
 (at line 17)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestOptional3.java
 (at line 36)
private IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestOptional3.java
 (at line 55)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestOptional3.java
 (at line 55)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestOptional3.java
 (at line 58)
if (!install(profile1, new IInstallableUnit[] {p2Feature}, true, planner, engine).isOK())
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestOptional3.java
 (at line 65)
install(profile1, new IInstallableUnit[] {pp1}, true, planner, engine);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/PatchTestUninstall.java : 6 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUninstall.java
 (at line 18)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUninstall.java
 (at line 39)
private IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUninstall.java
 (at line 63)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUninstall.java
 (at line 63)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUninstall.java
 (at line 66)
if (!install(profile1, new IInstallableUnit[] {p2Feature, pp1, pp2}, true, planner, engine).isOK())
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUninstall.java
 (at line 73)
IStatus result = uninstall(profile1, new IInstallableUnit[] {pp1}, planner, engine);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate.java : 6 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate.java
 (at line 38)
private IPlanner planner;
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate.java
 (at line 63)
planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate.java
 (at line 63)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate.java
 (at line 66)
if (!install(profile1, new IInstallableUnit[] {p2Feature, pp1, pp2}, true, planner, engine).isOK())
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate.java
 (at line 78)
IProvisioningPlan plan = planner.getProvisioningPlan(req1, null, null);
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate.java
 (at line 88)
ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(req1, null, null);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate2.java : 6 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate2.java
 (at line 39)
private IPlanner planner;
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate2.java
 (at line 64)
planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate2.java
 (at line 64)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate2.java
 (at line 67)
if (!install(profile1, new IInstallableUnit[] {p2Feature}, true, planner, engine).isOK())
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate2.java
 (at line 70)
if (!install(profile1, new IInstallableUnit[] {pp1}, false, planner, engine).isOK())
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate2.java
 (at line 82)
IProvisioningPlan plan = planner.getProvisioningPlan(req1, null, null);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate3.java : 8 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate3.java
 (at line 39)
private IPlanner planner;
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate3.java
 (at line 64)
planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate3.java
 (at line 64)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate3.java
 (at line 67)
if (!install(getProfile("TestProfile." + getName()), new IInstallableUnit[] {p2Feature}, true, planner, engine).isOK())
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate3.java
 (at line 70)
if (!install(getProfile("TestProfile." + getName()), new IInstallableUnit[] {pp1}, false, planner, engine).isOK())
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate3.java
 (at line 73)
if (!install(getProfile("TestProfile." + getName()), new IInstallableUnit[] {pp2}, false, planner, engine).isOK())
IPlanner cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate3.java
 (at line 82)
assertOK("Validating the profile", planner.getProvisioningPlan(req2, ctx, null).getStatus());
IPlanner cannot be resolved to a type
8. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate3.java
 (at line 89)
IProvisioningPlan plan = planner.getProvisioningPlan(req1, null, null);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate4.java : 6 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate4.java
 (at line 38)
private IPlanner planner;
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate4.java
 (at line 58)
planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate4.java
 (at line 58)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate4.java
 (at line 61)
if (!install(profile1, new IInstallableUnit[] {p2Feature}, true, planner, engine).isOK())
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate4.java
 (at line 64)
if (!install(profile1, new IInstallableUnit[] {pp1}, false, planner, engine).isOK())
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate4.java
 (at line 76)
IProvisioningPlan plan = planner.getProvisioningPlan(req1, null, null);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate5.java : 6 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate5.java
 (at line 18)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate5.java
 (at line 39)
private IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate5.java
 (at line 59)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate5.java
 (at line 59)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate5.java
 (at line 62)
if (!install(profile1, new IInstallableUnit[] {p2Feature}, true, planner, engine).isOK())
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate5.java
 (at line 70)
assertEquals(IStatus.ERROR, install(profile1, new IInstallableUnit[] {pp1}, true, planner, engine).getSeverity());
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/SDKPatchingTest1.java : 2 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SDKPatchingTest1.java
 (at line 57)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SDKPatchingTest1.java
 (at line 57)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner

/src/org/eclipse/equinox/p2/tests/planner/SDKPatchingTest2.java : 3 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SDKPatchingTest2.java
 (at line 70)
IProvisioningPlan validationPlan = createPlanner().getProvisioningPlan(validationRequest, null, null);
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SDKPatchingTest2.java
 (at line 77)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SDKPatchingTest2.java
 (at line 77)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner

/src/org/eclipse/equinox/p2/tests/planner/SWTFragment.java : 3 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SWTFragment.java
 (at line 14)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SWTFragment.java
 (at line 45)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SWTFragment.java
 (at line 45)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies.java
 (at line 16)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies.java
 (at line 30)
private IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies.java
 (at line 46)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies.java
 (at line 46)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies.java
 (at line 52)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies2.java
 (at line 16)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies2.java
 (at line 30)
private IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies2.java
 (at line 46)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies2.java
 (at line 46)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies2.java
 (at line 52)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies3.java
 (at line 16)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies3.java
 (at line 27)
private IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies3.java
 (at line 40)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies3.java
 (at line 40)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies3.java
 (at line 47)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies4.java
 (at line 16)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies4.java
 (at line 30)
private IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies4.java
 (at line 44)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies4.java
 (at line 44)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies4.java
 (at line 50)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies5.java
 (at line 16)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies5.java
 (at line 30)
private IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies5.java
 (at line 49)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies5.java
 (at line 49)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies5.java
 (at line 55)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest.java
 (at line 16)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest.java
 (at line 32)
private IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest.java
 (at line 46)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest.java
 (at line 46)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest.java
 (at line 53)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest2.java
 (at line 16)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest2.java
 (at line 38)
private IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest2.java
 (at line 72)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest2.java
 (at line 72)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest2.java
 (at line 79)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest3.java
 (at line 16)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest3.java
 (at line 36)
private IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest3.java
 (at line 63)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest3.java
 (at line 63)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest3.java
 (at line 70)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest4.java
 (at line 16)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest4.java
 (at line 35)
private IPlanner planner;
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest4.java
 (at line 55)
planner = createPlanner();
IPlanner cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest4.java
 (at line 55)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest4.java
 (at line 62)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest5.java
 (at line 24)
IPlanner planner;
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest5.java
 (at line 37)
planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest5.java
 (at line 37)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest5.java
 (at line 46)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest5.java
 (at line 53)
IProvisioningPlan plan4 = planner.getProvisioningPlan(req4, null, null);
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SimpleSingleton.java
 (at line 30)
IPlanner planner;
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SimpleSingleton.java
 (at line 46)
planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SimpleSingleton.java
 (at line 46)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SimpleSingleton.java
 (at line 53)
ProvisioningPlan provisioningPlan = (ProvisioningPlan) planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SimpleSingleton.java
 (at line 61)
ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/SimulatedSharedInstallTest.java : 7 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SimulatedSharedInstallTest.java
 (at line 32)
IPlanner planner;
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SimulatedSharedInstallTest.java
 (at line 43)
planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SimulatedSharedInstallTest.java
 (at line 43)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SimulatedSharedInstallTest.java
 (at line 53)
IProvisioningPlan plan = planner.getProvisioningPlan(request, context, new NullProgressMonitor());
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SimulatedSharedInstallTest.java
 (at line 60)
IProvisioningPlan plan2 = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SimulatedSharedInstallTest.java
 (at line 72)
IProvisioningPlan plan = planner.getProvisioningPlan(request, context, new NullProgressMonitor());
IPlanner cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SimulatedSharedInstallTest.java
 (at line 124)
IProvisioningPlan plan2 = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java : 9 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java
 (at line 24)
IPlanner planner;
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java
 (at line 37)
planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java
 (at line 37)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java
 (at line 45)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java
 (at line 52)
IProvisioningPlan plan2 = planner.getProvisioningPlan(req2, null, null);
IPlanner cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java
 (at line 59)
IProvisioningPlan plan3 = planner.getProvisioningPlan(req3, null, null);
IPlanner cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java
 (at line 66)
IProvisioningPlan plan4 = planner.getProvisioningPlan(req4, null, null);
IPlanner cannot be resolved to a type
8. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java
 (at line 77)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type
9. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java
 (at line 84)
IProvisioningPlan plan4 = planner.getProvisioningPlan(req4, null, null);
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled2.java
 (at line 24)
IPlanner planner;
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled2.java
 (at line 37)
planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled2.java
 (at line 37)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled2.java
 (at line 46)
IProvisioningPlan plan = planner.getProvisioningPlan(req, null, null);
IPlanner cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled2.java
 (at line 53)
IProvisioningPlan plan4 = planner.getProvisioningPlan(req4, null, null);
IPlanner cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/planner/TopLevelFilterTest.java : 1 error :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/TopLevelFilterTest.java
 (at line 36)
assertNotOK(createPlanner().getProvisioningPlan(req, null, null).getStatus());
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner

/src/org/eclipse/equinox/p2/tests/planner/TwoVersionsOfWSDL.java : 4 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/planner/TwoVersionsOfWSDL.java
 (at line 26)
IPlanner planner;
IPlanner cannot be resolved to a type
2. ERROR in /src/org/eclipse/equinox/p2/tests/planner/TwoVersionsOfWSDL.java
 (at line 37)
planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/planner/TwoVersionsOfWSDL.java
 (at line 37)
planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner
4. ERROR in /src/org/eclipse/equinox/p2/tests/planner/TwoVersionsOfWSDL.java
 (at line 47)
IProvisioningPlan plan1 = planner.getProvisioningPlan(req1, null, null);
IPlanner cannot be resolved to a type

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

1. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java
 (at line 20)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
The import org.eclipse.equinox.internal.provisional.p2.director.IPlanner cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java
 (at line 233)
IPlanner planner = createPlanner();
IPlanner cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java
 (at line 233)
IPlanner planner = createPlanner();
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner

/src/org/eclipse/equinox/p2/tests/updatechecker/TestUpdateListener.java : 1 error :

1. ERROR in /src/org/eclipse/equinox/p2/tests/updatechecker/TestUpdateListener.java
 (at line 37)
return Arrays.equals(expectedEvent.getIUs(), actual.getIUs()) && expectedEvent.getProfileId().equals(actual.getProfileId());
The method equals(long[], long[]) in the type Arrays is not applicable for the arguments (Collection<IInstallableUnit>, Collection<IInstallableUnit>)

/src/org/eclipse/equinox/p2/tests/updatechecker/UpdateCheckerTest.java : 1 error :

1. ERROR in /src/org/eclipse/equinox/p2/tests/updatechecker/UpdateCheckerTest.java
 (at line 61)
TestUpdateListener listener = new TestUpdateListener(new UpdateEvent(profile.getProfileId(), new IInstallableUnit[] {toInstallIU}));
The constructor UpdateEvent(String, IInstallableUnit[]) is undefined

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings
Title: Compiler log for org.eclipse.equinox.p2.tests.ui_1.0.0.v20100215

Compiler log for org.eclipse.equinox.p2.tests.ui_1.0.0.v20100215 : @dot.xml

TOTAL : ERRORS: 1, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/equinox/p2/tests/ui/query/AvailableIUWrapperTest.java : 1 error :

1. ERROR in /src/org/eclipse/equinox/p2/tests/ui/query/AvailableIUWrapperTest.java
 (at line 141)
install(profile, new IInstallableUnit[] {installed}, true, createPlanner(), createEngine());
The method createPlanner() from the type AbstractProvisioningTest refers to the missing type IPlanner

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

Back to the top