Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build N20090923-2100 (Timestamp: 200909232100):Compile errors in build

Build N20090923-2100 (Timestamp: 200909232100):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.swt.win32.win32.x86_64_3.6.0.N20090923-2100

Compiler log for org.eclipse.swt.win32.win32.x86_64_3.6.0.N20090923-2100 : @dot.bin.xml

TOTAL : ERRORS: 29, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

_64/temp.folder/@dot.src/org/eclipse/swt/accessibility/Accessible.java : 29 errors :

1. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/accessibility/Accessible.java
 (at line 549)
VARIANT v = getVARIANT(pvarChild);
The method getVARIANT(int) in the type Accessible is not applicable for the arguments (long)
2. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/accessibility/Accessible.java
 (at line 565)
setVARIANT(pvarChild, COM.VT_I4, childIDToOs(childID));
The method setVARIANT(int, short, int) in the type Accessible is not applicable for the arguments (long, short, int)
3. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/accessibility/Accessible.java
 (at line 571)
VARIANT v = getVARIANT(varChild);
The method getVARIANT(int) in the type Accessible is not applicable for the arguments (long)
4. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/accessibility/Accessible.java
 (at line 627)
VARIANT v = getVARIANT(varChild);
The method getVARIANT(int) in the type Accessible is not applicable for the arguments (long)
5. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/accessibility/Accessible.java
 (at line 677)
VARIANT v = getVARIANT(varChild);
The method getVARIANT(int) in the type Accessible is not applicable for the arguments (long)
6. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/accessibility/Accessible.java
 (at line 712)
VARIANT v = getVARIANT(varChild);
The method getVARIANT(int) in the type Accessible is not applicable for the arguments (long)
7. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/accessibility/Accessible.java
 (at line 786)
VARIANT v = getVARIANT(pvarChild);
The method getVARIANT(int) in the type Accessible is not applicable for the arguments (long)
8. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/accessibility/Accessible.java
 (at line 799)
setPtrVARIANT(pvarChild, COM.VT_DISPATCH, accessible.objIAccessible.getAddress());
The method setPtrVARIANT(int, short, long) in the type Accessible is not applicable for the arguments (long, short, long)
9. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/accessibility/Accessible.java
 (at line 804)
setVARIANT(pvarChild, COM.VT_EMPTY, 0);
The method setVARIANT(int, short, int) in the type Accessible is not applicable for the arguments (long, short, int)
10. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/accessibility/Accessible.java
 (at line 809)
setPtrVARIANT(pvarChild, COM.VT_DISPATCH, objIAccessible.getAddress());
The method setPtrVARIANT(int, short, long) in the type Accessible is not applicable for the arguments (long, short, long)
11. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/accessibility/Accessible.java
 (at line 812)
setVARIANT(pvarChild, COM.VT_I4, childIDToOs(childID));
The method setVARIANT(int, short, int) in the type Accessible is not applicable for the arguments (long, short, int)
12. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/accessibility/Accessible.java
 (at line 818)
VARIANT v = getVARIANT(varChild);
The method getVARIANT(int) in the type Accessible is not applicable for the arguments (long)
13. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/accessibility/Accessible.java
 (at line 861)
VARIANT v = getVARIANT(varChild);
The method getVARIANT(int) in the type Accessible is not applicable for the arguments (long)
14. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/accessibility/Accessible.java
 (at line 896)
VARIANT v = getVARIANT(varChild);
The method getVARIANT(int) in the type Accessible is not applicable for the arguments (long)
15. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/accessibility/Accessible.java
 (at line 941)
VARIANT v = getVARIANT(varChild);
The method getVARIANT(int) in the type Accessible is not applicable for the arguments (long)
16. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/accessibility/Accessible.java
 (at line 951)
VARIANT v2 = getVARIANT(pvarRole);
The method getVARIANT(int) in the type Accessible is not applicable for the arguments (long)
17. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/accessibility/Accessible.java
 (at line 970)
setVARIANT(pvarRole, COM.VT_I4, roleToOs(event.detail));
The method setVARIANT(int, short, int) in the type Accessible is not applicable for the arguments (long, short, int)
18. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/accessibility/Accessible.java
 (at line 986)
VARIANT v = getVARIANT(pvarChildren);
The method getVARIANT(int) in the type Accessible is not applicable for the arguments (long)
19. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/accessibility/Accessible.java
 (at line 1005)
setPtrVARIANT(pvarChildren, COM.VT_DISPATCH, accessible.objIAccessible.getAddress());
The method setPtrVARIANT(int, short, long) in the type Accessible is not applicable for the arguments (long, short, long)
20. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/accessibility/Accessible.java
 (at line 1010)
setVARIANT(pvarChildren, COM.VT_EMPTY, 0);
The method setVARIANT(int, short, int) in the type Accessible is not applicable for the arguments (long, short, int)
21. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/accessibility/Accessible.java
 (at line 1015)
setPtrVARIANT(pvarChildren, COM.VT_UNKNOWN, objIAccessible.getAddress());
The method setPtrVARIANT(int, short, long) in the type Accessible is not applicable for the arguments (long, short, long)
22. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/accessibility/Accessible.java
 (at line 1020)
setPtrVARIANT(pvarChildren, COM.VT_DISPATCH, objIAccessible.getAddress());
The method setPtrVARIANT(int, short, long) in the type Accessible is not applicable for the arguments (long, short, long)
23. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/accessibility/Accessible.java
 (at line 1023)
setVARIANT(pvarChildren, COM.VT_I4, childIDToOs(childID));
The method setVARIANT(int, short, int) in the type Accessible is not applicable for the arguments (long, short, int)
24. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/accessibility/Accessible.java
 (at line 1029)
VARIANT v = getVARIANT(varChild);
The method getVARIANT(int) in the type Accessible is not applicable for the arguments (long)
25. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/accessibility/Accessible.java
 (at line 1039)
VARIANT v2 = getVARIANT(pvarState);
The method getVARIANT(int) in the type Accessible is not applicable for the arguments (long)
26. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/accessibility/Accessible.java
 (at line 1083)
setVARIANT(pvarState, COM.VT_I4, state);
The method setVARIANT(int, short, int) in the type Accessible is not applicable for the arguments (long, short, int)
27. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/accessibility/Accessible.java
 (at line 1089)
VARIANT v = getVARIANT(varChild);
The method getVARIANT(int) in the type Accessible is not applicable for the arguments (long)
28. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/accessibility/Accessible.java
 (at line 1201)
setVARIANT(rgvar + i * VARIANT.sizeof, COM.VT_I4, item);
The method setVARIANT(int, short, int) in the type Accessible is not applicable for the arguments (long, short, int)
29. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/accessibility/Accessible.java
 (at line 1205)
setPtrVARIANT(rgvar + i * VARIANT.sizeof, COM.VT_DISPATCH, accessible.objIAccessible.getAddress());
The method setPtrVARIANT(int, short, long) in the type Accessible is not applicable for the arguments (long, short, long)

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

Back to the top