Skip to main content

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

Build N20091122-2000 (Timestamp: 200911222000):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.swt.win32.win32.x86_64_3.6.0.N20091122-2000

Compiler log for org.eclipse.swt.win32.win32.x86_64_3.6.0.N20091122-2000 : @dot.bin.xml

TOTAL : ERRORS: 9, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

_64/temp.folder/@dot.src/org/eclipse/swt/widgets/Combo.java : 1 error :

1. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/widgets/Combo.java
 (at line 2466)
display.lastKey = display.lastAscii = 0;
Type mismatch: cannot convert from long to int

_64/temp.folder/@dot.src/org/eclipse/swt/widgets/Spinner.java : 1 error :

1. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/widgets/Spinner.java
 (at line 1284)
display.lastKey = display.lastAscii = 0;
Type mismatch: cannot convert from long to int

_64/temp.folder/@dot.src/org/eclipse/swt/widgets/Text.java : 1 error :

1. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/widgets/Text.java
 (at line 2312)
display.lastKey = display.lastAscii = 0;
Type mismatch: cannot convert from long to int

_64/temp.folder/@dot.src/org/eclipse/swt/widgets/Widget.java : 6 errors :

1. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/widgets/Widget.java
 (at line 1324)
switch (display.lastAscii) {
Cannot switch on a value of type long. Only convertible int values or enum constants are permitted
2. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/widgets/Widget.java
 (at line 1569)
display.lastKey = display.lastAscii = 0;
Type mismatch: cannot convert from long to int
3. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/widgets/Widget.java
 (at line 1803)
display.lastAscii = display.controlKey (display.lastAscii);
The method controlKey(int) in the type Display is not applicable for the arguments (long)
4. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/widgets/Widget.java
 (at line 1818)
display.lastKey = display.lastAscii = 0;
Type mismatch: cannot convert from long to int
5. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/widgets/Widget.java
 (at line 1835)
display.lastKey = display.lastAscii = 0;
Type mismatch: cannot convert from long to int
6. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/widgets/Widget.java
 (at line 1909)
display.lastKey = display.lastAscii = 0;
Type mismatch: cannot convert from long to int

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