Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve checkJavadocLinks.py to detect "invalid reference" (#14287)
See background by @mkhludnev on the dev list: https://lists.apache.org/thread/pm1szr9og6qhmjzp371xwk0mvwxxkd1l In some cases: "invalid reference" is generated, passes through Xdoclint and broken-link checkers, yet links are broken. Instead of a 404, javadocs seems to emit this in the resulting HTML: <details class="invalid-tag"> <summary>invalid reference</summary> <pre>flexible query parser</pre> </details Fix checkJavadocLinks.py to fail the build on these. Closes #14285
- Loading branch information