On Thu, 5 Sep 2024 21:05:38 GMT, Brian Burkhalter <b...@openjdk.org> wrote:
> Make explicit how the `java.io.File` methods `isDirectory`, `isFile`, and > `isHidden` behave when the `File` represents a symbolic link. This pull request has now been integrated. Changeset: 64e3a9ee Author: Brian Burkhalter <b...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/64e3a9ee91a6ae939e479a10cfc597e628c571e5 Stats: 63 lines in 4 files changed: 43 ins; 0 del; 20 mod 8339574: Behavior of File.is{Directory,File,Hidden} is not documented with respect to symlinks Reviewed-by: djelinski, alanb ------------- PR: https://git.openjdk.org/jdk/pull/20878