Re: RFR: 8299864: ZipFileStore#supportsFileAttributeView(String) doesn't throw NPE [v2]

2023-01-11 Thread Per Minborg
> This PR proposes to add null-checking for some parameter arguments in > `ZipFileStore`. Per Minborg has updated the pull request incrementally with one additional commit since the last revision: Rename and improve NPE testing - Changes: - all: https://git.openjdk.org/jdk/pul

Re: RFR: 8299864: ZipFileStore#supportsFileAttributeView(String) doesn't throw NPE [v2]

2023-01-11 Thread Per Minborg
On Tue, 10 Jan 2023 17:29:56 GMT, Lance Andersen wrote: > This should be OK but might suggest adding a release note Do we need to do that for a package-private class? Maybe for internal use? - PR: https://git.openjdk.org/jdk/pull/11926