[notes] 01/01: more javadoc poking

Chris West faux-guest at moszumanska.debian.org
Tue Apr 18 09:36:35 UTC 2017


This is an automated email from the git hooks/post-receive script.

faux-guest pushed a commit to branch master
in repository notes.

commit 0d4d0f7c7f4f821fc2c69e2b91405b1a7a3f5b52
Author: Chris West (Faux) <git at goeswhere.com>
Date:   Tue Apr 18 10:36:24 2017 +0100

    more javadoc poking
---
 issues.yml   | 9 ++++++---
 packages.yml | 1 -
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/issues.yml b/issues.yml
index ae0d9c2..dd1f8ed 100644
--- a/issues.yml
+++ b/issues.yml
@@ -254,15 +254,18 @@ timestamps_in_documentation_generated_by_javadoc:
   deterministic: True
 random_order_in_documentation_generated_by_javadoc:
   description: |
-    Some entries inside individual documentation pages are emitted in different orders.
+    Some entries inside individual "class-use" documentation pages are emitted in different orders.
     This appears to only happen with multi-module maven projects, i.e. possibly during
     `mvn javadoc:aggregate`.
     .
+    In `jacoco`, you can observe files are generated consistently in the individual submodule
+    documentation folders, but then differently when aggregated. Maybe a coincedence.
+    .
     Historically, there were some other issues. These have disappeared, but it's not clear why.
     The major version of OpenJDK has changed since these issues were reported (was 7, now 8),
-    although the code that was believed to be at fault remains unchanged.
+    although the code that was believed to be at fault remains unchanged. These are detailed below.
     .
-    The `package-tree.html` file generated by javadoc contains an unsorted index.
+    The `package-tree.html` file generated by javadoc used to contain an unsorted index.
     .
     Perhaps caused by packageFiles is a Map<String, List<JavaFileObject>> in
     openjdk-7-jdk -> ./langtools.tar.bz2 ->
diff --git a/packages.yml b/packages.yml
index cf41eeb..7d34d36 100644
--- a/packages.yml
+++ b/packages.yml
@@ -14188,7 +14188,6 @@ lombok:
     Also record the current date in release-timestamp.txt.
   issues:
     - timestamps_generated_by_mangosdk_spiprocessor
-    - random_order_in_documentation_generated_by_javadoc
     - different_encoding
 londonlaw:
   version: 0.2.1-18

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/notes.git



More information about the Reproducible-commits mailing list