RFR: 8290092: Temporary files are kept when call Clipboard.getSystemClipboard().getImage() [v2]
Lukasz Kostyra
lkostyra at openjdk.org
Tue Feb 7 15:54:24 UTC 2023
On Tue, 7 Feb 2023 11:50:21 GMT, Ajit Ghaisas <aghaisas at openjdk.org> wrote:
>> Lukasz Kostyra has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - ClipboardExtImageTest: Add missing copyright notice
>> - Add manual test to check for leftover Clipboard files
>
> tests/manual/clipboard/ClipboardExtImageTest.java line 193:
>
>> 191: public void start(Stage primaryStage) throws Exception {
>> 192: try {
>> 193: /*if (!isWindows()) {
>
> This test can be only Windows specific.
> I would enable this check and get rid of `isWindows()` check everywhere.
Done
-------------
PR: https://git.openjdk.org/jfx/pull/994
More information about the openjfx-dev
mailing list