RFR: 8314149: Clipboard does inexact string comparison on mime type
Kevin Rushforth
kcr at openjdk.org
Fri Aug 11 12:16:29 UTC 2023
On Fri, 11 Aug 2023 07:20:15 GMT, Ambarish Rapte <arapte at openjdk.org> wrote:
> The mime name should be exactly same as the mime type supported by platform.
> Hence the comparison should not match partially similar names.
> Added an invalid unit test.
>
> @kevinrushforth @jayathirthrao please review
The code change looks good. However, the new test passes for me either with or without your fix.
-------------
PR Review: https://git.openjdk.org/jfx/pull/1207#pullrequestreview-1573541485
More information about the openjfx-dev
mailing list