-
Notifications
You must be signed in to change notification settings - Fork 8k
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
Apply p3c pmd plugin/rules and fix/ignore all violations of priority 1 #574
Conversation
Codecov Report
@@ Coverage Diff @@
## master #574 +/- ##
============================================
+ Coverage 38.74% 39.16% +0.41%
- Complexity 1216 1225 +9
============================================
Files 275 275
Lines 8702 8702
Branches 1163 1163
============================================
+ Hits 3372 3408 +36
+ Misses 4900 4853 -47
- Partials 430 441 +11
Continue to review full report at Codecov.
|
It's a known issue that some sleep-based test cases are not stable. See #541 for discussion. |
Thanks! @sczyh30 |
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.
LGTM
Thanks for contributing! |
Thanks! |
Describe what this PR does / why we need it
This PR applies alibaba p3c pmd plugin/rules and fixes all violations of priority 1.
Does this pull request fix one issue?
Fixes #573
Describe how you did it
Just fix all violations.
Describe how to verify it
Special notes for reviews