Skip to main content

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

The new HTML problem report looks nice. Could we get some headers, e.g to
which plug-in the report belongs and one for each section?

Dani
----- Forwarded by Daniel Megert/Zurich/IBM on 16.03.2006 07:21 -----
                                                                           
             eclipse-releng@ec                                             
             lipse.org                                                     
             Sent by:                                                   To 
             platform-releng-d         platform-releng-dev@xxxxxxxxxxx     
             ev-bounces@eclips                                          cc 
             e.org                                                         
                                                                   Subject 
                                       [platform-releng-dev]               
             16.03.2006 06:55          [eclipse-build]Build N20060316-0010 
                                       (Timestamp: 200603160010):Compile   
                                       errors in build                     
             Please respond to                                             
             "Eclipse platform                                             
                  release                                                  
                engineering                                                
                  list."                                                   
             <platform-releng-                                             
             dev@xxxxxxxxxxx>                                              
                                                                           
                                                                           




Build N20060316-0010 (Timestamp: 200603160010):  Compile errors in build.
See attached compile logs.(See attached file:
/builds/transfer/files/master/downloads/drops/N20060316-0010/compilelogs/plugins/org.eclipse.swt.photon.qnx.x86_3.2.0.N20060316-0010/@dot.bin.html)
_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev
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

Back to the top