RFR: 8222526: Use of no longer existing jquery directory in script.js

Jonathan Gibbons jonathan.gibbons at oracle.com
Mon Apr 22 22:27:01 UTC 2019


Looks good to me, but is it also worth using a string constant set to 
the common directory name?  Either way is OK.

-- Jon


On 04/16/2019 03:49 AM, Hannes Wallnöfer wrote:
> Please review:
>
> Issue: https://bugs.openjdk.java.net/browse/JDK-8222526
> Webrev: http://cr.openjdk.java.net/~hannesw/8222526/webrev.00/
>
> The dynamically created script element is redundant (there is a static element in the HTML file with the correct URL), so it only results in a warning in most browsers, but there may be environments where it is required for proper function.
>
> Thanks,
> Hannes



More information about the javadoc-dev mailing list