kaijchen opened a new issue, #532: URL: https://github.com/apache/incubator-uniffle/issues/532
### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) ### Search before asking - [X] I have searched in the [issues](https://github.com/apache/incubator-uniffle/issues) and found no similar issues. ### Describe the proposal SpotBugs is a program which uses static analysis to look for bugs in Java code. SpotBugs checks for more than 400 bug patterns. Bug descriptions can be found [here](https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html) ### Task list * [x] DM_NUMBER_CTOR * [ ] EI_EXPOSE_REP * [ ] EI_EXPOSE_REP2 * [ ] EI_EXPOSE_STATIC_REP2 * [ ] IS2_INCONSISTENT_SYNC * [ ] MS_EXPOSE_REP * [ ] MS_PKGPROTECT * [ ] MS_CANNOT_BE_FINAL * [ ] REC_CATCH_EXCEPTION * [x] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE * [ ] SC_START_IN_CTOR * [ ] SE_BAD_FIELD * [ ] SWL_SLEEP_WITH_LOCK_HELD * [ ] THROWS_METHOD_THROWS_RUNTIMEEXCEPTION * [ ] THROWS_METHOD_THROWS_CLAUSE_BASIC_EXCEPTION * [ ] THROWS_METHOD_THROWS_CLAUSE_THROWABLE * [x] URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD * [ ] UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
