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 1.11.1 Build (BuildId: v20130727-0500 )


Hi All,

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

org.eclipse.datatools.connectivity.oda.profile_3.2.9.v201307261105


Please see the attachments for details.

Have a nice day!

                    
Title: Compiler log for org.eclipse.datatools.connectivity.oda.profile_3.2.9.v201307261105

Compiler log for org.eclipse.datatools.connectivity.oda.profile_3.2.9.v201307261105 : @dot.xml

TOTAL : ERRORS: 1, WARNINGS: 6

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/datatools/connectivity/oda/profile/provider/ProfilePropertyProviderImpl.java : 1 error :

1. ERROR in /src/org/eclipse/datatools/connectivity/oda/profile/provider/ProfilePropertyProviderImpl.java
 (at line 158)
if( profileName != null && ! profileName.isEmpty() )
The method isEmpty() is undefined for the type String

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

/src/org/eclipse/datatools/connectivity/oda/profile/OdaProfileExplorer.java : 5 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/datatools/connectivity/oda/profile/OdaProfileExplorer.java
 (at line 153)
public Map getProfiles( String odaDataSourceId )
Map is a raw type. References to generic type Map<K,V> should be parameterized
2. WARNING in /src/org/eclipse/datatools/connectivity/oda/profile/OdaProfileExplorer.java
 (at line 167)
public Map getProfiles( String odaDataSourceId, File storageFile )
Map is a raw type. References to generic type Map<K,V> should be parameterized
3. WARNING in /src/org/eclipse/datatools/connectivity/oda/profile/OdaProfileExplorer.java
 (at line 188)
public Map getProfileIdentifiersByOdaProviderId( String odaDataSourceId, File storageFile )
Map is a raw type. References to generic type Map<K,V> should be parameterized
4. WARNING in /src/org/eclipse/datatools/connectivity/oda/profile/OdaProfileExplorer.java
 (at line 208)
public Map getProfileIdentifiersByCategory( String categoryId, File storageFile )
Map is a raw type. References to generic type Map<K,V> should be parameterized
5. WARNING in /src/org/eclipse/datatools/connectivity/oda/profile/OdaProfileExplorer.java
 (at line 235)
private Map getProfileIdentifiersByCategoryOrProviderId( String categoryId, String odaDataSourceId,
Map is a raw type. References to generic type Map<K,V> should be parameterized

/src/org/eclipse/datatools/connectivity/oda/profile/internal/OdaConnectionProfile.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/datatools/connectivity/oda/profile/internal/OdaConnectionProfile.java
 (at line 454)
public Map getProfileExtensions()
Map is a raw type. References to generic type Map<K,V> should be parameterized

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

Back to the top