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

Introduce NonStaticImport check #450

Merged
merged 20 commits into from
Oct 26, 2023

Revert `s/memberIdentifier/member/`

6fea4d8
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Introduce NonStaticImport check #450

Revert `s/memberIdentifier/member/`
6fea4d8
Select commit
Loading
Failed to load commit list.
GitHub Actions / pitest completed Oct 26, 2023 in 0s

Pitest mutation testing feedback

  • Surviving mutants in this change: 3
  • Killed mutants in this change: 33
class surviving killed
🧟tech.picnic.errorprone.bugpatterns.NonStaticImport$1 2 5
🧟tech.picnic.errorprone.bugpatterns.NonStaticImport 1 23
🎉tech.picnic.errorprone.bugpatterns.StaticImport 0 5

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

Annotations

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

See this annotation in the file changed.

@github-actions github-actions / pitest

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

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

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

See this annotation in the file changed.

@github-actions github-actions / pitest

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

replaced return value with null for visitIdentifier (covered by 2 tests NullReturnValsMutator)

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

See this annotation in the file changed.

@github-actions github-actions / pitest

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

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