Java
Java copied to clipboard
style: enable `OverrideBothEqualsAndHashcode` like checks
Thanks to #5157 we can enable these checks in SpotBugs and PMD.
- [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 38.56%. Comparing base (
8466219) to head (ec1c627).
Additional details and impacted files
@@ Coverage Diff @@
## master #5159 +/- ##
============================================
- Coverage 38.57% 38.56% -0.02%
+ Complexity 2379 2378 -1
============================================
Files 516 516
Lines 15313 15313
Branches 2957 2957
============================================
- Hits 5907 5905 -2
- Misses 9121 9122 +1
- Partials 285 286 +1
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.