Skip to content

Introduce `RefasterRuleTestExtractor` for documentation generation

Sign in for the full log view
GitHub Actions / pitest completed Aug 31, 2024 in 0s

Pitest mutation testing feedback

  • Surviving mutants in this change: 3
  • Killed mutants in this change: 35
class surviving killed
🧟tech.picnic.errorprone.documentation.RefasterRuleCollectionTestExtractor 2 25
🧟tech.picnic.errorprone.documentation.RefasterRuleCollectionTestExtractor$RefasterTestCase 1 1
πŸŽ‰tech.picnic.errorprone.documentation.BugPatternTestExtractor$BugPatternTestCollector 0 5
πŸŽ‰tech.picnic.errorprone.documentation.BugPatternTestExtractor 0 1
πŸŽ‰tech.picnic.errorprone.documentation.BugPatternTestExtractor$BugPatternTestCases 0 1
πŸŽ‰tech.picnic.errorprone.documentation.RefasterRuleCollectionTestExtractor$RefasterTestCases 0 1
πŸŽ‰tech.picnic.errorprone.documentation.BugPatternTestExtractor$BugPatternTestCase 0 1

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

Annotations

Check warning on line 126 in documentation-support/src/main/java/tech/picnic/errorprone/documentation/RefasterRuleCollectionTestExtractor.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 call to repeat (covered by 2 tests RemoveChainedCallsMutator)

Check warning on line 121 in documentation-support/src/main/java/tech/picnic/errorprone/documentation/RefasterRuleCollectionTestExtractor.java

See this annotation in the file changed.

@github-actions github-actions / pitest

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

changed conditional boundary (covered by 2 tests ConditionalsBoundaryMutator)

Check warning on line 169 in documentation-support/src/main/java/tech/picnic/errorprone/documentation/RefasterRuleCollectionTestExtractor.java

See this annotation in the file changed.

@github-actions github-actions / pitest

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

swapped parameters 1 and 2 in call to <init> (covered by 2 tests ParamSwapMutator)