RFR: JDK-8185758: jdk.smartcardio has broken docs for exceptions

Jonathan Gibbons jonathan.gibbons at oracle.com
Wed Aug 2 23:21:19 UTC 2017


(I'm not sure if there is a better list for this request, but the 
request is so simple, I'm hoping it will be sufficient.

Please review this very simple fix to replace two uses of 
<code>...</code> with {@code...}.

The underlying problem being fixed is incorrect handling of the first 
sentence in a couple of cases, due to the presence of a '?' in the code 
expression.  The doclet was treating the ? as terminating the first 
sentence, leading to confusing output, and incorrect HTML being generated.

JBS: https://bugs.openjdk.java.net/browse/JDK-8185758
Webrev: http://cr.openjdk.java.net/~jjg/8185758/webrev.00/

-- Jon


More information about the core-libs-dev mailing list