On Fri, 16 Jan 2026 22:34:52 GMT, Christopher Schnick <[email protected]> wrote:
> If there is a method in the internal codebase that is not used in the entire > jfx repo, is it safe to delete? Yes, if it is an internal method. In some cases (not this one), methods are called from JNI via an upcall, but those should all be either documented or for WebKit, follow a standard naming pattern. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/2043#discussion_r2700316780
