PreferTestParameter: suggests using @TestParameter instead of @TestParameters for exhaustive boolean and enum parameters on single-element parameterized tests
This release includes several changes to Matcher APIs, and removed some deprecated or problematic APIs:
Remove deprecated MethodMatchers.withSignature API, which relies on fragile toString behaviour. Alternatives for matching on method signatures with varargs and type parameters were added in a98a1c5.
Removed variableType(Matcher) API. Matchers.variableType(Matcher) uses VariableTree#getType to match variable types, which own't work for lambda parameters with inferred types after JDK-8268850. The recommended replacement is variableType(TypePredicate).
Make enclosingPackage return an optional. Module elements are not enclosed by a package, checks using enclosingPackage shouldn't assume an enclosing package exists when processing arbitrary elements.
New FieldMatchers API, similar to MethodMatchers (1dd9c3a).
Remove deprecated value attribute from @IncompatibleModifiers and @RequiredModifiers (#2122)
Error Prone API changes to encapsulate references to internal javac APIs for end position handling (EndPosTable, DiagnosticPosition) (5440bb4, 06c2905, f3915ec)
New checks:
DuplicateAssertion: detect duplicated assertion lines where the argument to assertThat is pure
IfChainToSwitch: suggest converting chains of if-statements into arrow switches
renovateBot
changed the title
fix(deps): update dependency com.google.errorprone:error_prone_core to v2.47.0
fix(deps): update dependency com.google.errorprone:error_prone_core to v2.48.0
Feb 27, 2026
renovateBot
changed the title
fix(deps): update dependency com.google.errorprone:error_prone_core to v2.48.0
fix(deps): update dependency com.google.errorprone:error_prone_core to v2.49.0
Apr 7, 2026
renovateBot
changed the title
fix(deps): update dependency com.google.errorprone:error_prone_core to v2.49.0
Update dependency com.google.errorprone:error_prone_core to v2.49.0
Apr 30, 2026
renovateBot
changed the title
Update dependency com.google.errorprone:error_prone_core to v2.50.0
fix(deps): update dependency com.google.errorprone:error_prone_core to v2.50.0
Aug 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
google/error-prone (com.google.errorprone:error_prone_core)v2.50.0: Error Prone 2.50.0
New checks:
anything
Closed issues: #5553, #5649, #5778
Full changelog: google/error-prone@v2.49.0...v2.50.0
v2.49.0: Error Prone 2.49.0
This release includes several changes to Matcher APIs, and removed some deprecated or problematic APIs:
New checks:
Closed issues: #2283, #3503, #5210, #5289, #5548, #5548, #5554, #5609, #5614, #5656
Full changelog: google/error-prone@v2.48.0...v2.49.0
v2.48.0: Error Prone 2.48.0
Changes:
New checks:
Closed issues: #5529, #5537, #5522, #5521
Full changelog: google/error-prone@v2.47.0...v2.48.0
v2.47.0: Error Prone 2.47.0
New checks:
Closed issues: #1811, #4168, #5459, #5460
Full changelog: google/error-prone@v2.46.0...v2.47.0
v2.46.0: Error Prone 2.46.0
Changes:
New checks:
Full changelog: google/error-prone@v2.45.0...v2.46.0
v2.45.0: Error Prone 2.45.0
Changes:
New checks:
Closed issues: #5335
Full changelog: google/error-prone@v2.44.0...v2.45.0
v2.44.0: Error Prone 2.44.0
Changes
Closed issues: #5218, #5278
Full changelog: google/error-prone@v2.43.0...v2.44.0
v2.43.0: Error Prone 2.43.0
The minimum supported JDK version to run Error Prone is now JDK 21 (#4867).
Changes:
New checks:
Closed issues: #4943, #5102, #5107, #5121, #5158, #5217, #5239
Full changelog: google/error-prone@v2.42.0...v2.43.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.