File tree 2 files changed +1
-9
lines changed
config/pitest-suppressions 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 17
17
<description >Removed assignment to member variable args</description >
18
18
<lineContent >this.args = null;</lineContent >
19
19
</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 >
29
20
</suppressedMutations >
Original file line number Diff line number Diff line change 4695
4695
<param >com.puppycrawl.tools.checkstyle.filters.SuppressWithPlainTextCommentFilterTest</param >
4696
4696
<param >com.puppycrawl.tools.checkstyle.checks.whitespace.FileTabCharacterCheckTest</param >
4697
4697
<param >com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheckTest</param >
4698
+ <param >com.puppycrawl.tools.checkstyle.checks.modifier.InterfaceMemberImpliedModifierCheckTest</param >
4698
4699
</targetTests >
4699
4700
<avoidCallsTo >
4700
4701
<avoidCallsTo >com.puppycrawl.tools.checkstyle.utils.UnmodifiableCollectionUtil</avoidCallsTo >
You can’t perform that action at this time.
0 commit comments