RFR: 8284415: Collapse identical catch branches in security libs
Xue-Lei Andrew Fan
xuelei at openjdk.java.net
Wed Apr 6 15:25:39 UTC 2022
On Fri, 1 Apr 2022 07:32:21 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`
Looks good to me.
-------------
Marked as reviewed by xuelei (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/8068
More information about the security-dev
mailing list