The issue is in the version we use of codesnippet, https://github.com/jtulach/codesnippet4javadoc.
Building with jdk8 was ok but with 11 issue occurs The following PR fixes the issue I encounter using modern codesnippet version https://github.com/jtulach/codesnippet4javadoc/pull/31f Eric -----Message d'origine----- De : Jaroslav Tulach <> Envoyé : dimanche 3 juillet 2022 07:38 À : [email protected] Objet : Re: Bad links in javadoc If I run `ant build-javadoc` I get a file with ~2000 broken link reports: ``` netbeans$ cat nbbuild/build/javadoc/checklinks-errors.xml | wc -l 1915 ``` I do remember times when there were no broken links in Javadoc.... Ideally we fix the broken links, enable gate check to fail the build if there is a broken link in the `nbbuild/build/javadoc/checklinks-errors.xml` file and then happily live forever. > PR is integrated only a month ago but the library needs to be released. What PR are you talking about, Eric? > We also need to fix that for all NetBeans version from 12.6 to 14 + > dev NetBeans 12.6 has been released more than a month ago. Do we know what caused the regression in broken links? -jt > -----Message d'origine----- > De : Ernie Rael <> > Envoyé : dimanche 19 juin 2022 15:51 > À : [email protected] > Objet : Bad links in javadoc > > I recall that someone had a doclet patch/PR to fix NetBeans javadoc, > at least a few months ago I think. Was it ever integrated? Could it be? > > At > > > https://bits.netbeans.org/dev/javadoc/org-openide-text/overview-summar > y.htm > l > > if I click on > > .../org/openide/text/doc-files/api.html > > <https://bits.netbeans.org/dev/javadoc/org-openide-text/org/openide/te > xt/do > c-files/api.html> > > I end up at the "standing on our own feet" page. > > -ernie > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
