This rule flags instances of the getPathIterator(AffineTransform at) method in:
These methods are now marked final and should not be overridden. According to Java SE 7 and JDK 7 Compatibility documentation, the methods were introduced in Java SE 6 and should have been marked final . They have been marked final in Java SE 7.
The recommended action is to evaluate your code and determine if it is affected by this change and make any necessary changes to your code.
For additional information on this change see: