Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build M20110714-1654 (Timestamp: 201107141654):Compile errors in build

Build M20110714-1654 (Timestamp: 201107141654):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.equinox.region.tests_1.0.0.v20110523

Compiler log for org.eclipse.equinox.region.tests_1.0.0.v20110523 : @dot.xml

TOTAL : ERRORS: 6, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/equinox/internal/region/hook/RegionResolverHookTests.java : 6 errors :

1. ERROR in /src/org/eclipse/equinox/internal/region/hook/RegionResolverHookTests.java
 (at line 377)
final class StubPackageCapability implements BundleCapability {
The type RegionResolverHookTests.StubPackageCapability must implement the inherited abstract method BundleCapability.getResource()
2. ERROR in /src/org/eclipse/equinox/internal/region/hook/RegionResolverHookTests.java
 (at line 458)
final class StubBundleCapability implements BundleCapability {
The type RegionResolverHookTests.StubBundleCapability must implement the inherited abstract method BundleCapability.getResource()
3. ERROR in /src/org/eclipse/equinox/internal/region/hook/RegionResolverHookTests.java
 (at line 522)
final class StubBundleRequirement implements BundleRequirement {
The type RegionResolverHookTests.StubBundleRequirement must implement the inherited abstract method BundleRequirement.getResource()
4. ERROR in /src/org/eclipse/equinox/internal/region/hook/RegionResolverHookTests.java
 (at line 522)
final class StubBundleRequirement implements BundleRequirement {
The type RegionResolverHookTests.StubBundleRequirement must implement the inherited abstract method Requirement.matches(Capability)
5. ERROR in /src/org/eclipse/equinox/internal/region/hook/RegionResolverHookTests.java
 (at line 557)
final class StubBundleRevision implements BundleRevision {
The type RegionResolverHookTests.StubBundleRevision must implement the inherited abstract method Resource.getCapabilities(String)
6. ERROR in /src/org/eclipse/equinox/internal/region/hook/RegionResolverHookTests.java
 (at line 557)
final class StubBundleRevision implements BundleRevision {
The type RegionResolverHookTests.StubBundleRevision must implement the inherited abstract method Resource.getRequirements(String)

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