RFR: 8337268: Redundant Math.ceil in StyleSheet.ListPainter#drawShape

Alexey Ivanov aivanov at openjdk.org
Mon Jul 29 18:34:33 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 aivanov (Reviewer).

-------------

PR Review: https://git.openjdk.org/jdk/pull/20358#pullrequestreview-2205698118


More information about the client-libs-dev mailing list