PicnicSupermarket / error-prone-support

Error Prone extensions: extra bug checkers and a large battery of Refaster rules.
https://error-prone.picnic.tech
MIT License
189 stars 36 forks source link

Upgrade Error Prone 2.27.1 -> 2.28.0 #1200

Closed Picnic-DevPla-Bot closed 2 months ago

Picnic-DevPla-Bot commented 3 months ago

This PR contains the following updates:

Package Type Update Change
Error Prone (source) minor 2.27.1 -> 2.28.0
Error Prone (source) compile minor 2.27.1 -> 2.28.0

Release Notes

google/error-prone (Error Prone) ### [`v2.28.0`](https://togithub.com/google/error-prone/releases/tag/v2.28.0): Error Prone 2.28.0 [Compare Source](https://togithub.com/google/error-prone/compare/v2.27.1...v2.28.0) Error Prone nows supports the latest JDK 23 EA builds ([#​4412](https://togithub.com/google/error-prone/issues/4412), [#​4415](https://togithub.com/google/error-prone/issues/4415)). Closed issues: - Improved errors for invalid check severities ([#​4306](https://togithub.com/google/error-prone/issues/4306)). - Fix a crash with nested `instanceof` patterns ([#​4349](https://togithub.com/google/error-prone/issues/4349)). - Fix a crash in JUnitIncompatibleType ([#​4377](https://togithub.com/google/error-prone/issues/4377)). - In ObjectEqualsForPrimitives, don't suggest replacing `equal` with `==` for floating-point values ([#​4392](https://togithub.com/google/error-prone/issues/4392)). New checks: - [`DeeplyNested`](https://errorprone.info/bugpattern/DeeplyNested) discourages very deeply nested code that can cause StackOverflowErrors during compilation. - [`GuiceNestedCombine`](https://errorprone.info/bugpattern/GuiceNestedCombine) discourages nesting of `Modules.combine()`, which is unnecessary. - [`PatternMatchingInstanceof`](https://errorprone.info/bugpattern/PatternMatchingInstanceof) migrates code to use [pattern matching for `instanceof`](https://openjdk.org/jeps/394) - [`SunApi`](https://errorprone.info/bugpattern/SunApi) discourages use of internal proprietary JDK APIs which may be removed from future releases. Full Changelog: https://github.com/google/error-prone/compare/v2.27.1...v2.28.0

Picnic-DevPla-Bot commented 3 months ago

Suggested commit message:

Upgrade Error Prone 2.27.1 -> 2.28.0 (#1200)

See:
- https://github.com/google/error-prone/releases/tag/v2.28.0
- https://github.com/google/error-prone/compare/v2.27.1...v2.28.0
- https://github.com/PicnicSupermarket/error-prone/compare/v2.27.1-picnic-1...v2.28.0-picnic-1
github-actions[bot] commented 3 months ago

Looks good. No mutations were possible for these changes. Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed.

Picnic-DevPla-Bot commented 3 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

github-actions[bot] commented 2 months ago

Looks good. No mutations were possible for these changes. Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed.