On Wed, 1 Feb 2023 at 02:15, Michael Bien <[email protected]> wrote: > > seems to be happening with NB 16 too so its not a regression at least. > > Would be good to file an issue so that we don't forget about this.
Yes, an issue would be good, if not a PR! :-) I assume this is down to a missing Kind at https://github.com/apache/netbeans/blob/master/java/java.sourceui/src/org/netbeans/api/java/source/ui/ElementJavadoc.java#L1230 The recent PR for @summary is probably worth a look https://github.com/apache/netbeans/pull/5180 I don't know if there's any way to offer a sensible default in that switch? At least rendering the text inside unknown tags might be good, although I'm not sure how feasible that is in practice? Best wishes, Neil --------------------------------------------------------------------- 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
