error-prone-support icon indicating copy to clipboard operation
error-prone-support copied to clipboard

Introduce `EagerStringFormatting` check

Open Stephan202 opened this issue 2 months ago • 2 comments

:exclamation: This PR is on top of #1138. :exclamation:

This is a draft PR; a bit more work (especially around tests) is required. I'm opening the PR already, as I'd like to reference it.

Suggested commit message:

Introduce `EagerStringFormatting` check (#1139)

This new check flag code that can be simplified and/or optimized by
deferring certain string formatting operations.

Stephan202 avatar Apr 14 '24 17:04 Stephan202

  • Surviving mutants in this change: 20
  • Killed mutants in this change: 69
class surviving killed
:zombie:tech.picnic.errorprone.bugpatterns.EagerStringFormatting$StringFormatExpression 13 26
:zombie:tech.picnic.errorprone.bugpatterns.EagerStringFormatting 7 43

Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed.

github-actions[bot] avatar Apr 14 '24 17:04 github-actions[bot]