Introduce DuplicateAnnotationAttributeListing
#1070
Pitest mutation testing feedback
- Surviving mutants in this change: 8
- Killed mutants in this change: 43
class | surviving | killed |
---|---|---|
🧟tech.picnic.errorprone.bugpatterns.DuplicateAnnotationAttributeListing$1 |
4 | 8 |
🧟tech.picnic.errorprone.bugpatterns.DuplicateAnnotationAttributeListing |
4 | 35 |
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed.
Annotations
github-actions / pitest
A change can be made to line 227 without causing a test to fail
removed call to filter (covered by 3 tests RemoveFilterMutator)
github-actions / pitest
A change can be made to line 114 without causing a test to fail
removed conditional - replaced comparison check with false (covered by 3 tests RemoveConditionalMutator_ORDER_ELSE)
github-actions / pitest
A change can be made to line 168 without causing a test to fail
swapped parameters 4 and 5 in call to <init> (covered by 3 tests ParamSwapMutator)
github-actions / pitest
A change can be made to line 241 without causing a test to fail
removed conditional - replaced equality check with false (covered by 2 tests RemoveConditionalMutator_EQUAL_ELSE)
github-actions / pitest
A change can be made to line 189 without causing a test to fail
replaced return value with null for visitIdentifier (covered by 2 tests NullReturnValsMutator)
github-actions / pitest
A change can be made to line 214 without causing a test to fail
replaced return value with null for visitPrimitiveType (covered by 1 tests NullReturnValsMutator)
github-actions / pitest
A change can be made to line 201 without causing a test to fail
replaced return value with null for visitLiteral (covered by 3 tests NullReturnValsMutator)
github-actions / pitest
A change can be made to line 177 without causing a test to fail
replaced return value with null for visitAnnotation (covered by 2 tests NullReturnValsMutator)