Skip to main content

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


Errors have been fixed in HEAD.



eclipse-releng@xxxxxxxxxxx
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx

12/06/2007 02:21 AM

Please respond to
"Eclipse platform release engineering list."        <platform-releng-dev@xxxxxxxxxxx>

To
platform-releng-dev@xxxxxxxxxxx
cc
Subject
[platform-releng-dev] [eclipse-build]Build N20071206-0010        (Timestamp: 200712060010):Compile errors in build





Build N20071206-0010 (Timestamp: 200712060010):  Compile errors in build.  See attached compile logs._______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev

Title: Compiler log for org.eclipse.swt.gtk.linux.x86_64_3.4.0.N20071206-0010

Compiler log for org.eclipse.swt.gtk.linux.x86_64_3.4.0.N20071206-0010 : @dot.bin.xml

TOTAL : ERRORS: 2, WARNINGS: 10

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

_64/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java : 2 errors :

1. ERROR in _64/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java
 (at line 1084)
return super.gtk_button_press_event (widget, event);
Type mismatch: cannot convert from long to int
2. ERROR in _64/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java
 (at line 1237)
return super.gtk_event_after(widget, gdkEvent);
Type mismatch: cannot convert from long to int

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

_64/src/Eclipse SWT Browser/common/org/eclipse/swt/browser/Browser.java : 1 warning :

OTHER WARNINGS
1. WARNING in _64/src/Eclipse SWT Browser/common/org/eclipse/swt/browser/Browser.java
 (at line 135)
static int checkStyle(int style) {
The method Browser.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

_64/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/AnimatedProgress.java : 1 warning :

OTHER WARNINGS
1. WARNING in _64/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/AnimatedProgress.java
 (at line 90)
private static int checkStyle (int style) {
The method AnimatedProgress.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

_64/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CBanner.java : 1 warning :

OTHER WARNINGS
1. WARNING in _64/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CBanner.java
 (at line 149)
static int checkStyle (int style) {
The method CBanner.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

_64/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java : 1 warning :

OTHER WARNINGS
1. WARNING in _64/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java
 (at line 143)
static int checkStyle (int style) {
The method CCombo.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

_64/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CLabel.java : 1 warning :

OTHER WARNINGS
1. WARNING in _64/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CLabel.java
 (at line 137)
private static int checkStyle (int style) {
The method CLabel.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

_64/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/SashForm.java : 1 warning :

OTHER WARNINGS
1. WARNING in _64/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/SashForm.java
 (at line 87)
static int checkStyle (int style) {
The method SashForm.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

_64/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ScrolledComposite.java : 1 warning :

OTHER WARNINGS
1. WARNING in _64/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ScrolledComposite.java
 (at line 169)
static int checkStyle (int style) {
The method ScrolledComposite.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

_64/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java : 1 warning :

OTHER WARNINGS
1. WARNING in _64/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
 (at line 1598)
static int checkStyle(int style) {
The method StyledText.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

_64/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTree.java : 1 warning :

OTHER WARNINGS
1. WARNING in _64/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTree.java
 (at line 209)
private static int checkStyle (int style) {
The method TableTree.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

_64/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ViewForm.java : 1 warning :

OTHER WARNINGS
1. WARNING in _64/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ViewForm.java
 (at line 171)
static int checkStyle (int style) {
The method ViewForm.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings
Title: Compiler log for org.eclipse.swt.gtk.linux.ia64_3.4.0.HEAD

Compiler log for org.eclipse.swt.gtk.linux.ia64_3.4.0.HEAD : @dot.bin.xml

TOTAL : ERRORS: 2, WARNINGS: 10

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java : 2 errors :

1. ERROR in /src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java
 (at line 1084)
return super.gtk_button_press_event (widget, event);
Type mismatch: cannot convert from long to int
2. ERROR in /src/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java
 (at line 1237)
return super.gtk_event_after(widget, gdkEvent);
Type mismatch: cannot convert from long to int

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

/src/Eclipse SWT Browser/common/org/eclipse/swt/browser/Browser.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/Eclipse SWT Browser/common/org/eclipse/swt/browser/Browser.java
 (at line 135)
static int checkStyle(int style) {
The method Browser.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/AnimatedProgress.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/AnimatedProgress.java
 (at line 90)
private static int checkStyle (int style) {
The method AnimatedProgress.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CBanner.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CBanner.java
 (at line 149)
static int checkStyle (int style) {
The method CBanner.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java
 (at line 143)
static int checkStyle (int style) {
The method CCombo.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CLabel.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CLabel.java
 (at line 137)
private static int checkStyle (int style) {
The method CLabel.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/SashForm.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/SashForm.java
 (at line 87)
static int checkStyle (int style) {
The method SashForm.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ScrolledComposite.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ScrolledComposite.java
 (at line 169)
static int checkStyle (int style) {
The method ScrolledComposite.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
 (at line 1598)
static int checkStyle(int style) {
The method StyledText.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTree.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTree.java
 (at line 209)
private static int checkStyle (int style) {
The method TableTree.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

/src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ViewForm.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ViewForm.java
 (at line 171)
static int checkStyle (int style) {
The method ViewForm.checkStyle(int) does not override the inherited method from Composite since it is private to a different package

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

Back to the top