Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dtp-dev] FW: Compile errors found in Today's Datatools Build (BuildId: v20081212-1600 )

Hi Hui,

The compile error of sqltools.data.core has been fixed. But org.eclipse.datatools.sqltools.common.ui has error in the latest build.
Please refer to the attachment for details.

Thanks,
Xiaoying

-----Original Message-----
From: xgu@xxxxxxxxxxx [mailto:xgu@xxxxxxxxxxx] 
Sent: 2008年12月12日 17:07
To: Yong Jiang; dtp-dev@xxxxxxxxxxx; Xiaoying Gu
Subject: Compile errors found in Today's Datatools Build (BuildId: v20081212-1600 )


Hi All,

Compile errors are found in today's DTP build(BuildId: v20081212-1600):
                    	
org.eclipse.datatools.sqltools.common.ui
org.eclipse.datatools.sqltools.common.ui
  
        
Please see the attachments for details.
                    	
Have a nice day!
                    
Title: Compiler log for org.eclipse.datatools.sqltools.common.ui_1.0.0.v200812121520

Compiler log for org.eclipse.datatools.sqltools.common.ui_1.0.0.v200812121520 : @dot.bin.xml

TOTAL : ERRORS: 2, WARNINGS: 4

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/datatools/sqltools/common/ui/preferences/AbstractDBPreferenceFieldPage.java : 2 errors :

1. ERROR in /src/org/eclipse/datatools/sqltools/common/ui/preferences/AbstractDBPreferenceFieldPage.java
 (at line 144)
int result = o1.toString().replace("&", "").compareTo(o2.toString().replace("&", ""));
The method replace(char, char) in the type String is not applicable for the arguments (String, String)
2. ERROR in /src/org/eclipse/datatools/sqltools/common/ui/preferences/AbstractDBPreferenceFieldPage.java
 (at line 144)
int result = o1.toString().replace("&", "").compareTo(o2.toString().replace("&", ""));
The method replace(char, char) in the type String is not applicable for the arguments (String, String)

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

/src/org/eclipse/datatools/sqltools/common/ui/resource/ContainerSelectionGroup.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/datatools/sqltools/common/ui/resource/ContainerSelectionGroup.java
 (at line 75)
private Menu _treeMenu;
The field ContainerSelectionGroup._treeMenu is never read locally
2. WARNING in /src/org/eclipse/datatools/sqltools/common/ui/resource/ContainerSelectionGroup.java
 (at line 76)
private MenuItem _menuItem;
The field ContainerSelectionGroup._menuItem is never read locally
3. WARNING in /src/org/eclipse/datatools/sqltools/common/ui/resource/ContainerSelectionGroup.java
 (at line 372)
private class MenuItemSelectionListener extends SelectionAdapter
The type ContainerSelectionGroup.MenuItemSelectionListener is never used locally

/src/org/eclipse/datatools/sqltools/common/ui/resource/ResourceAndContainerGroup.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/datatools/sqltools/common/ui/resource/ResourceAndContainerGroup.java
 (at line 56)
private String _PLAINTYPE = "";
The field ResourceAndContainerGroup._PLAINTYPE is never read locally

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

Back to the top