RFR: Javadoc search broken after output files organization for modules

Bhavesh Patel bhavesh.x.patel at oracle.com
Wed Feb 21 22:22:50 UTC 2018


Hi,
     This is the fix for javadoc search that was broken after the output 
files organization for modules. As a part of the fix, search.js is 
updated to accommodate these changes.The URLs will be calculated 
correctly if --no-module-directories command-line option is used. I have 
tested the output for module and non-module directory structure. In 
terms of tests, we do not have much of automated testing in this area so 
only checking the variable that is set for the directory mode and the 
actual script changes are being checked. I have also tested the offline 
bundles and it works fine with the change.

JBS: https://bugs.openjdk.java.net/browse/JDK-8198522
Webrev: http://cr.openjdk.java.net/~bpatel/8198522/webrev/

Regards,
Bhavesh.


More information about the javadoc-dev mailing list