RFR: 8284415: Collapse identical catch branches in security libs [v2]
Andrey Turbanov
aturbanov at openjdk.java.net
Thu Apr 7 10:03:45 UTC 2022
On Thu, 7 Apr 2022 07:52:29 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:
>> Let's take advantage of Java 7 language feature - "Catching Multiple Exception Types".
>> It simplifies code. Reduces duplication.
>> Found by IntelliJ IDEA inspection `Identical 'catch' branches in 'try' statement`
>
> Andrey Turbanov has updated the pull request incrementally with one additional commit since the last revision:
>
> 8284415: Collapse identical catch branches in security libs
> update one more copyright
Thank you for review!
-------------
PR: https://git.openjdk.java.net/jdk/pull/8068
More information about the security-dev
mailing list