Java
Java copied to clipboard
style: include `ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD`
This PR includes ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD SpotBugs rule.
Related to #5122.
- [x] I have read CONTRIBUTING.md.
- [x] This pull request is all my own work -- I have not plagiarized it.
- [x] All filenames are in PascalCase.
- [x] All functions and variable names follow Java naming conventions.
- [x] All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
- [x] All new code is formatted with
clang-format -i --style=file path/to/your/file.java
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 37.54%. Comparing base (
5d00889) to head (517f912).
Additional details and impacted files
@@ Coverage Diff @@
## master #5129 +/- ##
============================================
- Coverage 37.56% 37.54% -0.02%
+ Complexity 2364 2363 -1
============================================
Files 517 517
Lines 15605 15605
Branches 2965 2965
============================================
- Hits 5862 5859 -3
- Misses 9457 9458 +1
- Partials 286 288 +2
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.