RFR: 8274734: the method jdk.jshell.SourceCodeAnalysis documentation not working

Vicente Romero vromero at openjdk.java.net
Fri Nov 5 15:14:15 UTC 2021


On Fri, 22 Oct 2021 10:54:40 GMT, Jan Lahoda <jlahoda at openjdk.org> wrote:

> The `SourceCodeAnalysisImpl` needs to open `src.zip` to read the sources to get javadoc. Unfortunately, it uses the variant of the `newFileSystem` method that can only be used one, and hence only one `SourceCodeAnalysisImpl` can provide documentation. The proposed solution is to use the variant of the `newFileSystem` method that can open the FileSystem multiple times, so that multiple independent SourceCodeAnalysisImpl instances can provide documentation.

looks sensible

-------------

Marked as reviewed by vromero (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/6080


More information about the kulla-dev mailing list