This rule flags the use of changed Server MBean operation names:
Because of changes to the WASProduct API, these operations now throw the UnsupportedOperationException .
The rule scans for the string literals "getComponentVersion", "getEFixVersion", "getPTFVersion", "getExtensionVersion", "getVersionsForAllComponents", and "getVersionsForAllEFixes". The strings are detected even when they are not being used on an invoke method since the operation name constants might be coded in different utility classes.
There are no replacements for these MBean operations.
If you get false-positive results on this rule, you can use the Ignore Result option to prevent the same code from producing results again, or you can clear the rule selection.
See the Server MBean API specifications for more information.