-
Notifications
You must be signed in to change notification settings - Fork 3.4k
fix violations of Sonarqube rule java:S2111 #5604
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
base: master
Are you sure you want to change the base?
Conversation
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
Thanks for opening this PR. HBase uses jira for tracking issue, please follow the guide here https://github.com/apache/hbase?tab=readme-ov-file#how-to-contribute to register a jira account and then open an issue for this PR. Thanks. |
Hello,
This PR fixes 2 violations of Sonarqube Rule java:S2111 : '"BigDecimal(double)" should not be used'.
For more details, please see CERT, NUM10-J.
The patch was automatically generated using the ViolationFixer tool.