Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build I20060327-1200 (Timestamp: 200603271200):Compile errors in build

Build I20060327-1200 (Timestamp: 200603271200):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.swt.carbon.macosx.ppc_3.2.0.v3229b

Compiler log for org.eclipse.swt.carbon.macosx.ppc_3.2.0.v3229b : @dot.bin.xml

TOTAL : ERRORS: 3, WARNINGS: 1

/builds/I/src/plugins/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java : 3 errors :

1. ERROR in /builds/I/src/plugins/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java
 (at line 1603)
return accessible.internal_kEventAccessibleGetChildAtPoint (nextHandler, theEvent, userData);
The method internal_kEventAccessibleGetChildAtPoint(int, int, int) is undefined for the type Accessible
2. ERROR in /builds/I/src/plugins/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java
 (at line 1610)
return accessible.internal_kEventAccessibleGetAllAttributeNames (nextHandler, theEvent, userData);
The method internal_kEventAccessibleGetAllAttributeNames(int, int, int) is undefined for the type Accessible
3. ERROR in /builds/I/src/plugins/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java
 (at line 1617)
return accessible.internal_kEventAccessibleGetNamedAttribute (nextHandler, theEvent, userData);
The method internal_kEventAccessibleGetNamedAttribute(int, int, int) is undefined for the type Accessible

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

1. WARNING in /builds/I/src/plugins/org.eclipse.swt/Eclipse SWT Drag and Drop/carbon/org/eclipse/swt/dnd/DropTarget.java
 (at line 372)
byte[][] data = data = "" byte[0][];
The assignment to variable data has no effect

Back to the top