Conversation
|
Looks good. No mutations were possible for these changes. |
c252aaf to
74609f1
Compare
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed. |
74609f1 to
17e9ab2
Compare
|
Looks good. No mutations were possible for these changes. |
Stephan202
left a comment
There was a problem hiding this comment.
❗ This PR is on top of #1927. We need to raise the Java baseline first. ❗
Besides rebasing, I added a commit.
Suggested commit message:
Upgrade Error Prone 2.42.0 -> 2.43.0 (#1930)
See:
- https://github.com/google/error-prone/releases/tag/v2.43.0
- https://github.com/google/error-prone/compare/v2.42.0...v2.43.0
- https://github.com/PicnicSupermarket/error-prone/compare/v2.42.0-picnic-1...v2.43.0-picnic-1
Edited/Blocked NotificationRenovate 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. |
WIP: - Move Refaster rule changes to a separate PR. - Investigate other cleanup opportunities.
91bde89 to
8e4c632
Compare
17e9ab2 to
fb57f56
Compare
|
Looks good. No mutations were possible for these changes. |
ac3ee99 to
96f070e
Compare
96f070e to
67d7d5f
Compare
|
|
Looks good. No mutations were possible for these changes. |



This PR contains the following updates:
2.42.0->2.43.0Release Notes
google/error-prone (Error Prone)
v2.43.0: Error Prone 2.43.0Compare Source
The minimum support JDK version to run Error Prone is now JDK 21 (https://github.com/google/error-prone/issues/4867).
Changes:
-XepPatchChecksnow skips disabled checks (#4943)AndroidJdkLibsCheckerhas been removed, the recommended replacement for Android code is Android Lint's NewApi checkNew checks:
NullNeedsCastForVarargs: Detect calls that incorrectly passes anullarray instead of anullelement.RedundantNullCheck: detect checks on expressions that are non-null.Closed issues: #4943, #5102, #5107, #5121, #5158, #5217, #5239
Full changelog: google/error-prone@v2.42.0...v2.43.0