On Fri, 19 Feb 2021 18:51:44 GMT, Jonathan Gibbons <j...@openjdk.org> wrote:
> This change addresses a bug that was observed while playing with small demo > API: some files may be generated twice. > > The fix is to build a single set of the files to be generated. > > Note: this bug also affected the generation of the main JDK API docs. > According to the log file, before the fix we were generating 14812 files; > now, we are generating only 10146 files! That's a drop of 4466 files or over > 30%! Just curious, does this bug affect users who specify all files individually or users who just specify a directory without detailing selection rules for classes or packages? ------------- PR: https://git.openjdk.java.net/jdk/pull/2652