diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-04-29 01:54:01 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-04-29 15:20:42 +0200 |
commit | cfe948ac7022510f47e22ee3c9d2f4ae3681b55c (patch) | |
tree | d44674b6028b4343f418b4f72dca0913776a2371 /tools/BUILD | |
parent | 8bc7f38489438251c1cf35eff3a2db1fd0bfa553 (diff) | |
download | jgit-cfe948ac7022510f47e22ee3c9d2f4ae3681b55c.tar.gz jgit-cfe948ac7022510f47e22ee3c9d2f4ae3681b55c.zip |
[errorprone] Fix pattern CatchAndPrintStackTrace
See https://errorprone.info/bugpattern/CatchAndPrintStackTrace
Change-Id: I7a6698293d1485f384c275bf7e4dcddc529af4a1
Diffstat (limited to 'tools/BUILD')
-rw-r--r-- | tools/BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/BUILD b/tools/BUILD index 4c3bffb9d2..17ff5afb5d 100644 --- a/tools/BUILD +++ b/tools/BUILD @@ -75,7 +75,7 @@ java_package_configuration( "-Xep:CacheLoaderNull:ERROR", "-Xep:CannotMockFinalClass:ERROR", "-Xep:CanonicalDuration:ERROR", - "-Xep:CatchAndPrintStackTrace:WARN", + "-Xep:CatchAndPrintStackTrace:ERROR", "-Xep:CatchFail:ERROR", "-Xep:ChainedAssertionLosesContext:ERROR", "-Xep:ChainingConstructorIgnoresParameter:ERROR", |