On Thu, 18 Apr 2024 10:24:30 GMT, Michael McMahon <micha...@openjdk.org> wrote:

> which lists the methods that parse as decimal only, and the new method which 
> parses using the "loose" syntax.

That might not be practical: the only method that supports non decimal form is 
the new `ofBSDLiteral`. But any other method only support decimal notation. 
These include URL/URI, permissions, InetSocketAdderess, InetAddress, 
Socket/DatagramSocket constructors, etc... Building a comprehensive list would 
be both unpractical and difficult.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/18493#issuecomment-2063654700

Reply via email to