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

Sort arguments of RefasterRuleCollectionTestCase#elidedTypesAndStaticImports #850

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Post rebase fixes

0e90279
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Sort arguments of RefasterRuleCollectionTestCase#elidedTypesAndStaticImports #850

Post rebase fixes
0e90279
Select commit
Loading
Failed to load commit list.
GitHub Actions / pitest completed May 24, 2024 in 0s

Pitest mutation testing feedback

  • Surviving mutants in this change: 4
  • Killed mutants in this change: 15
class surviving killed
🧟tech.picnic.errorprone.refaster.test.RefasterRuleCollection$1 3 9
🧟tech.picnic.errorprone.refaster.test.RefasterRuleCollection 1 4
🎉tech.picnic.errorprone.refaster.test.RefasterRuleCollection$UnexpectedMatchReporter 0 2

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

Annotations

Check warning on line 202 in refaster-test-support/src/main/java/tech/picnic/errorprone/refaster/test/RefasterRuleCollection.java

See this annotation in the file changed.

@github-actions github-actions / pitest

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

removed call to filter (covered by 3 tests RemoveFilterMutator)

Check warning on line 222 in refaster-test-support/src/main/java/tech/picnic/errorprone/refaster/test/RefasterRuleCollection.java

See this annotation in the file changed.

@github-actions github-actions / pitest

A change can be made to a lambda on line 222 without causing a test to fail

removed conditional - replaced equality check with true in 3rd lambda in visitMethod (covered by 3 tests RemoveConditionalMutator_EQUAL_IF)

Check warning on line 239 in refaster-test-support/src/main/java/tech/picnic/errorprone/refaster/test/RefasterRuleCollection.java

See this annotation in the file changed.

@github-actions github-actions / pitest

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

replaced return value with null for visitMethod (covered by 8 tests NullReturnValsMutator)

Check warning on line 166 in refaster-test-support/src/main/java/tech/picnic/errorprone/refaster/test/RefasterRuleCollection.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 8 tests RemoveConditionalMutator_EQUAL_ELSE)