diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-04-29 00:29:30 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-04-29 15:20:39 +0200 |
commit | cdb43391b046cbb0d8ba008c0e038a46a8cc78d5 (patch) | |
tree | 65be06186c0c31e29186cbf532e41da8184cad7a /tools | |
parent | f1a9d25f40c30c8c0fc53cf1c811bde66abf11f0 (diff) | |
download | jgit-cdb43391b046cbb0d8ba008c0e038a46a8cc78d5.tar.gz jgit-cdb43391b046cbb0d8ba008c0e038a46a8cc78d5.zip |
[errorprone] Fix pattern CatchFail
See https://errorprone.info/bugpattern/CatchFail
Change-Id: If1c637a420c4e669a5bdbe4abcefc5c3a2b3a43b
Diffstat (limited to 'tools')
-rw-r--r-- | tools/BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/BUILD b/tools/BUILD index 90db119b4c..22f6cf3571 100644 --- a/tools/BUILD +++ b/tools/BUILD @@ -76,7 +76,7 @@ java_package_configuration( "-Xep:CannotMockFinalClass:ERROR", "-Xep:CanonicalDuration:ERROR", "-Xep:CatchAndPrintStackTrace:WARN", - "-Xep:CatchFail:WARN", + "-Xep:CatchFail:ERROR", "-Xep:ChainedAssertionLosesContext:ERROR", "-Xep:ChainingConstructorIgnoresParameter:ERROR", "-Xep:CharacterGetNumericValue:ERROR", |