optimize: add ExceptionUtil class for unwarp error msg#6666
Merged
funky-eyes merged 6 commits intoapache:2.xfrom Jul 12, 2024
Merged
optimize: add ExceptionUtil class for unwarp error msg#6666funky-eyes merged 6 commits intoapache:2.xfrom
funky-eyes merged 6 commits intoapache:2.xfrom
Conversation
funky-eyes
reviewed
Jul 12, 2024
common/src/main/java/org/apache/seata/common/exception/ExceptionUtil.java
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #6666 +/- ##
============================================
- Coverage 50.75% 50.73% -0.03%
+ Complexity 5709 5705 -4
============================================
Files 1034 1035 +1
Lines 35854 35863 +9
Branches 4255 4255
============================================
- Hits 18197 18194 -3
- Misses 15838 15850 +12
Partials 1819 1819
|
Contributor
|
请把你的钉钉联系方式发送至:[email protected] 我将邀请你加入seata开发者群中 |
YvCeung
pushed a commit
to YvCeung/incubator-seata
that referenced
this pull request
Dec 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ⅰ. Describe what this PR did
Ⅱ. Does this pull request fix one issue?
fixes #6665
Ⅲ. Why don't you add test cases (unit test/integration test)?
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews