Skip to main content

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

Build N20081206-2000 (Timestamp: 200812062000):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.swt.cocoa.macosx.x86_64_3.5.0.N20081206-2000

Compiler log for org.eclipse.swt.cocoa.macosx.x86_64_3.5.0.N20081206-2000 : @dot.bin.xml

TOTAL : ERRORS: 10, WARNINGS: 2

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

_64/src/Eclipse SWT/cocoa/org/eclipse/swt/graphics/Image.java : 1 error :

1. ERROR in _64/src/Eclipse SWT/cocoa/org/eclipse/swt/graphics/Image.java
 (at line 704)
imageRep.getBitmapDataPlanes(nativeDataPlanes);
The method getBitmapDataPlanes(int[]) in the type NSBitmapImageRep is not applicable for the arguments (long[])

_64/src/Eclipse SWT/cocoa/org/eclipse/swt/widgets/List.java : 3 errors :

1. ERROR in _64/src/Eclipse SWT/cocoa/org/eclipse/swt/widgets/List.java
 (at line 528)
selection.getIndexes(indexBuffer, count, 0);
The method getIndexes(int[], long, long) in the type NSIndexSet is not applicable for the arguments (long[], int, int)
2. ERROR in _64/src/Eclipse SWT/cocoa/org/eclipse/swt/widgets/List.java
 (at line 571)
selection.getIndexes(result, count, 0);
The method getIndexes(int[], long, long) in the type NSIndexSet is not applicable for the arguments (long[], int, int)
3. ERROR in _64/src/Eclipse SWT/cocoa/org/eclipse/swt/widgets/List.java
 (at line 600)
selection.getIndexes(indices, count, 0);
The method getIndexes(int[], long, long) in the type NSIndexSet is not applicable for the arguments (long[], int, int)

_64/src/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Table.java : 3 errors :

1. ERROR in _64/src/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Table.java
 (at line 1351)
selection.getIndexes(indexBuffer, count, 0);
The method getIndexes(int[], long, long) in the type NSIndexSet is not applicable for the arguments (long[], int, int)
2. ERROR in _64/src/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Table.java
 (at line 1394)
selection.getIndexes(result, count, 0);
The method getIndexes(int[], long, long) in the type NSIndexSet is not applicable for the arguments (long[], int, int)
3. ERROR in _64/src/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Table.java
 (at line 1423)
selection.getIndexes(indices, count, 0);
The method getIndexes(int[], long, long) in the type NSIndexSet is not applicable for the arguments (long[], int, int)

_64/src/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Tree.java : 1 error :

1. ERROR in _64/src/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Tree.java
 (at line 1421)
selection.getIndexes (indexBuffer, count, 0);
The method getIndexes(int[], long, long) in the type NSIndexSet is not applicable for the arguments (long[], int, int)

_64/src/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java : 2 errors :

1. ERROR in _64/src/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java
 (at line 4037)
public static final native long /*int*/ objc_msgSend(long /*int*/ id, long /*int*/ sel, int[] /*long[]*/ arg0);
Duplicate method objc_msgSend(long, long, int[]) in type OS
2. ERROR in _64/src/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java
 (at line 4047)
public static final native long objc_msgSend(long id, long sel, int[] arg0);
Duplicate method objc_msgSend(long, long, int[]) in type OS

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 PI/common_j2se/org/eclipse/swt/internal/Library.java : 1 warning :

OTHER WARNINGS
1. WARNING in _64/src/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java
 (at line 178)
if (0x1FFFFFFFFL != (long /*int*/)0x1FFFFFFFFL) { throw new UnsatisfiedLinkError ("Cannot load 32-bit SWT libraries on 64-bit JVM"); //$NON-NLS-1$ }
Dead code

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

Back to the top