RFR: JDK-8267236: Versioned platform link in TestMemberSummary.java
Hannes Wallnöfer
hannesw at openjdk.java.net
Mon May 17 14:20:38 UTC 2021
On Mon, 17 May 2021 11:36:53 GMT, Pavel Rappo <prappo at openjdk.org> wrote:
> The change looks good. That said, should we be concerned about proliferation of `--no-platform-links` in tests?
If I remember correctly, back when we did the platform link feature @jonathan-gibbons suggested disabling the feature by default in `JavadocTester`. That would help avoid this kind of mistake. However, I don't think we have a mechanism to tweak standard options in `JavadocTester`, and I'm not sure how we would then enable the feature in order to test it.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4051
More information about the javadoc-dev
mailing list