This rule flags the use of the deprecated com.ibm.websphere.product.WASProduct class. This class was deprecated in Version 7.0.
Instead, use the following supported methods from com.ibm.websphere.product.WASDirectory :
Also, instead of getting product information (name, version, build level, build date) from the old WASProduct API (com.ibm.websphere.product.WASProduct), you should now use the following methods in the WASDirectory class to get that information:
For more information, see: