RFR: 8312603: ArrayIndexOutOfBoundsException in Marlin when scaleX is 0 [v2]
Ambarish Rapte
arapte at openjdk.org
Thu Feb 1 10:36:12 UTC 2024
On Mon, 29 Jan 2024 09:44:04 GMT, Karthik P K <kpk at openjdk.org> wrote:
>> Laurent Bourgès has updated the pull request incrementally with one additional commit since the last revision:
>>
>> fixed test package
>
> modules/javafx.graphics/src/main/java/com/sun/marlin/DPathConsumer2D.java line 2:
>
>> 1: /*
>> 2: * Copyright (c) 2007, 2022, Oracle and/or its affiliates. All rights reserved.
>
> Shouldn't it be 2007, 2024?
In general it is not required to update the copyright year along with the fix, though it is not a hard rule.
We update the years for all files before release.
But as you are modifying please change this one to 24.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1348#discussion_r1474210526
More information about the openjfx-dev
mailing list