[Reproducible-commits] [notes] 01/03: Document likely causes identified by Chris West (faux) in case pastebin goes
Chris Lamb
lamby at moszumanska.debian.org
Tue Aug 25 16:14:50 UTC 2015
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository notes.
commit 02f8e5fbac3885c02bf223c3b4f7445b958ed215
Author: Chris Lamb <lamby at debian.org>
Date: Tue Aug 25 00:26:52 2015 +0200
Document likely causes identified by Chris West (faux) in case pastebin goes
---
issues.yml | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/issues.yml b/issues.yml
index f4077d6..49838f4 100644
--- a/issues.yml
+++ b/issues.yml
@@ -166,12 +166,20 @@ random_order_in_documentation_generated_by_javadoc:
description: |
The `package-tree.html` file generated by javadoc contains an unsorted index.
.
- Likely cause is that packageFiles is a Map<String, List<JavaFileObject>> in
+ There is also a locale-specific wrapping issue. This tag might need splitting
+ .
+ Likely cause of the former is that packageFiles is a Map<String, List<JavaFileObject>> in
openjdk-7-jdk -> ./langtools.tar.bz2 ->
src/share/classes/com/sun/tools/javadoc/JavadocTool.java
+ .
+ Likely cause of the latter is
+ jdk9_dev/langtools/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/DocLocale.java +172
locale_in_documentation_generated_by_javadoc:
description: |
javadoc embed the current locale in a "lang" attribute of the html document.
+ .
+ Likely cause is
+ jdk9_dev/langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/formats/html/markup/HtmlTree.java +416
deterministic: True
timestamps_in_documentation_generated_by_groovydoc:
description: |
--
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