Avoid using the deprecated PMI dynamic cache OBJECT_CACHE_GROUP field

This rule flags use of the com.ibm.websphere.pmi.stat.WSDynamicCacheStats.OBJECT_CACHE_GROUP field. This field was deprecated in Version 6.1.

References to this field should be replaced with the com.ibm.websphere.pmi.stat.WSDynamicCacheStats.OBJECT_GROUP field.

The automated fix will make changes to the instances of OBJECT_CACHE_GROUP to OBJECT_GROUP .

For more field information, see the com.ibm.websphere.pmi.stat.WSDynamicCacheStats Java documentation.

The full Deprecated API list is in the documentation.