diff options
| author | chaochaoc <[email protected]> | 2024-10-30 18:07:49 +0800 |
|---|---|---|
| committer | chaochaoc <[email protected]> | 2024-10-30 18:39:38 +0800 |
| commit | 45dafb9dbed16f1e13d3cc74afef5c7645824d1e (patch) | |
| tree | c1c96a8838d6dd70a009aac66f47516a8e196ba0 /tools | |
| parent | 728e3407e8125250450e9fa97bc786e47e2d3ec1 (diff) | |
[GAL-684] fix some bugs and update field mapping values
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/maven/spotbugs-exclude.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/maven/spotbugs-exclude.xml b/tools/maven/spotbugs-exclude.xml index 3647f17..995d482 100644 --- a/tools/maven/spotbugs-exclude.xml +++ b/tools/maven/spotbugs-exclude.xml @@ -7,6 +7,9 @@ <Bug pattern="EI_EXPOSE_REP2"/> </Match> <Match> + <Bug pattern="REC_CATCH_EXCEPTION"/> + </Match> + <Match> <Bug pattern="SE_NO_SERIALVERSIONID"/> </Match> <Match> |
