Skip to main content

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

Build M20101117-0800 (Timestamp: 201011170800):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.equinox.p2.tests_1.2.1.v20101115

Compiler log for org.eclipse.equinox.p2.tests_1.2.1.v20101115 : @dot.xml

TOTAL : ERRORS: 11, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java : 10 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java
 (at line 90)
infos = loadBundlesInfo(getBundlesInfo());
The method loadBundlesInfo(File) is undefined for the type AbstractSharedBundleProductTest
2. ERROR in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java
 (at line 90)
infos = loadBundlesInfo(getBundlesInfo());
The method getBundlesInfo() from the type AbstractReconcilerTest is not visible
3. ERROR in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java
 (at line 92)
fail("Exception occurred loading bundles.info file from: " + getBundlesInfo().getAbsolutePath(), e);
The method getBundlesInfo() from the type AbstractReconcilerTest is not visible
4. ERROR in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java
 (at line 127)
move("1.0", features, sharedFeatureLocation);
The method move(String, File, File) is undefined for the type AbstractSharedBundleProductTest
5. ERROR in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java
 (at line 137)
move("2.0", bundles, sharedBundleLocation, filter);
The method move(String, File, File, FileFilter) is undefined for the type AbstractSharedBundleProductTest
6. ERROR in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java
 (at line 243)
boolean removed = shared.removePlugin(location);
The method removePlugin(String) is undefined for the type Site
7. ERROR in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java
 (at line 253)
return shared.removePlugin(relative.toString());
The method removePlugin(String) is undefined for the type Site
8. ERROR in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java
 (at line 307)
saveBundlesInfo(infos.values().toArray(new BundleInfo[infos.size()]), getBundlesInfo());
The method saveBundlesInfo(BundleInfo[], File) is undefined for the type AbstractSharedBundleProductTest
9. ERROR in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java
 (at line 307)
saveBundlesInfo(infos.values().toArray(new BundleInfo[infos.size()]), getBundlesInfo());
The method getBundlesInfo() from the type AbstractReconcilerTest is not visible
10. ERROR in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java
 (at line 309)
fail("Exception occurred while saving bundles.info to: " + getBundlesInfo().getAbsolutePath(), e);
The method getBundlesInfo() from the type AbstractReconcilerTest is not visible

/src/org/eclipse/equinox/p2/tests/reconciler/dropins/SharedBundleProductTestSuite.java : 1 error :

1. ERROR in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/SharedBundleProductTestSuite.java
 (at line 26)
return new AbstractSharedBundleProductTest("initialize", getPlatformArchive());
The method getPlatformArchive() is undefined for the type SharedBundleProductTestSuite

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.director_2.0.2.v20101115

Compiler log for org.eclipse.equinox.p2.director_2.0.2.v20101115 : @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/internal/p2/director/SimpleDirector.java : 1 error :

1. ERROR in /src/org/eclipse/equinox/internal/p2/director/SimpleDirector.java
 (at line 22)
public class SimpleDirector implements IDirector {
The type SimpleDirector must implement the inherited abstract method IDirector.provision(ProfileChangeRequest, ProvisioningContext, IProgressMonitor)

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