RFR: 8337268: Redundant Math.ceil in StyleSheet.ListPainter#drawShape
Phil Race
prr at openjdk.org
Mon Jul 29 18:08:31 UTC 2024
On Fri, 26 Jul 2024 16:45:31 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
> Math.ceil call with integer argument is redundant as it returns the same value without Math.ceil, so it is removed..
> CI testing is green and JDK-8202013 regression testcase for which the code was added, is not affected..
Marked as reviewed by prr (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/20358#pullrequestreview-2205653316
More information about the client-libs-dev
mailing list