Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce ExplicitArgumentEnumeration check #985

Merged
merged 7 commits into from
Dec 16, 2024

Tweak

6f0de3a
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Introduce ExplicitArgumentEnumeration check #985

Tweak
6f0de3a
Select commit
Loading
Failed to load commit list.
GitHub Actions / pitest completed Dec 14, 2024 in 0s

Pitest mutation testing feedback

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

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

Annotations

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

See this annotation in the file changed.

@github-actions github-actions / pitest

A change can be made to line 106 without causing a test to fail

removed conditional - replaced equality check with false (covered by 2 tests RemoveConditionalMutator_EQUAL_ELSE)

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

See this annotation in the file changed.

@github-actions github-actions / pitest

A change can be made to line 130 without causing a test to fail

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