Skip to content

Address comments: Identify suggestion blockers

Sign in for the full log view
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / pitest completed Sep 23, 2023 in 1s

Pitest mutation testing feedback

  • Surviving mutants in this change: 8
  • Killed mutants in this change: 34
class surviving killed
🧟tech.picnic.errorprone.bugpatterns.CanonicalConstantFieldName 8 34

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

Annotations

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

See this annotation in the file changed.

@github-actions github-actions / pitest

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

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

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

See this annotation in the file changed.

@github-actions github-actions / pitest

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

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

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

See this annotation in the file changed.

@github-actions github-actions / pitest

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

replaced boolean return with false for getIncludePrivateConstantFieldNames (covered by 3 tests BooleanFalseReturnValsMutator)

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

See this annotation in the file changed.

@github-actions github-actions / pitest

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

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

Check warning on line 126 in error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/CanonicalConstantFieldName.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

replaced return value with null for matchClass (no tests cover this line NullReturnValsMutator)

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

See this annotation in the file changed.

@github-actions github-actions / pitest

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

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

Check warning on line 112 in error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/CanonicalConstantFieldName.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

replaced return value with null for matchClass (no tests cover this line NullReturnValsMutator)

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

See this annotation in the file changed.

@github-actions github-actions / pitest

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

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