Java
Java copied to clipboard
style: enable StaticVariableName in checkstyle
Related to #5119
- [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
Attention: Patch coverage is 58.33333% with 15 lines in your changes are missing coverage. Please review.
Project coverage is 38.56%. Comparing base (
1607421) to head (9aa8722).
Additional details and impacted files
@@ Coverage Diff @@
## master #5173 +/- ##
=========================================
Coverage 38.56% 38.56%
Complexity 2378 2378
=========================================
Files 516 516
Lines 15313 15313
Branches 2957 2957
=========================================
Hits 5906 5906
Misses 9121 9121
Partials 286 286
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.