RFR: 8286444: javac errors after JDK-8251329 are not helpful enough to find root cause
Alan Bateman
alanb at openjdk.java.net
Tue May 10 14:05:49 UTC 2022
On Mon, 9 May 2022 22:32:57 GMT, Christoph Langer <clanger at openjdk.org> wrote:
> @LanceAndersen @AlanBateman do you think adding the entry name in the exception in ZipFileSystem is ok? If so, should it maybe go into a different patch?
It should be okay as this is the name of an entry in the zip file. It might be a bit cleaner to add a method to IndexNode to return the name as String. Alternatively maybe its toString could be changed to drop the index (I would need to dig into the history to find out if there is really any use for that in the String representation).
-------------
PR: https://git.openjdk.java.net/jdk/pull/8616
More information about the nio-dev
mailing list