Use the MicrosoftSQLServerDataStore helper class instead of the MSSQLDataStoreHelper class

This rule flags the use of com.ibm.websphere.rsadapter.MSSQLDataStoreHelper object as it was replaced by com.ibm.websphere.rsadapter.MicrosoftSQLServerDataStoreHelper.
The rule flags the qualified name (com.ibm.websphere.rsadapter.MSSQLDataStoreHelper) and the simple name (MSSQLDataStoreHelper).

Examples:

import com.ibm.websphere.rsadapter.MSSQLDataStoreHelper;

private MSSQLDataStoreHelper helper;

In the source scanner, the quick fix changes these references to MicrosoftSQLServerDataStoreHelper.

For additional information, see: Removed features - Features removed in 7.0.