Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build N20091001-2000 (Timestamp: 200910012000):Compile errors in build

Build N20091001-2000 (Timestamp: 200910012000):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.equinox.p2.tests_1.2.0.N20091001-2000

Compiler log for org.eclipse.equinox.p2.tests_1.2.0.N20091001-2000 : @dot.xml

TOTAL : ERRORS: 36, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java : 4 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java
 (at line 29)
class CertificateTestService implements IServiceUI {
The type CertificateCheckerTest.CertificateTestService must implement the inherited abstract method IServiceUI.promptForUnsignedContent(String[])
2. ERROR in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java
 (at line 29)
class CertificateTestService implements IServiceUI {
The type CertificateCheckerTest.CertificateTestService must implement the inherited abstract method IServiceUI.showCertificates(Certificate[][])
3. ERROR in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java
 (at line 41)
public TrustInfo getTrustInfo(Certificate[][] untrustedChain, String[] unsignedDetail) {
TrustInfo cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java
 (at line 43)
return new TrustInfo(null, false, unsignedReturnValue);
TrustInfo cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/metadata/repository/AllServerTests.java : 4 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/metadata/repository/AllServerTests.java
 (at line 170)
public static class DelegatingAuthService implements IServiceUI {
The type AllServerTests.DelegatingAuthService must implement the inherited abstract method IServiceUI.promptForUnsignedContent(String[])
2. ERROR in /src/org/eclipse/equinox/p2/tests/metadata/repository/AllServerTests.java
 (at line 170)
public static class DelegatingAuthService implements IServiceUI {
The type AllServerTests.DelegatingAuthService must implement the inherited abstract method IServiceUI.showCertificates(Certificate[][])
3. ERROR in /src/org/eclipse/equinox/p2/tests/metadata/repository/AllServerTests.java
 (at line 187)
public TrustInfo getTrustInfo(Certificate[][] untrustedChain, String[] unsignedDetail) {
TrustInfo cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/metadata/repository/AllServerTests.java
 (at line 188)
return new TrustInfo(null, false, true);
TrustInfo cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/metadata/repository/AuthTest.java : 4 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/metadata/repository/AuthTest.java
 (at line 86)
public class AladdinNotSavedService implements IServiceUI {
The type AuthTest.AladdinNotSavedService must implement the inherited abstract method IServiceUI.promptForUnsignedContent(String[])
2. ERROR in /src/org/eclipse/equinox/p2/tests/metadata/repository/AuthTest.java
 (at line 86)
public class AladdinNotSavedService implements IServiceUI {
The type AuthTest.AladdinNotSavedService must implement the inherited abstract method IServiceUI.showCertificates(Certificate[][])
3. ERROR in /src/org/eclipse/equinox/p2/tests/metadata/repository/AuthTest.java
 (at line 105)
public TrustInfo getTrustInfo(Certificate[][] untrustedChain, String[] unsignedDetail) {
TrustInfo cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/metadata/repository/AuthTest.java
 (at line 106)
return new TrustInfo(null, false, true);
TrustInfo cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/metadata/repository/HttpStatusTest.java : 4 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/metadata/repository/HttpStatusTest.java
 (at line 176)
public class AladdinNotSavedService implements IServiceUI {
The type HttpStatusTest.AladdinNotSavedService must implement the inherited abstract method IServiceUI.promptForUnsignedContent(String[])
2. ERROR in /src/org/eclipse/equinox/p2/tests/metadata/repository/HttpStatusTest.java
 (at line 176)
public class AladdinNotSavedService implements IServiceUI {
The type HttpStatusTest.AladdinNotSavedService must implement the inherited abstract method IServiceUI.showCertificates(Certificate[][])
3. ERROR in /src/org/eclipse/equinox/p2/tests/metadata/repository/HttpStatusTest.java
 (at line 195)
public TrustInfo getTrustInfo(Certificate[][] untrustedChain, String[] unsignedDetail) {
TrustInfo cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/metadata/repository/HttpStatusTest.java
 (at line 196)
return new TrustInfo(null, false, true);
TrustInfo cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/metadata/repository/TimeoutTest.java : 4 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/metadata/repository/TimeoutTest.java
 (at line 161)
public class AladdinNotSavedService implements IServiceUI {
The type TimeoutTest.AladdinNotSavedService must implement the inherited abstract method IServiceUI.promptForUnsignedContent(String[])
2. ERROR in /src/org/eclipse/equinox/p2/tests/metadata/repository/TimeoutTest.java
 (at line 161)
public class AladdinNotSavedService implements IServiceUI {
The type TimeoutTest.AladdinNotSavedService must implement the inherited abstract method IServiceUI.showCertificates(Certificate[][])
3. ERROR in /src/org/eclipse/equinox/p2/tests/metadata/repository/TimeoutTest.java
 (at line 180)
public TrustInfo getTrustInfo(Certificate[][] untrustedChain, String[] unsignedDetail) {
TrustInfo cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/metadata/repository/TimeoutTest.java
 (at line 181)
return new TrustInfo(null, false, true);
TrustInfo cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/repository/TimeoutTest.java : 4 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/repository/TimeoutTest.java
 (at line 213)
public class AladdinNotSavedService implements IServiceUI {
The type TimeoutTest.AladdinNotSavedService must implement the inherited abstract method IServiceUI.promptForUnsignedContent(String[])
2. ERROR in /src/org/eclipse/equinox/p2/tests/repository/TimeoutTest.java
 (at line 213)
public class AladdinNotSavedService implements IServiceUI {
The type TimeoutTest.AladdinNotSavedService must implement the inherited abstract method IServiceUI.showCertificates(Certificate[][])
3. ERROR in /src/org/eclipse/equinox/p2/tests/repository/TimeoutTest.java
 (at line 232)
public TrustInfo getTrustInfo(Certificate[][] untrustedChain, String[] unsignedDetail) {
TrustInfo cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/repository/TimeoutTest.java
 (at line 233)
return new TrustInfo(null, false, true);
TrustInfo cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/testserver/helper/AbstractTestServerClientCase.java : 8 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/testserver/helper/AbstractTestServerClientCase.java
 (at line 105)
public class AladdinNotSavedService implements IServiceUI {
The type AbstractTestServerClientCase.AladdinNotSavedService must implement the inherited abstract method IServiceUI.promptForUnsignedContent(String[])
2. ERROR in /src/org/eclipse/equinox/p2/tests/testserver/helper/AbstractTestServerClientCase.java
 (at line 105)
public class AladdinNotSavedService implements IServiceUI {
The type AbstractTestServerClientCase.AladdinNotSavedService must implement the inherited abstract method IServiceUI.showCertificates(Certificate[][])
3. ERROR in /src/org/eclipse/equinox/p2/tests/testserver/helper/AbstractTestServerClientCase.java
 (at line 121)
public TrustInfo getTrustInfo(Certificate[][] untrustedChain, String[] unsignedDetail) {
TrustInfo cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/testserver/helper/AbstractTestServerClientCase.java
 (at line 122)
return new TrustInfo(null, false, true);
TrustInfo cannot be resolved to a type
5. ERROR in /src/org/eclipse/equinox/p2/tests/testserver/helper/AbstractTestServerClientCase.java
 (at line 131)
public class BadLoginService implements IServiceUI {
The type AbstractTestServerClientCase.BadLoginService must implement the inherited abstract method IServiceUI.promptForUnsignedContent(String[])
6. ERROR in /src/org/eclipse/equinox/p2/tests/testserver/helper/AbstractTestServerClientCase.java
 (at line 131)
public class BadLoginService implements IServiceUI {
The type AbstractTestServerClientCase.BadLoginService must implement the inherited abstract method IServiceUI.showCertificates(Certificate[][])
7. ERROR in /src/org/eclipse/equinox/p2/tests/testserver/helper/AbstractTestServerClientCase.java
 (at line 147)
public TrustInfo getTrustInfo(Certificate[][] untrustedChain, String[] unsignedDetail) {
TrustInfo cannot be resolved to a type
8. ERROR in /src/org/eclipse/equinox/p2/tests/testserver/helper/AbstractTestServerClientCase.java
 (at line 148)
return new TrustInfo(null, false, true);
TrustInfo cannot be resolved to a type

/src/org/eclipse/equinox/p2/tests/testserver/helper/TestServerController.java : 4 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/testserver/helper/TestServerController.java
 (at line 142)
public static class DelegatingAuthService implements IServiceUI {
The type TestServerController.DelegatingAuthService must implement the inherited abstract method IServiceUI.promptForUnsignedContent(String[])
2. ERROR in /src/org/eclipse/equinox/p2/tests/testserver/helper/TestServerController.java
 (at line 142)
public static class DelegatingAuthService implements IServiceUI {
The type TestServerController.DelegatingAuthService must implement the inherited abstract method IServiceUI.showCertificates(Certificate[][])
3. ERROR in /src/org/eclipse/equinox/p2/tests/testserver/helper/TestServerController.java
 (at line 159)
public TrustInfo getTrustInfo(Certificate[][] untrustedChain, String[] unsignedDetail) {
TrustInfo cannot be resolved to a type
4. ERROR in /src/org/eclipse/equinox/p2/tests/testserver/helper/TestServerController.java
 (at line 160)
return new TrustInfo(null, false, true);
TrustInfo cannot be resolved to a type

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

Back to the top