Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build N20070818-0010 (Timestamp: 200708180010):Compile errors in build

Build N20070818-0010 (Timestamp: 200708180010):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.swt.gtk.linux.x86_64_3.3.0.N20070818-0010

Compiler log for org.eclipse.swt.gtk.linux.x86_64_3.3.0.N20070818-0010 : @dot.bin.xml

TOTAL : ERRORS: 2, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

_64/src/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java : 1 error :

1. ERROR in _64/src/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java
 (at line 209)
int newPattern = Cairo.cairo_pattern_create_for_surface(pattern.surface);
Type mismatch: cannot convert from long to int

_64/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java : 1 error :

1. ERROR in _64/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java
 (at line 767)
int result = super.fixedSizeAllocateProc (widget, allocationPtr);
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
Title: Compiler log for org.eclipse.swt.gtk.linux.ia64_3.3.0.HEAD

Compiler log for org.eclipse.swt.gtk.linux.ia64_3.3.0.HEAD : @dot.bin.xml

TOTAL : ERRORS: 2, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java : 1 error :

1. ERROR in /src/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java
 (at line 209)
int newPattern = Cairo.cairo_pattern_create_for_surface(pattern.surface);
Type mismatch: cannot convert from long to int

/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java : 1 error :

1. ERROR in /src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java
 (at line 767)
int result = super.fixedSizeAllocateProc (widget, allocationPtr);
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
Title: Compiler log for org.eclipse.jface.databinding_1.2.0.N20070818-0010

Compiler log for org.eclipse.jface.databinding_1.2.0.N20070818-0010 : @dot.bin.xml

TOTAL : ERRORS: 1, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/jface/internal/databinding/internal/viewers/SelectionProviderMultipleSelectionObservableList.java : 1 error :

1. ERROR in /src/org/eclipse/jface/internal/databinding/internal/viewers/SelectionProviderMultipleSelectionObservableList.java
 (at line 103)
return Collections.emptyList();
The method emptyList() is undefined for the type Collections

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