Integrated: 8274734: the method jdk.jshell.SourceCodeAnalysis documentation not working
Jan Lahoda
jlahoda at openjdk.java.net
Mon Nov 8 13:23:39 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.
This pull request has now been integrated.
Changeset: 4c14eddf
Author: Jan Lahoda <jlahoda at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/4c14eddf41f1d9984417dc5ac6aba6f268b31029
Stats: 78 lines in 2 files changed: 76 ins; 1 del; 1 mod
8274734: the method jdk.jshell.SourceCodeAnalysis documentation not working
Reviewed-by: vromero
-------------
PR: https://git.openjdk.java.net/jdk/pull/6080
More information about the kulla-dev
mailing list