RFR [XXS] 8134356: {@code} tag contains < and > sequences

Ivan Gerasimov ivan.gerasimov at oracle.com
Tue Aug 25 07:47:10 UTC 2015


Thank you Martin for reviewing!

On 24.08.2015 23:49, Martin Buchholz wrote:
> Thanks for doing this.
>
> The code sample in SwitchPoint.java should be reformatted for 
> consistency with other javadoc - insert "  * " before every line.
>
Done.

> Did you check for &amp as well?
>
No &amp, but grep found one &nbsp in Character.
I wasn't sure how to specify &nbsp in {@code}, so just replaced it with 
a regular space.
The resulting html seems to look Okay.

> The code below needs another {@code as previously in the same javadoc.
> +     * The name {@code <init>} will be parsed into { '<', "init", '>'}}
>
Done.

Would you please take a look at the updated webrev?

http://cr.openjdk.java.net/~igerasim/8134356/01/webrev/

Sincerely yours,
Ivan



More information about the core-libs-dev mailing list