Re: A few notes

2021-01-15 Thread Jonathan Gibbons
Hi, Although I've not studied your emails in detail, it seems to me that annotations should never be included in ids, and it is an error (bug) if they are. -- Jon On 1/15/21 7:36 PM, - wrote: For that bug, after another look, I think the problem lies in javadoc not erasing type annotations

Re: A few notes

2021-01-15 Thread -
For that bug, after another look, I think the problem lies in javadoc not erasing type annotations for primitives when generating links. I changed Daug.java to public class Daug { public void bark(@Cute("") int t, @Cute("a") Comparable<@Cute("?") ? super @Cute("int") Integer> p2) {} } and the