Skip to content

Introduce ClassCastLambdaUsage check #3603

Introduce ClassCastLambdaUsage check

Introduce ClassCastLambdaUsage check #3603

GitHub Actions / pitest completed Oct 28, 2024 in 0s

Pitest mutation testing feedback

  • Surviving mutants in this change: 2
  • Killed mutants in this change: 13
class surviving killed
🧟tech.picnic.errorprone.bugpatterns.ClassCast 2 13

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

Annotations

Check warning on line 62 in error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/ClassCast.java

See this annotation in the file changed.

@github-actions github-actions / pitest

2 different changes can be made to line 62 without causing a test to fail

removed conditional - replaced equality check with true (covered by 2 tests RemoveConditionalMutator_EQUAL_IF)
removed conditional - replaced equality check with true (covered by 1 tests RemoveConditionalMutator_EQUAL_IF)