On Thu, 17 Apr 2025 21:40:34 GMT, Phil Race <p...@openjdk.org> wrote:
> This PR cleans up obsolete references to "applet" meaning > - the word applet in a comment where its not relevant (any more) > - extraneous imports of the applet package or an applet class > - obsolete methods which check for applet > - an exception handling case that isn't needed. > > After this applet/Applet still appears in tests that test the Applet API but > that's expected. > > There's also a few tests that mention applets but aren't applet-specific and > require more time than this quick clean up of most mentions. This pull request has now been integrated. Changeset: bb08a70b Author: Phil Race <p...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/bb08a70bd8deadc9c7522d1ce2ec779d5a6bd986 Stats: 346 lines in 42 files changed: 0 ins; 318 del; 28 mod 8355002: Clean up some mentions of "applet" in tests Reviewed-by: serb ------------- PR: https://git.openjdk.org/jdk/pull/24744