Re: JDK 12 RFR of JDK-8212081: AnnotatedType.toString implementation don't print annotations on embedded types

2018-10-20 Thread Werner Dietl
gt; > Hi Werner, > > > > On 10/10/2018 1:23 PM, Werner Dietl wrote: > >> Hi Joe, all, > >> > >> the logic looks good to me. > >> > >> In the tests I'm wondering whether to include an annotated wildcard > >> bound. There is: > >> &

Re: JDK 12 RFR of JDK-8058202 : AnnotatedType implementations don't override toString(), equals(), hashCode()

2018-10-12 Thread Werner Dietl
Hi Joe, all, the logic looks good to me. In the tests I'm wondering whether to include an annotated wildcard bound. There is: 307 public @AnnotType(11) Set<@AnnotType(13) ? extends Number> fooNumberSet2() {return null;} but nothing like Set fooNumberSet2() {return null;} I wouldn't