Hello,
Could you please review the very simple fix:
Bug: https://bugs.openjdk.java.net/browse/JDK-8175915
Webrev: http://cr.openjdk.java.net/~mcherkas/8175915/webrev/
The problem is that for debug message there's no null check, I added this check.
Thanks,
Mikhail.
+1
On 5/5/2017 12:19 PM, Mikhail Cherkasov wrote:
Hello,
Could you please review the very simple fix:
Bug:https://bugs.openjdk.java.net/browse/JDK-8175915
Webrev:http://cr.openjdk.java.net/~mcherkas/8175915/webrev/
The problem is that for debug message there's no null check, I added this chec
Hi, Alexey.
Yes it is possible to add to this changes, but actually tag is not
used in JavaSound docs. The last one were removed a few years ago. The tag
is used in assumption that it affect the text till the next or till the end
of the doc.
So for example in the MidiMessage.java/SizeSequenc
Hi, Mikhail.
Do you check why the role is null? I think that in case of JList it should be
"AccessibleRole.LIST", no?
- mikhail.cherka...@oracle.com wrote:
>
Hello,
>
> Could you please review the very simple fix:
>
>
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8175915 Webrev:
This all looks OK to me.
-phil.
On 05/04/2017 06:15 PM, Sergey Bylokhov wrote:
Hello,
Please review the fix for jdk9-dev.
This fix is a part of the effort to make all javadoc in jdk9 be compatible to
HTML5.
In the fix the most common issues are fixed.
The issues related to tables will be fixe