Hello Chihiro,
Note that as the proposed change affects behavioral compatibility, it
will need to have CSR review
(https://wiki.openjdk.java.net/display/csr/Main) in addition to code review.
Reviewers might find it helpful to have a written categorization of the
strings this change rejects that are now accepted.
Thanks,
-Joe
On 3/6/2020 7:25 AM, Chihiro Ito wrote:
Hi,
I tried to correct this problem.
Could you review this fix, please?
According to the RFC 4122, UUID has a fixed format. I tried to raise
an exception if a string was specified that is not suitable for this
format. Also, is there anything else I should be aware of with this
bug?
Webrev : http://cr.openjdk.java.net/~cito/JDK-8216407/webrev.00/
JBS : https://bugs.openjdk.java.net/browse/JDK-8216407
Regards,
Chihiro
2020年3月3日(火) 0:39 Chihiro Ito <chiroito...@gmail.com>:
Hi,
I tried to correct this problem.
Could you review this fix, please?
According to the RFC 4122, UUID has a fixed format. I tried to raise an
exception if a string was specified that is not suitable for this format. Also,
is there anything else I should be aware of with this bug?
Webrev : http://cr.openjdk.java.net/~cito/JDK-8216407/webrev.00/
JBS : https://bugs.openjdk.java.net/browse/JDK-8216407
Regards,
Chihiro