Skip to content

Introduce Slf4jLoggerDeclaration check #3647

Introduce Slf4jLoggerDeclaration check

Introduce Slf4jLoggerDeclaration check #3647

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

Pitest mutation testing feedback

  • Surviving mutants in this change: 4
  • Killed mutants in this change: 45
class surviving killed
🧟tech.picnic.errorprone.bugpatterns.Slf4jLoggerDeclaration 4 42
🎉tech.picnic.errorprone.bugpatterns.EmptyMethod 0 3

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

Annotations

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

See this annotation in the file changed.

@github-actions github-actions / pitest

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

removed conditional - replaced equality check with true (covered by 3 tests RemoveConditionalMutator_EQUAL_IF)
removed call to com/google/common/base/Verify::verify (covered by 3 tests VoidMethodCallMutator)

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

See this annotation in the file changed.

@github-actions github-actions / pitest

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

removed conditional - replaced equality check with true (covered by 3 tests RemoveConditionalMutator_EQUAL_IF)
removed call to com/google/common/base/Verify::verify (covered by 3 tests VoidMethodCallMutator)