Re: Backporting JDK-8061305 to JDK 8u

2017-02-21 Thread Michel Trudeau
There are no plans to backport this low priority issue. -- Michel Omair Majid February 17, 2017 at 2:38 PM Hi, Does anyone know if there are any plans to backport JDK-8061305 ('Javadoc crashes when method name ends with "Property"') to jdk8u? If not, are there any c

Re: @Documented ignored for type-use annotations

2017-02-21 Thread Jonathan Gibbons
Hi Gunnar, Can you put together a tiny test case and file a bug? -- Jon On 02/20/2017 01:54 AM, Gunnar Morling wrote: Hi, Is there a way to show annotations on type arguments in JavaDoc? My annotation type is meta-annotated with @Target(TYPE_USE) and @Documented, still it isn't shown in Java

@Documented ignored for type-use annotations

2017-02-21 Thread Gunnar Morling
Hi, Is there a way to show annotations on type arguments in JavaDoc? My annotation type is meta-annotated with @Target(TYPE_USE) and @Documented, still it isn't shown in JavaDocs for elements using it, e.g. a method like this: foo(List<@MyAnno String> strings) { ... } Is this generally not

Backporting JDK-8061305 to JDK 8u

2017-02-21 Thread Omair Majid
Hi, Does anyone know if there are any plans to backport JDK-8061305 ('Javadoc crashes when method name ends with "Property"') to jdk8u? If not, are there any concerns with me doing a backport of it? I did some quick testing and the non-test parts of http://hg.openjdk.java.net/jdk9/jdk9/langtools/