Skip to main content

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


Hi All,

Compile errors are found in today's DTP build(BuildId: v20080515-0500):

org.eclipse.datatools.connectivity.ui
org.eclipse.datatools.connectivity.ui


Please see the attachments for details.

Have a nice day!

                    
Title: Compiler log for org.eclipse.datatools.connectivity.ui_1.1.0.v200805142040

Compiler log for org.eclipse.datatools.connectivity.ui_1.1.0.v200805142040 : @dot.bin.xml

TOTAL : ERRORS: 1, WARNINGS: 3

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/datatools/connectivity/internal/ui/wizards/CPWizardSelectionPage.java : 1 error :

1. ERROR in /src/org/eclipse/datatools/connectivity/internal/ui/wizards/CPWizardSelectionPage.java
 (at line 565)
else if (name.toUpperCase().contains(mFilter.toUpperCase())) {
The method contains(String) is undefined for the type String

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

/src/org/eclipse/datatools/connectivity/internal/ui/PropertiesContentProvider.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/datatools/connectivity/internal/ui/PropertiesContentProvider.java
 (at line 78)
if (temp != null || temp.length() > 0)
Null pointer access: The variable temp can only be null at this location

/src/org/eclipse/datatools/connectivity/internal/ui/PropertiesLabelProvider.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/datatools/connectivity/internal/ui/PropertiesLabelProvider.java
 (at line 14)
import org.eclipse.datatools.connectivity.drivers.DriverMgmtMessages;
The import org.eclipse.datatools.connectivity.drivers.DriverMgmtMessages is never used

/src/org/eclipse/datatools/connectivity/internal/ui/wizards/NewCPWizard.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/datatools/connectivity/internal/ui/wizards/NewCPWizard.java
 (at line 18)
import org.eclipse.datatools.connectivity.ui.wizards.NewConnectionProfileWizard;
The import org.eclipse.datatools.connectivity.ui.wizards.NewConnectionProfileWizard is never used

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

Back to the top