Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build N20090409-1000 (Timestamp: 200904091000):Compile errors in build

Build N20090409-1000 (Timestamp: 200904091000):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.equinox.p2.tests_1.1.0.N20090409-1000

Compiler log for org.eclipse.equinox.p2.tests_1.1.0.N20090409-1000 : @dot.xml

TOTAL : ERRORS: 5, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java : 1 error :

1. ERROR in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java
 (at line 262)
assertTrue(ProcessingStepHandler.getErrorStatus(testStream).getChildren().length == 2);
The method getErrorStatus(OutputStream) is undefined for the type ProcessingStepHandler

/src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java : 4 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java
 (at line 63)
parameters.put(CheckTrust.PARM_ARTIFACT_FILES, new ArrayList());
CheckTrust.PARM_ARTIFACT_FILES cannot be resolved
2. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java
 (at line 71)
assertFalse(((List) parameters.get(CheckTrust.PARM_ARTIFACT_FILES)).contains(osgiTarget));
CheckTrust.PARM_ARTIFACT_FILES cannot be resolved
3. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java
 (at line 74)
assertTrue(((List) parameters.get(CheckTrust.PARM_ARTIFACT_FILES)).contains(osgiTarget));
CheckTrust.PARM_ARTIFACT_FILES cannot be resolved
4. ERROR in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java
 (at line 77)
assertTrue(((List) parameters.get(CheckTrust.PARM_ARTIFACT_FILES)).contains(osgiTarget));
CheckTrust.PARM_ARTIFACT_FILES cannot be resolved

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.ui.tests.performance_1.1.100.N20090409-1000

Compiler log for org.eclipse.ui.tests.performance_1.1.100.N20090409-1000 : uiperformance.jar.bin.xml

TOTAL : ERRORS: 2, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/ui/tests/performance/FilteredTestSuite.java : 2 errors :

1. ERROR in /src/org/eclipse/ui/tests/performance/FilteredTestSuite.java
 (at line 110)
String subTestName = testClass.getSimpleName();
The method getSimpleName() is undefined for the type Class
2. ERROR in /src/org/eclipse/ui/tests/performance/FilteredTestSuite.java
 (at line 111)
String subTestQualName = testClass.getCanonicalName();
The method getCanonicalName() is undefined for the type Class

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.pde.api.tools.tests_1.0.100.N20090409-1000

Compiler log for org.eclipse.pde.api.tools.tests_1.0.100.N20090409-1000 : @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/pde/api/tools/util/tests/SignaturesTests.java : 6 errors :

1. ERROR in /src/org/eclipse/pde/api/tools/util/tests/SignaturesTests.java
 (at line 292)
assertEquals("the type name x.y.z should have been returned", "x.y.z.Type", Signatures.getPrimaryTypeName("x.y.z.Type$Member"));
The method getPrimaryTypeName(String) is undefined for the type Signatures
2. ERROR in /src/org/eclipse/pde/api/tools/util/tests/SignaturesTests.java
 (at line 293)
assertEquals("the type name x.y.z should have been returned", "x.y.z.Type", Signatures.getPrimaryTypeName("x.y.z.Type"));
The method getPrimaryTypeName(String) is undefined for the type Signatures
3. ERROR in /src/org/eclipse/pde/api/tools/util/tests/SignaturesTests.java
 (at line 294)
assertEquals("the type name x.y.z should have been returned", "x.y.z.Type", Signatures.getPrimaryTypeName("x.y.z.Type$Member$Member"));
The method getPrimaryTypeName(String) is undefined for the type Signatures
4. ERROR in /src/org/eclipse/pde/api/tools/util/tests/SignaturesTests.java
 (at line 301)
assertEquals("the type name Type should have been returned", "Type", Signatures.getSimpleTypeName("a.b.c.Type"));
The method getSimpleTypeName(String) is undefined for the type Signatures
5. ERROR in /src/org/eclipse/pde/api/tools/util/tests/SignaturesTests.java
 (at line 302)
assertEquals("the type name Type$Member should have been returned", "Type$Member", Signatures.getSimpleTypeName("a.b.c.Type$Member"));
The method getSimpleTypeName(String) is undefined for the type Signatures
6. ERROR in /src/org/eclipse/pde/api/tools/util/tests/SignaturesTests.java
 (at line 303)
assertEquals("the type name Type should have been returned", "Type", Signatures.getSimpleTypeName("Type"));
The method getSimpleTypeName(String) is undefined for the type Signatures

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