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 ConstantNaming check #794

Merged
merged 18 commits into from
Oct 27, 2024

Suggestions

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

Introduce ConstantNaming check #794

Suggestions
d7a3938
Select commit
Loading
Failed to load commit list.
GitHub Actions / pitest completed Oct 27, 2024 in 1s

Pitest mutation testing feedback

  • Surviving mutants in this change: 2
  • Killed mutants in this change: 33
class surviving killed
🧟tech.picnic.errorprone.bugpatterns.LexicographicalAnnotationAttributeListing 1 1
🧟tech.picnic.errorprone.bugpatterns.ConstantNaming 1 22
🎉tech.picnic.errorprone.bugpatterns.ConstantNaming$1 0 9
🎉tech.picnic.errorprone.utils.Flags 0 1

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

Annotations

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

See this annotation in the file changed.

@github-actions github-actions / pitest

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

swapped parameters 1 and 2 in call to union (covered by 3 tests ParamSwapMutator)

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

See this annotation in the file changed.

@github-actions github-actions / pitest

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

swapped parameters 1 and 2 in call to union (covered by 3 tests ParamSwapMutator)