Avoid using the deprecated AppDeploymentTask methods

This rule flags the deprecated methods in the class com.ibm.websphere.management.application.client.AppDeploymentTask. These methods were deprecated in WebSphere V7.0.

The deprecated methods are:

In the source scanner, the quick fix changes the method names to the recommended replacements.

The V7.0 Java documentation incorrectly indicates that the method isRequiredColumn(int index) is also deprecated.

For more information, see the com.ibm.websphere.management.application.client.AppDeploymentTask Java documentation in the Knowledge Center.

The full Deprecated API list in the Knowledge Center.