Skip to main content

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

Build N20071120-0010 (Timestamp: 200711200010):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.swt.carbon.macosx_3.4.0.N20071120-0010

Compiler log for org.eclipse.swt.carbon.macosx_3.4.0.N20071120-0010 : @dot.bin.xml

TOTAL : ERRORS: 2, WARNINGS: 2

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/builds/N200711200010/src/plugins/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Sash.java : 2 errors :

1. ERROR in /builds/N200711200010/src/plugins/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Sash.java
 (at line 213)
String orientation = (style & SWT.VERTICAL) != 0 ? OS.kAXVerticalOrientationValue : OS.kAXHorizontalOrientationValue;
OS.kAXVerticalOrientationValue cannot be resolved
2. ERROR in /builds/N200711200010/src/plugins/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Sash.java
 (at line 213)
String orientation = (style & SWT.VERTICAL) != 0 ? OS.kAXVerticalOrientationValue : OS.kAXHorizontalOrientationValue;
OS.kAXHorizontalOrientationValue cannot be resolved

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

/builds/N200711200010/src/plugins/org.eclipse.swt/Eclipse SWT Accessibility/carbon/org/eclipse/swt/accessibility/Accessible.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /builds/N200711200010/src/plugins/org.eclipse.swt/Eclipse SWT Accessibility/carbon/org/eclipse/swt/accessibility/Accessible.java
 (at line 223)
int code = OS.CallNextEventHandler (nextHandler, theEvent);
The local variable code is never read
2. WARNING in /builds/N200711200010/src/plugins/org.eclipse.swt/Eclipse SWT Accessibility/carbon/org/eclipse/swt/accessibility/Accessible.java
 (at line 265)
int code = OS.CallNextEventHandler (nextHandler, theEvent);
The local variable code is never read

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

Back to the top