Skip to main content

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

Build N20100329-2000 (Timestamp: 201003292000):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.swt.cocoa.macosx_3.6.0.N20100329-2000

Compiler log for org.eclipse.swt.cocoa.macosx_3.6.0.N20100329-2000 : @dot.bin.xml

TOTAL : ERRORS: 1, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

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

1. ERROR in /temp.folder/@dot.src/org/eclipse/swt/widgets/Combo.java
 (at line 452)
int visibleCount = Math.max(VISIBLE_COUNT, (int)(rect.height / 3 / widget.itemHeight()));
The method itemHeight() is undefined for the type NSComboBox

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.cocoa.macosx.x86_64_3.6.0.N20100329-2000

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

TOTAL : ERRORS: 1, 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 452)
int visibleCount = Math.max(VISIBLE_COUNT, (int)(rect.height / 3 / widget.itemHeight()));
The method itemHeight() is undefined for the type NSComboBox

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