RFR 8252537: Replace @exception with @throws for core-libs

Martin Buchholz martinrb at google.com
Thu Sep 3 19:44:27 UTC 2020


Thanks for doing this!

15 years ago I considered taking on this task, eventually backing away
because it was too much work (!).  But I made sure most of the classes
I maintained were using @throws.

When considering this, I thought that tidying the whitespace after
conversion would be a big part of the task, even though it is
technically non-essential.  Current use of whitespace with @throws is
inconsistent, as you have seen.

On Thu, Sep 3, 2020 at 12:34 PM Vipin Sharma <vipinsharma85 at gmail.com> wrote:
>
> Hi,
>
> Please review and sponsor the fix for replacing @exception with @throws for
> core-libs.
>
> Issue: https://bugs.openjdk.java.net/browse/JDK-8252537
> Webrev: https://cr.openjdk.java.net/~vsharma/8252537
>
> As suggested in the previous discussion
> <https://mail.openjdk.java.net/pipermail/core-libs-dev/2020-September/068486.html>,
> this webrev has a consolidated fix for all subtasks of the JDK-8252536
> <https://bugs.openjdk.java.net/browse/JDK-8252536>.
> There is no change in the indentation as part of this webrev.
>
> Regards,
> Vipin


More information about the core-libs-dev mailing list