This rule flags references to
The OracleDataStoreHelper was deprecated in Version 7.0. Switch to the Oracle 11g JDBC driver and use the Oracle11gDataStoreHelper or DataStoreHelper.ORACLE_11G_HELPER instead.
The version of the helper and the JDBC driver must be kept synchronized, so you may need to change your configuration to use the Oracle 11g driver.or this reason, the quick fix will not change code until you confirm that the Oracle 11g JDBC driver is configured.
When you run the quick fix the first time, you will be prompted to see if the Oracle 11g driver is configured. Select Yes if the new driver is configured. Do not run the quick fix if the driver where the application will run is not going to be changed. For this situation, select No in the message box. If you do not want to be prompted again, select the option to remember your answer.
You can also configure these options to run the quick fix or not in the Software Analysis Configuration dialog. You will find this rule under Java Code Review > WebSphere version migration > Deprecated features > Deprecated before V8.0 and removed in V8.0 category. In the properties tab, the Quick fix drop down menu allows you to configure how the quick fix works. A change to this option will work immediately. You do not need to run the analysis again.
If you do not allow the quick fix to change code and you select Quick fix from the results context menu, the quick fix processing will end without changing the code and the result will stay in the list. If you select the option on the message box to remember your answer, you will not be prompted again unless you reset the quick fix property on the rule. The Quick fix preview menu action works even if you do not allow the quick fix to change code.
As with any rule, if you do not want this code to be flagged again, you can select Ignore result for each result, or you can clear the rule selection.
For additional information, see the Deprecated features list in the documentation.