+1
-phil
On 11/01/2016 10:03 AM, Sergey Bylokhov wrote:
Hello, Audio Guru.
Please review the fix for jdk9.
AudioFormat.Encoding(null) and AudioFIleFormat.Type(null) equal to any
objects which return null from toString().
Note that behavior of null in these constructors is not specified and
can throw an exception.
I wonder why the null is accepted in the constructors, and returns
from the toString() method, but not sure can we change that or not,
any thoughts?
Bug: https://bugs.openjdk.java.net/browse/JDK-8168998
Webrev can be found at:
http://cr.openjdk.java.net/~serb/8168998/webrev.00