File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
config/pitest-suppressions Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments