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

Have ErrorProneRuntimeClasspath ignore non-public types #972

Merged
merged 2 commits into from
Jan 29, 2024

Fix JDK 11 compatibility

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

Have ErrorProneRuntimeClasspath ignore non-public types #972

Fix JDK 11 compatibility
5994a5e
Select commit
Loading
Failed to load commit list.
GitHub Actions / pitest completed Jan 29, 2024 in 0s

Pitest mutation testing feedback

  • Surviving mutants in this change: 3
  • Killed mutants in this change: 16
class surviving killed
🧟tech.picnic.errorprone.bugpatterns.util.ThirdPartyLibrary 3 16

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

Annotations

Check warning on line 91 in error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/util/ThirdPartyLibrary.java

See this annotation in the file changed.

@github-actions github-actions / pitest

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

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

Check warning on line 96 in error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/util/ThirdPartyLibrary.java

See this annotation in the file changed.

@github-actions github-actions / pitest

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

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