Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 5, 2026

This PR contains the following updates:

Package Change Age Confidence
com.google.errorprone:error_prone_test_helpers (source) 2.46.02.47.0 age confidence
com.google.errorprone:error_prone_core (source) 2.46.02.47.0 age confidence
com.google.errorprone:error_prone_annotations (source) 2.46.02.47.0 age confidence

Release Notes

google/error-prone (com.google.errorprone:error_prone_test_helpers)

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner February 5, 2026 15:48
@renovate
Copy link
Contributor Author

renovate bot commented Feb 10, 2026

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.

@codecov
Copy link

codecov bot commented Feb 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.18%. Comparing base (73d0833) to head (097f687).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #8051   +/-   ##
=========================================
  Coverage     90.18%   90.18%           
  Complexity     7591     7591           
=========================================
  Files           841      841           
  Lines         22911    22911           
  Branches       2288     2288           
=========================================
  Hits          20663    20663           
  Misses         1531     1531           
  Partials        717      717           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

public static class TestCases {
private final PercentEscaper percentEscaper = new PercentEscaper();

@SuppressWarnings("JdkObsolete") // Recommended alternative was introduced in java 10
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oddly, errorprone makes the mistake of flagging URLDecoder.decode(String, String) as obsolete recommending using URLDecoder.decode(String, Charset) only available in java 10. Seems like being language-version-aware would have to be a key consideration of this type of obsolete API detection.

Maybe its just a mistake?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, we hit this in contrib too: open-telemetry/opentelemetry-java-contrib#2617

@jack-berg jack-berg merged commit fff95e0 into main Feb 10, 2026
28 checks passed
@jack-berg jack-berg deleted the renovate/errorproneversion branch February 10, 2026 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants