Integrated: 8267832: SimpleVisitors and Scanners in jdk.compiler should use @implSpec

Jan Lahoda jlahoda at openjdk.java.net
Mon Jun 7 11:16:04 UTC 2021


On Thu, 27 May 2021 09:41:17 GMT, Jan Lahoda <jlahoda at openjdk.org> wrote:

> As noted in:
> https://bugs.openjdk.java.net/browse/JDK-8265981?focusedCommentId=14423316&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14423316
> 
> Methods in various utility visitor classes in jdk.compiler should use @implSpec to specify the implementation behavior. This patch tries to add the @implSpec tag to methods which already contain a text specifying the implementation, and adds new javadoc to the handful of methods that are missing it so far.
> 
> The CSR is started for review here:
> https://bugs.openjdk.java.net/browse/JDK-8267838

This pull request has now been integrated.

Changeset: e4d04540
Author:    Jan Lahoda <jlahoda at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/e4d045402fa1992a1d91586bd4f67362d07f543c
Stats:     749 lines in 4 files changed: 529 ins; 28 del; 192 mod

8267832: SimpleVisitors and Scanners in jdk.compiler should use @implSpec

Reviewed-by: prappo, darcy

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

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


More information about the javadoc-dev mailing list