Use the ConnectJDBCDataStoreHelper class instead of the DataDirectDataStoreHelper class

This rule flags the use of com.ibm.websphere.rsadapter.DataDirectDataStoreHelper object as it is replaced by com.ibm.websphere.rsadapter.ConnectJDBCDataStoreHelper .

This rule flags the qualified name (com.ibm.websphere.rsadapter.DataDirectDataStoreHelper) and the simple name (DataDirectDataStoreHelper).

Examples:

import com.ibm.websphere.rsadapter.DataDirectDataStoreHelper;

private DataDirectDataStoreHelper helper;

The automated fix will convert these references to ConnectJDBCDataStoreHelper.

For additional information, see the article Removed features - Features removed in Version 7.0.