-
Notifications
You must be signed in to change notification settings - Fork 11.9k
[ISSUE #4130] Remove the exception which will never be thrown by method from method signature #4132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/home/travis/build/apache/rocketmq/srvutil/src/main/java/org/apache/rocketmq/srvutil/FileWatchService.java:26:8: error: Unused import - java.security.NoSuchAlgorithmException.
Audit done.
Hi, CI not pass
Codecov Report
@@ Coverage Diff @@
## develop #4132 +/- ##
=============================================
+ Coverage 47.92% 48.01% +0.08%
- Complexity 5002 5011 +9
=============================================
Files 634 635 +1
Lines 42529 42496 -33
Branches 5573 5567 -6
=============================================
+ Hits 20381 20403 +22
+ Misses 19647 19604 -43
+ Partials 2501 2489 -12
Continue to review full report at Codecov.
|
1 similar comment
Thanks for your review, PR is updated. |
Some businesses that use the old MQ client have catch these exceptions. When they are deleted in this new client, the business compile will fail, resulting in incompatible client versions. |
link @RongtongJin |
[ISSUE apache#4130] Remove the exception which will never be thrown by method from method signature
What is the purpose of the change
#4130