This rule flags references to the com.ibm.websphere.management.statistics package.
The interfaces in this package were deprecated in WebSphere Application Server Version 6.0.
Use the interface of the same name in the javax.management.j2ee.statistics package. The exception to this direct mapping is com.ibm.websphere.management.statistics.MessageBeanStats. It maps to javax.management.j2ee.statistics.MessageDrivenBeanStats.
In the source scanner, the quick fix changes all references of com.ibm.websphere.management.statistics to javax.management.j2ee.statistics and all reference of MessageBeanStats to MessageDrivenBeanStats.
See the following related information: