Re: RFR: 8323698: Class use page does not include extends/implements type arguments [v3]

2024-01-29 Thread Jonathan Gibbons
On Tue, 23 Jan 2024 14:49:41 GMT, Chen Liang wrote: >> Currently in the javadoc tool, the generated class use page does not track >> the occurrences of a class in the type arguments of the extends or >> implements list, where they can appear. (See more details on the JBS issue) >> For example:

Re: RFR: 8323698: Class use page does not include extends/implements type arguments [v3]

2024-01-23 Thread Chen Liang
> Currently in the javadoc tool, the generated class use page does not track > the occurrences of a class in the type arguments of the extends or implements > list, where they can appear. (See more details on the JBS issue) For example: > > public class One {} > > > import java.util.*; > publi