Skip to main content

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

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

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

TOTAL : ERRORS: 1, WARNINGS: 2

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/builds/N200810192000/src/plugins/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java : 1 error :

1. ERROR in /builds/N200810192000/src/plugins/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java
 (at line 2091)
window.setReleasedWhenClosed(false);
The method setReleasedWhenClosed(boolean) is undefined for the type NSWindow

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

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

OTHER WARNINGS
1. WARNING in /builds/N200810192000/src/plugins/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Table.java
 (at line 20)
import org.eclipse.swt.internal.cocoa.*;
The import org.eclipse.swt.internal.cocoa is never used

/builds/N200810192000/src/plugins/org.eclipse.swt/Eclipse SWT Accessibility/cocoa/org/eclipse/swt/accessibility/Accessible.java : 1 warning :

OTHER WARNINGS
1. WARNING in /builds/N200810192000/src/plugins/org.eclipse.swt/Eclipse SWT Accessibility/cocoa/org/eclipse/swt/accessibility/Accessible.java
 (at line 17)
import org.eclipse.swt.graphics.*;
The import org.eclipse.swt.graphics 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