Avoid using the deprecated com.ibm.websphere.product classes

This rule flags deprecated classes in the com.ibm.websphere.product packages.

Use these guidelines to migrate the affected classes.

Use the com.ibm.websphere.product.WASDirectoryException class instead of:

Use the com.ibm.websphere.product.WASDirectory class instead of:

Do not use these classes. All public methods in these classes now return either null objects or empty lists.

Do not use this class:

For more information, see the