RFR: 8287822: [macos] Remove support of duplicated formats from macOS [v3]

Alexander Matveev almatvee at openjdk.org
Thu Oct 13 23:44:05 UTC 2022


On Thu, 13 Oct 2022 22:24:06 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

>> Alexander Matveev has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8287822: [macos] Remove support of duplicated formats from macOS [v3]
>
> tests/manual/media/FXMediaPlayer/src/fxmediaplayer/media/FXMedia.java line 118:
> 
>> 116:                     path = fileSystem.getPath("fxmediaplayer", "media");
>> 117:                 } else {
>> 118:                     path = Path.of(uri);
> 
> should we explicitly check if it is a file?
> if("file".equals(uri.getScheme()) { ...

I do not see a point of doing it, since it should be a file.

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

PR: https://git.openjdk.org/jfx/pull/909


More information about the openjfx-dev mailing list