Skip to content

Commit

Permalink
Issue checkstyle#12278: Pitest suppression for EmptyLineSeperator res…
Browse files Browse the repository at this point in the history
…olved
  • Loading branch information
nitishfy committed Oct 9, 2022
1 parent fa68569 commit c9f248d
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .ci/pitest-suppressions/pitest-whitespace-suppressions.xml
Expand Up @@ -27,15 +27,6 @@
<lineContent>int previousEmptyLineNo = emptyLines.get(0);</lineContent>
</mutation>

<mutation unstable="false">
<sourceFile>EmptyLineSeparatorCheck.java</sourceFile>
<mutatedClass>com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck</mutatedClass>
<mutatedMethod>getViolationAstForPackage</mutatedMethod>
<mutator>org.pitest.mutationtest.engine.gregor.mutators.experimental.NakedReceiverMutator</mutator>
<description>replaced call to com/puppycrawl/tools/checkstyle/api/DetailAST::getNextSibling with receiver</description>
<lineContent>DetailAST nextElement = ast.getNextSibling();</lineContent>
</mutation>

<mutation unstable="false">
<sourceFile>EmptyLineSeparatorCheck.java</sourceFile>
<mutatedClass>com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck</mutatedClass>
Expand All @@ -54,15 +45,6 @@
<lineContent>lastToken = token.getLastChild();</lineContent>
</mutation>

<mutation unstable="false">
<sourceFile>EmptyLineSeparatorCheck.java</sourceFile>
<mutatedClass>com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck</mutatedClass>
<mutatedMethod>isLineEmptyAfterPackage</mutatedMethod>
<mutator>org.pitest.mutationtest.engine.gregor.mutators.experimental.NakedReceiverMutator</mutator>
<description>replaced call to com/puppycrawl/tools/checkstyle/api/DetailAST::getNextSibling with receiver</description>
<lineContent>DetailAST nextElement = ast.getNextSibling();</lineContent>
</mutation>

<mutation unstable="false">
<sourceFile>EmptyLineSeparatorCheck.java</sourceFile>
<mutatedClass>com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck</mutatedClass>
Expand Down

0 comments on commit c9f248d

Please sign in to comment.