Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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.
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