From findbugs:
Bug: Private method com.sun.javafx.sg.prism.NGShape.accumulate(float[], Shape, BaseTransform) is never called
This private method is never called. Although it is possible that the method will be invoked through reflection, it is more likely that the method is never used, and should be removed.
Bug: Private method com.sun.javafx.sg.prism.NGShape.accumulate(float[], Shape, BaseTransform) is never called
This private method is never called. Although it is possible that the method will be invoked through reflection, it is more likely that the method is never used, and should be removed.
- duplicates
-
JDK-8103027 Remove unused methods from NGShape
-
- Resolved
-