[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
|
[platform-releng-dev] [eclipse-build]Build N20060316-0010 (Timestamp: 200603160010):Compile errors in build
|
Build N20060316-0010 (Timestamp: 200603160010): Compile errors in build. See attached compile logs.
Title: Compiler log
PROBLEMS: 2, ERRORS: 2, WARNINGS: 0
1. ERROR in /builds/N/src/plugins/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java
(at line 2587)
drawBackground (gc, 0, bottomY, clientArea.width, fillHeight);
The method drawBackground(GC, int, int, int, int) is undefined for the type Table
|
2. ERROR in /builds/N/src/plugins/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java
(at line 2593)
drawBackground (gc, rightX, 0, clientArea.width - rightX, clientArea.height - fillHeight);
The method drawBackground(GC, int, int, int, int) is undefined for the type Table
|
PROBLEMS: 4, ERRORS: 4, WARNINGS: 0
1. ERROR in /builds/N/src/plugins/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/TableItem.java
(at line 1051)
parent.drawBackground (gc, 0, y, focusBounds.x, itemHeight);
The method drawBackground(GC, int, int, int, int) is undefined for the type Table
|
2. ERROR in /builds/N/src/plugins/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/TableItem.java
(at line 1058)
parent.drawBackground (gc, rightX, y, width, itemHeight);
The method drawBackground(GC, int, int, int, int) is undefined for the type Table
|
3. ERROR in /builds/N/src/plugins/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/TableItem.java
(at line 1070)
parent.drawBackground (gc, focusBounds.x, focusBounds.y, fillWidth, focusBounds.height);
The method drawBackground(GC, int, int, int, int) is undefined for the type Table
|
4. ERROR in /builds/N/src/plugins/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/TableItem.java
(at line 1079)
parent.drawBackground (gc, cellBounds.x, cellBounds.y, fillWidth, cellBounds.height);
The method drawBackground(GC, int, int, int, int) is undefined for the type Table
|
PROBLEMS: 2, ERRORS: 2, WARNINGS: 0
1. ERROR in /builds/N/src/plugins/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/Tree.java
(at line 2757)
drawBackground (gc, 0, bottomY, clientArea.width, fillHeight);
The method drawBackground(GC, int, int, int, int) is undefined for the type Tree
|
2. ERROR in /builds/N/src/plugins/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/Tree.java
(at line 2763)
drawBackground (gc, rightX, 0, clientArea.width - rightX, clientArea.height - fillHeight);
The method drawBackground(GC, int, int, int, int) is undefined for the type Tree
|
PROBLEMS: 4, ERRORS: 4, WARNINGS: 0
1. ERROR in /builds/N/src/plugins/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/TreeItem.java
(at line 1622)
parent.drawBackground (gc, 0, y, focusBounds.x, itemHeight);
The method drawBackground(GC, int, int, int, int) is undefined for the type Tree
|
2. ERROR in /builds/N/src/plugins/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/TreeItem.java
(at line 1629)
parent.drawBackground (gc, rightX, y, width, itemHeight);
The method drawBackground(GC, int, int, int, int) is undefined for the type Tree
|
3. ERROR in /builds/N/src/plugins/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/TreeItem.java
(at line 1640)
parent.drawBackground (gc, focusBounds.x, cellBounds.y, fillWidth, cellBounds.height);
The method drawBackground(GC, int, int, int, int) is undefined for the type Tree
|
4. ERROR in /builds/N/src/plugins/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/TreeItem.java
(at line 1649)
parent.drawBackground (gc, cellBounds.x, cellBounds.y, fillWidth, cellBounds.height);
The method drawBackground(GC, int, int, int, int) is undefined for the type Tree
|