On Mon, 14 Apr 2025 06:49:37 GMT, Hendrik Schick <d...@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