On Thu, 27 May 2021 09:41:17 GMT, Jan Lahoda <jlah...@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 <jlah...@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