This rule scans Java files to detect the use of the following Apache Tomcat proprietary packages:
When your application uses classes in these packages, the code must be changed to use Java development kit (JDK) provided APIs, WebSphere Application Server provided APIs, or open source APIs.
Evaluate the code using the Tomcat-specific API, and change it to use a non-proprietary API or a WebSphere Application Server API.
For additional information see: