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 <vipinsharm...@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