On Thu, 24 Sep 2020 18:20:15 GMT, Vipin Sharma <[email protected]> wrote:
> > Overall the changes look OK. in the java.sql set of classes, please updated
> > the modified statements to also use {@code}
>
> Hi @LanceAndersen, it was suggested by @RogerRiggs also. I have created a
> separate bug JDK-8253612 to fix this for all
> java.sql and all other core-libs classes. Following is earlier discussion on
> this.
> https://mail.openjdk.java.net/pipermail/core-libs-dev/2020-September/068510.html
Hi Vipin, I agree overall that to replace all of places in the JDK with
{@code} where needed should be a separate task
with an umbrella issue with a subtask for each module. Unless there are a
large number of other exceptions that are
being modified and require updates for {@code} I would prefer to have it done
as part of this set of changes
-------------
PR: https://git.openjdk.java.net/jdk/pull/95