Integrated: JDK-8254721: Improve support for conditionally generated files

Jonathan Gibbons jjg at openjdk.java.net
Mon Oct 19 20:55:17 UTC 2020


On Thu, 15 Oct 2020 00:31:51 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

> The overall pages is very dynamic and depends on a lot of factors, such as the input files and the command-line
> options. Some of the summary files depend on the content of the classes being documented, such as:
> * any constant values declared in the files
> * any deprecated elements
> * any serializable classes
> * any classes whose description references system properties
> 
> This change is a step towards handling these files in a uniform manner.
> 
> There is a new test to test the consistency of the new behavior..

This pull request has now been integrated.

Changeset: cb5cdd77
Author:    Jonathan Gibbons <jjg at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/cb5cdd77
Stats:     273 lines in 25 files changed: 213 ins; 16 del; 44 mod

8254721: Improve support for conditionally generated files

Reviewed-by: hannesw

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

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


More information about the javadoc-dev mailing list