Avoid using the deprecated PMI StatDescriptor methods

This rule flags the following deprecated constructor and methods:

These methods were deprecated in WebSphere Application Server Version 6.0 and might be removed in a future release.

For StatDescriptor(String[], int) , there is no replacement. Use StatDescriptor(String[]) instead.

For getDataId() , getName() , getType() , and isSame(StatDescriptor) there are no replacement methods.

For more information, see the com.ibm.websphere.pmi.stat.StatDescriptor Java API documentation.

The full Deprecated API list is in the documentation.