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

A few notes

2021-01-15 Thread -
Hello, I have a few pieces of notes after looking at javadoc stuff. 1. JDK-8077565 is the same as JDK-8253700 and has been addressed in commit 8cf8e46