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; |
In the source scanner, the quick fix converts these references to ConnectJDBCDataStoreHelper.
For additional information, see the article Removed features - Features removed in Version 7.0.