RFR: 8353832: Opensource FontClass, Selection and Icon tests
Abhishek Kumar
abhiscxk at openjdk.org
Mon Apr 14 12:54:35 UTC 2025
On Mon, 14 Apr 2025 06:49:37 GMT, Hendrik Schick <duke at openjdk.org> wrote:
>> Font Class, Selection adn Icon related Applet tests are converted to manual and open sourced.
>
> test/jdk/java/awt/Selection/TestClipboard.java line 109:
>
>> 107: // See if the flavor is supported. This will result in a null
>> 108: // pointer exception on Solaris, but not NT
>> 109: boolean isSupported = theTransfer.isDataFlavorSupported(myFlavor);
>
> Suggestion:
>
> theTransfer.isDataFlavorSupported(myFlavor);
Updated
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24615#discussion_r2041858034
More information about the client-libs-dev
mailing list