Skip to main content

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

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

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

TOTAL : ERRORS: 4, WARNINGS: 7

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

_64/src/Eclipse SWT Mozilla/win32/org/eclipse/swt/browser/MozillaDelegate.java : 4 errors :

1. ERROR in _64/src/Eclipse SWT Mozilla/win32/org/eclipse/swt/browser/MozillaDelegate.java
 (at line 64)
OS.SetWindowLong (hwndChild, OS.GWL_WNDPROC, subclassProc.getAddress ());
The method SetWindowLong(long, int, int) in the type OS is not applicable for the arguments (long, int, long)
2. ERROR in _64/src/Eclipse SWT Mozilla/win32/org/eclipse/swt/browser/MozillaDelegate.java
 (at line 107)
OS.SetWindowLong (hwndChild, OS.GWL_WNDPROC, mozillaProc);
The method SetWindowLong(long, int, int) in the type OS is not applicable for the arguments (long, int, long)
3. ERROR in _64/src/Eclipse SWT Mozilla/win32/org/eclipse/swt/browser/MozillaDelegate.java
 (at line 116)
switch (msg) {
Cannot switch on a value of type long. Only convertible int values or enum constants are permitted
4. ERROR in _64/src/Eclipse SWT Mozilla/win32/org/eclipse/swt/browser/MozillaDelegate.java
 (at line 123)
return OS.CallWindowProc (mozillaProc, hwnd, msg, wParam, lParam);
The method CallWindowProc(long, long, int, long, long) in the type OS is not applicable for the arguments (long, long, long, long, long)

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