Skip to main content

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

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

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

TOTAL : ERRORS: 1, WARNINGS: 7

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

_64/src/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java : 1 error :

1. ERROR in _64/src/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java
 (at line 196)
int margins = OS.SendMessage (handle, OS.EM_GETMARGINS, 0, 0);
Type mismatch: cannot convert from long to int

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

_64/src/Eclipse SWT/common/org/eclipse/swt/internal/image/JPEGDecoder.java : 1 warning :

OTHER WARNINGS
1. WARNING in _64/src/Eclipse SWT/common/org/eclipse/swt/internal/image/JPEGDecoder.java
 (at line 2459)
if (RGB_PIXELSIZE != 3) { cinfo.out_color_components = RGB_PIXELSIZE; break; }
Dead code

_64/src/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java : 1 warning :

OTHER WARNINGS
1. WARNING in _64/src/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java
 (at line 3058)
if (false) object.metaFileEnumProc(0, 0, 0, 0, 0);
Dead code

_64/src/Eclipse SWT/win32/org/eclipse/swt/widgets/Button.java : 1 warning :

OTHER WARNINGS
1. WARNING in _64/src/Eclipse SWT/win32/org/eclipse/swt/widgets/Button.java
 (at line 339)
style = checkBits (style, SWT.PUSH, SWT.ARROW, SWT.CHECK, SWT.RADIO, SWT.TOGGLE, COMMAND_LINK ? SWT.COMMAND : 0);
Dead code

_64/src/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java : 1 warning :

OTHER WARNINGS
1. WARNING in _64/src/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
 (at line 432)
StringBuffer buffer = new StringBuffer (getShortDateFormat ());
Dead code

_64/src/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java : 1 warning :

OTHER WARNINGS
1. WARNING in _64/src/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java
 (at line 628)
boolean drawText = IMAGE_AND_TEXT && text.length () != 0;
Dead code

_64/src/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java : 2 warnings :

OTHER WARNINGS
1. WARNING in _64/src/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java
 (at line 181)
if ("64".equals (prop) && !IS_64) { //$NON-NLS-1$ throw new UnsatisfiedLinkError ("Cannot load 32-bit SWT libraries on 64-bit JVM"); //$NON-NLS-1$ }
Dead code
2. WARNING in _64/src/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java
 (at line 227)
File dir = new File (path, IS_64 ? SWTDIR_64 : SWTDIR_32);
Dead code

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

Back to the top