Skip to content

Commit 83788d6

Browse files
Kevin222004romani
authored andcommitted
Issue #13809: Kill mutation in pitest-api profile
1 parent 56af761 commit 83788d6

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

config/pitest-suppressions/pitest-api-suppressions.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,4 @@
1717
<description>Removed assignment to member variable args</description>
1818
<lineContent>this.args = null;</lineContent>
1919
</mutation>
20-
21-
<mutation unstable="false">
22-
<sourceFile>Violation.java</sourceFile>
23-
<mutatedClass>com.puppycrawl.tools.checkstyle.api.Violation</mutatedClass>
24-
<mutatedMethod>compareTo</mutatedMethod>
25-
<mutator>org.pitest.mutationtest.engine.gregor.mutators.NonVoidMethodCallMutator</mutator>
26-
<description>removed call to java/lang/String::compareTo</description>
27-
<lineContent>result = getViolation().compareTo(other.getViolation());</lineContent>
28-
</mutation>
2920
</suppressedMutations>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4695,6 +4695,7 @@
46954695
<param>com.puppycrawl.tools.checkstyle.filters.SuppressWithPlainTextCommentFilterTest</param>
46964696
<param>com.puppycrawl.tools.checkstyle.checks.whitespace.FileTabCharacterCheckTest</param>
46974697
<param>com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheckTest</param>
4698+
<param>com.puppycrawl.tools.checkstyle.checks.modifier.InterfaceMemberImpliedModifierCheckTest</param>
46984699
</targetTests>
46994700
<avoidCallsTo>
47004701
<avoidCallsTo>com.puppycrawl.tools.checkstyle.utils.UnmodifiableCollectionUtil</avoidCallsTo>

0 commit comments

Comments
 (0)