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 N20070105-0010 (Timestamp: 200701050010):Compile errors in build

The compilation errors were a result of a test suite with Java 5 API calls 
being committed. I have rolled back these changes - see 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=168536 for more details.

Tod




eclipse-releng@xxxxxxxxxxx 
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx
01/05/2007 01:22 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 N20070105-0010 (Timestamp: 
200701050010):Compile errors in build






Build N20070105-0010 (Timestamp: 200701050010):  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.ui.tests_3.2.0.N20070105-0010

Compiler log for org.eclipse.ui.tests_3.2.0.N20070105-0010 : uitests.jar.bin.xml

TOTAL : ERRORS: 5, WARNINGS: 0

/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/SearchPatternAuto.java : 4 errors :

1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/SearchPatternAuto.java
 (at line 68)
generateRescourcesTestCases((char)Character.toUpperCase(startChar + 1), (char)Character.toUpperCase(endChar + 1), lenght, res + " ");
The method toUpperCase(char) in the type Character is not applicable for the arguments (int)
2. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/SearchPatternAuto.java
 (at line 68)
generateRescourcesTestCases((char)Character.toUpperCase(startChar + 1), (char)Character.toUpperCase(endChar + 1), lenght, res + " ");
The method toUpperCase(char) in the type Character is not applicable for the arguments (int)
3. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/SearchPatternAuto.java
 (at line 70)
generateRescourcesTestCases((char)Character.toLowerCase(startChar + 1), (char)Character.toLowerCase(endChar + 1), lenght, res);
The method toLowerCase(char) in the type Character is not applicable for the arguments (int)
4. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/SearchPatternAuto.java
 (at line 70)
generateRescourcesTestCases((char)Character.toLowerCase(startChar + 1), (char)Character.toLowerCase(endChar + 1), lenght, res);
The method toLowerCase(char) in the type Character is not applicable for the arguments (int)

/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIFilteredResourcesSelectionDialogAuto.java : 1 error :

1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIFilteredResourcesSelectionDialogAuto.java
 (at line 42)
Collections.addAll(itemsSet, items);
The method addAll(Set, Object[]) is undefined for the type Collections

Back to the top