Skip to main content

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

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

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

TOTAL : ERRORS: 4, WARNINGS: 25

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java : 2 errors :

1. ERROR in /builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java
 (at line 1707)
int size = C.PTR_SIZEOF, align = (int)(Math.log10 (C.PTR_SIZEOF) / Math.log10 (2));
The method log10(int) is undefined for the type Math
2. ERROR in /builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java
 (at line 1707)
int size = C.PTR_SIZEOF, align = (int)(Math.log10 (C.PTR_SIZEOF) / Math.log10 (2));
The method log10(int) is undefined for the type Math

/builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT Browser/cocoa/org/eclipse/swt/browser/Safari.java : 2 errors :

1. ERROR in /builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT Browser/cocoa/org/eclipse/swt/browser/Safari.java
 (at line 97)
int size = C.PTR_SIZEOF, align = (int)(Math.log10 (C.PTR_SIZEOF) / Math.log10 (2));
The method log10(int) is undefined for the type Math
2. ERROR in /builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT Browser/cocoa/org/eclipse/swt/browser/Safari.java
 (at line 97)
int size = C.PTR_SIZEOF, align = (int)(Math.log10 (C.PTR_SIZEOF) / Math.log10 (2));
The method log10(int) is undefined for the type Math

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

/builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java : 1 warning :

OTHER WARNINGS
1. WARNING in /builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java
 (at line 1513)
Display display = this.display;
The local variable display is never read

/builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Table.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Table.java
 (at line 835)
TableColumn column = columns [i];
The local variable column is never read
2. WARNING in /builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Table.java
 (at line 1741)
TableColumn column = columns [index];
The local variable column is never read
3. WARNING in /builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Table.java
 (at line 1750)
TableColumn column = columns [index];
The local variable column is never read
4. WARNING in /builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Table.java
 (at line 1751)
int position = (style & SWT.CHECK) != 0 ? i + 1 : i;
The local variable position is never read

/builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/TableItem.java : 1 warning :

OTHER WARNINGS
1. WARNING in /builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/TableItem.java
 (at line 130)
Image image = getImage (index);
The local variable image is never read

/builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Text.java : 1 warning :

OTHER WARNINGS
1. WARNING in /builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Text.java
 (at line 548)
NSRange range = ((NSTextView)view).selectedRange();
The local variable range is never read

/builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Tree.java : 7 warnings :

OTHER WARNINGS
1. WARNING in /builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Tree.java
 (at line 859)
TreeColumn column = columns [i];
The local variable column is never read
2. WARNING in /builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Tree.java
 (at line 1692)
int [] disclosure = new int [1];
The local variable disclosure is never read
3. WARNING in /builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Tree.java
 (at line 1693)
boolean [] expandableRows = new boolean [1];
The local variable expandableRows is never read
4. WARNING in /builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Tree.java
 (at line 1695)
TreeColumn firstColumn = columns [order [0]];
The local variable firstColumn is never read
5. WARNING in /builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Tree.java
 (at line 1704)
TreeColumn column = columns [index];
The local variable column is never read
6. WARNING in /builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Tree.java
 (at line 1713)
TreeColumn column = columns [index];
The local variable column is never read
7. WARNING in /builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Tree.java
 (at line 1714)
int position = (style & SWT.CHECK) != 0 ? i + 1 : i;
The local variable position is never read

/builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/TreeItem.java : 1 warning :

OTHER WARNINGS
1. WARNING in /builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/TreeItem.java
 (at line 236)
Image image = getImage (index);
The local variable image is never read

/builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT Mozilla/cocoa/org/eclipse/swt/browser/MozillaDelegate.java : 1 warning :

OTHER WARNINGS
1. WARNING in /builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT Mozilla/cocoa/org/eclipse/swt/browser/MozillaDelegate.java
 (at line 16)
import org.eclipse.swt.internal.cocoa.*;
The import org.eclipse.swt.internal.cocoa is never used

/builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/DragSource.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/DragSource.java
 (at line 15)
import org.eclipse.swt.graphics.*;
The import org.eclipse.swt.graphics is never used
2. WARNING in /builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/DragSource.java
 (at line 18)
import org.eclipse.swt.internal.cocoa.*;
The import org.eclipse.swt.internal.cocoa is never used

/builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/DropTarget.java : 1 warning :

OTHER WARNINGS
1. WARNING in /builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/DropTarget.java
 (at line 17)
import org.eclipse.swt.internal.cocoa.*;
The import org.eclipse.swt.internal.cocoa is never used

/builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/TableDropTargetEffect.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/TableDropTargetEffect.java
 (at line 13)
import org.eclipse.swt.SWT;
The import org.eclipse.swt.SWT is never used
2. WARNING in /builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/TableDropTargetEffect.java
 (at line 15)
import org.eclipse.swt.internal.Callback;
The import org.eclipse.swt.internal.Callback is never used
3. WARNING in /builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/TableDropTargetEffect.java
 (at line 16)
import org.eclipse.swt.internal.cocoa.*;
The import org.eclipse.swt.internal.cocoa is never used

/builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/Transfer.java : 1 warning :

OTHER WARNINGS
1. WARNING in /builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/Transfer.java
 (at line 13)
import org.eclipse.swt.internal.cocoa.*;
The import org.eclipse.swt.internal.cocoa is never used

/builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/TreeDropTargetEffect.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/TreeDropTargetEffect.java
 (at line 15)
import org.eclipse.swt.internal.Callback;
The import org.eclipse.swt.internal.Callback is never used
2. WARNING in /builds/N200809092000/src/plugins/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/TreeDropTargetEffect.java
 (at line 16)
import org.eclipse.swt.internal.cocoa.*;
The import org.eclipse.swt.internal.cocoa is never used

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

Back to the top