|
595 | 595 | <lineContent>return "HexLiteralCase Recipe";</lineContent> |
596 | 596 | </mutation> |
597 | 597 |
|
598 | | - <mutation unstable="false"> |
599 | | - <sourceFile>HexLiteralCase.java</sourceFile> |
600 | | - <mutatedClass>org.checkstyle.autofix.recipe.HexLiteralCase$HexLiteralCaseVisitor</mutatedClass> |
601 | | - <mutatedMethod>isAtViolationLocation</mutatedMethod> |
602 | | - <mutator>org.pitest.mutationtest.engine.gregor.mutators.returns.BooleanTrueReturnValsMutator</mutator> |
603 | | - <description>replaced boolean return with true for org/checkstyle/autofix/recipe/HexLiteralCase$HexLiteralCaseVisitor::isAtViolationLocation</description> |
604 | | - <lineContent>return violations.stream().anyMatch(violation -> {</lineContent> |
605 | | - </mutation> |
606 | | - |
607 | 598 | <mutation unstable="false"> |
608 | 599 | <sourceFile>HexLiteralCase.java</sourceFile> |
609 | 600 | <mutatedClass>org.checkstyle.autofix.recipe.HexLiteralCase$HexLiteralCaseVisitor</mutatedClass> |
|
613 | 604 | <lineContent>&& absolutePath.endsWith(sourcePath);</lineContent> |
614 | 605 | </mutation> |
615 | 606 |
|
616 | | - <mutation unstable="false"> |
617 | | - <sourceFile>HexLiteralCase.java</sourceFile> |
618 | | - <mutatedClass>org.checkstyle.autofix.recipe.HexLiteralCase$HexLiteralCaseVisitor</mutatedClass> |
619 | | - <mutatedMethod>lambda$isAtViolationLocation$0</mutatedMethod> |
620 | | - <mutator>org.pitest.mutationtest.engine.gregor.mutators.RemoveConditionalMutator_EQUAL_IF</mutator> |
621 | | - <description>removed conditional - replaced equality check with true</description> |
622 | | - <lineContent>&& violation.getColumn() == column</lineContent> |
623 | | - </mutation> |
624 | | - |
625 | 607 | <mutation unstable="false"> |
626 | 608 | <sourceFile>HexLiteralCase.java</sourceFile> |
627 | 609 | <mutatedClass>org.checkstyle.autofix.recipe.HexLiteralCase$HexLiteralCaseVisitor</mutatedClass> |
|
631 | 613 | <lineContent>final Path absolutePath = violation.getFilePath().toAbsolutePath();</lineContent> |
632 | 614 | </mutation> |
633 | 615 |
|
634 | | - <mutation unstable="false"> |
635 | | - <sourceFile>HexLiteralCase.java</sourceFile> |
636 | | - <mutatedClass>org.checkstyle.autofix.recipe.HexLiteralCase$HexLiteralCaseVisitor</mutatedClass> |
637 | | - <mutatedMethod>lambda$isAtViolationLocation$0</mutatedMethod> |
638 | | - <mutator>org.pitest.mutationtest.engine.gregor.mutators.RemoveConditionalMutator_EQUAL_IF</mutator> |
639 | | - <description>removed conditional - replaced equality check with true</description> |
640 | | - <lineContent>return violation.getLine() == line</lineContent> |
641 | | - </mutation> |
642 | | - |
643 | | - <mutation unstable="false"> |
644 | | - <sourceFile>HexLiteralCase.java</sourceFile> |
645 | | - <mutatedClass>org.checkstyle.autofix.recipe.HexLiteralCase$HexLiteralCaseVisitor</mutatedClass> |
646 | | - <mutatedMethod>lambda$isAtViolationLocation$0</mutatedMethod> |
647 | | - <mutator>org.pitest.mutationtest.engine.gregor.mutators.returns.BooleanTrueReturnValsMutator</mutator> |
648 | | - <description>replaced boolean return with true for org/checkstyle/autofix/recipe/HexLiteralCase$HexLiteralCaseVisitor::lambda$isAtViolationLocation$0</description> |
649 | | - <lineContent>return violation.getLine() == line</lineContent> |
650 | | - </mutation> |
651 | | - |
652 | | - <mutation unstable="false"> |
653 | | - <sourceFile>HexLiteralCase.java</sourceFile> |
654 | | - <mutatedClass>org.checkstyle.autofix.recipe.HexLiteralCase$HexLiteralCaseVisitor</mutatedClass> |
655 | | - <mutatedMethod>shouldProcessLiteral</mutatedMethod> |
656 | | - <mutator>org.pitest.mutationtest.engine.gregor.mutators.RemoveConditionalMutator_EQUAL_ELSE</mutator> |
657 | | - <description>removed conditional - replaced equality check with false</description> |
658 | | - <lineContent>&& (literal.getType() == JavaType.Primitive.Long</lineContent> |
659 | | - </mutation> |
660 | | - |
661 | | - <mutation unstable="false"> |
662 | | - <sourceFile>HexLiteralCase.java</sourceFile> |
663 | | - <mutatedClass>org.checkstyle.autofix.recipe.HexLiteralCase$HexLiteralCaseVisitor</mutatedClass> |
664 | | - <mutatedMethod>shouldProcessLiteral</mutatedMethod> |
665 | | - <mutator>org.pitest.mutationtest.engine.gregor.mutators.RemoveConditionalMutator_EQUAL_ELSE</mutator> |
666 | | - <description>removed conditional - replaced equality check with false</description> |
667 | | - <lineContent>&& (valueSource.startsWith(HEX_PREFIX)</lineContent> |
668 | | - </mutation> |
669 | | - |
670 | | - <mutation unstable="false"> |
671 | | - <sourceFile>HexLiteralCase.java</sourceFile> |
672 | | - <mutatedClass>org.checkstyle.autofix.recipe.HexLiteralCase$HexLiteralCaseVisitor</mutatedClass> |
673 | | - <mutatedMethod>shouldProcessLiteral</mutatedMethod> |
674 | | - <mutator>org.pitest.mutationtest.engine.gregor.mutators.RemoveConditionalMutator_EQUAL_IF</mutator> |
675 | | - <description>removed conditional - replaced equality check with true</description> |
676 | | - <lineContent>&& isAtViolationLocation(literal);</lineContent> |
677 | | - </mutation> |
678 | | - |
679 | | - <mutation unstable="false"> |
680 | | - <sourceFile>HexLiteralCase.java</sourceFile> |
681 | | - <mutatedClass>org.checkstyle.autofix.recipe.HexLiteralCase$HexLiteralCaseVisitor</mutatedClass> |
682 | | - <mutatedMethod>shouldProcessLiteral</mutatedMethod> |
683 | | - <mutator>org.pitest.mutationtest.engine.gregor.mutators.RemoveConditionalMutator_EQUAL_IF</mutator> |
684 | | - <description>removed conditional - replaced equality check with true</description> |
685 | | - <lineContent>return valueSource != null</lineContent> |
686 | | - </mutation> |
687 | | - |
688 | | - <mutation unstable="false"> |
689 | | - <sourceFile>HexLiteralCase.java</sourceFile> |
690 | | - <mutatedClass>org.checkstyle.autofix.recipe.HexLiteralCase$HexLiteralCaseVisitor</mutatedClass> |
691 | | - <mutatedMethod>shouldProcessLiteral</mutatedMethod> |
692 | | - <mutator>org.pitest.mutationtest.engine.gregor.mutators.RemoveConditionalMutator_EQUAL_IF</mutator> |
693 | | - <description>removed conditional - replaced equality check with true</description> |
694 | | - <lineContent>|| literal.getType() == JavaType.Primitive.Int)</lineContent> |
695 | | - </mutation> |
696 | | - |
697 | | - <mutation unstable="false"> |
698 | | - <sourceFile>HexLiteralCase.java</sourceFile> |
699 | | - <mutatedClass>org.checkstyle.autofix.recipe.HexLiteralCase$HexLiteralCaseVisitor</mutatedClass> |
700 | | - <mutatedMethod>shouldProcessLiteral</mutatedMethod> |
701 | | - <mutator>org.pitest.mutationtest.engine.gregor.mutators.RemoveConditionalMutator_EQUAL_IF</mutator> |
702 | | - <description>removed conditional - replaced equality check with true</description> |
703 | | - <lineContent>|| valueSource.startsWith(HEX_PREFIX.toUpperCase(Locale.ROOT)))</lineContent> |
704 | | - </mutation> |
705 | | - |
706 | 616 | <mutation unstable="false"> |
707 | 617 | <sourceFile>HexLiteralCase.java</sourceFile> |
708 | 618 | <mutatedClass>org.checkstyle.autofix.recipe.HexLiteralCase$HexLiteralCaseVisitor</mutatedClass> |
|
0 commit comments