On Fri, 17 Nov 2023 18:14:53 GMT, Pavel Rappo <pra...@openjdk.org> wrote:

> Back when DocLint lived in jdk.compiler, neither jdk.javadoc had access to 
> DocLint, nor DocLint had access to jdk.javadoc. Since DocLint moved to 
> jdk.javadoc, some redundancy can be eliminated and functionality shared; 
> AccessKind is one such functionality.
> 
> There's more that could be done here. For example, 
> jdk.javadoc.internal.doclint.Messages.Options can be simplified more. 
> However, it's a separate issue.

This pull request has now been integrated.

Changeset: 3aefd1ce
Author:    Pavel Rappo <pra...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/3aefd1ce714ad2d51f31b73c73b423c7bb7443ed
Stats:     297 lines in 8 files changed: 77 ins; 134 del; 86 mod

8320234: Merge doclint.Env.AccessKind with tool.AccessKind

Reviewed-by: jjg

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

PR: https://git.openjdk.org/jdk/pull/16714

Reply via email to