rmuir opened a new pull request, #14287: URL: https://github.com/apache/lucene/pull/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: ```xml <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 Note: I rewound to before the fix was committed to this issue and validated it fails build. Not great error but par for the course for this checker, and it does the job.  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org