Java
Java copied to clipboard
style: include `IM_AVERAGE_COMPUTATION_COULD_OVERFLOW`
This PR includes IM_AVERAGE_COMPUTATION_COULD_OVERFLOW 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
Attention: Patch coverage is 33.33333% with 4 lines in your changes are missing coverage. Please review.
Project coverage is 37.34%. Comparing base (
b075c19) to head (a38e752).
| Files | Patch % | Lines |
|---|---|---|
| ...ava/com/thealgorithms/misc/RangeInSortedArray.java | 0.00% | 3 Missing :warning: |
| ...namicprogramming/LongestIncreasingSubsequence.java | 0.00% | 1 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## master #5131 +/- ##
=========================================
Coverage 37.33% 37.34%
- Complexity 2349 2350 +1
=========================================
Files 517 517
Lines 15622 15622
Branches 2971 2971
=========================================
+ Hits 5833 5834 +1
Misses 9500 9500
+ Partials 289 288 -1
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.