Skip to content

Introduce `ExplicitArgumentEnumeration` check

Sign in for the full log view
GitHub Actions / pitest completed Jan 21, 2024 in 1s

Pitest mutation testing feedback

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

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

Annotations

Check warning on line 126 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 126 without causing a test to fail

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

Check warning on line 180 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 180 without causing a test to fail

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

Check warning on line 112 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 112 without causing a test to fail

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

Check warning on line 135 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

3 different changes can be made to a lambda on line 135 without causing a test to fail

removed conditional - replaced equality check with true in 1st lambda in trySuggestCallingVarargsOverload (covered by 2 tests RemoveConditionalMutator_EQUAL_IF)
removed conditional - replaced equality check with true in 1st lambda in trySuggestCallingVarargsOverload (covered by 2 tests RemoveConditionalMutator_EQUAL_IF)
replaced boolean return with true for 1st lambda in trySuggestCallingVarargsOverload (covered by 2 tests BooleanTrueReturnValsMutator)

Check warning on line 113 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 113 without causing a test to fail

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

Check warning on line 186 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 186 without causing a test to fail

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

Check warning on line 102 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 102 without causing a test to fail

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