Identifier:
|
random_order_in_maven_plugin_xml
|
URL
|
https://jira.codehaus.org/browse/MPLUGIN-261
|
Description
|
mvn plugin.xml (-plugin packages) is generated in a random order. . Should be fixed in 3.3-1. https://sources.debian.net/src/maven-plugin-tools/latest/maven-plugin-tools-generators/src/main/java/org/apache/maven/tools/plugin/generator/PluginDescriptorGenerator.java/#L167 https://sources.debian.net/src/maven-plugin-tools/latest/maven-plugin-tools-generators/src/main/java/org/apache/maven/tools/plugin/generator/PluginDescriptorGenerator.java/#L166
|
Identifier:
|
random_order_in_documentation_generated_by_javadoc
|
Description
|
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 coincidence. . 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. These are detailed below. . The `package-tree.html` file generated by javadoc used to contain an unsorted index. . Perhaps caused by packageFiles is a Map> in openjdk-7-jdk -> ./langtools.tar.bz2 -> src/share/classes/com/sun/tools/javadoc/JavadocTool.java . There was also a locale-specific wrapping issue, which has disappeared. This may be because enough things are using javahelper, which sets the locale. . Likely cause is jdk9_dev/langtools/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/DocLocale.java +172 . Workaround is https://sources.debian.net/src/maven-debian-helper/latest/share/cdbs/1/class/maven.mk/?hl=136#L136
|