From c9f248de256e10295ee8b7c4ceb52de78d294f2c Mon Sep 17 00:00:00 2001 From: NitishKumar06 Date: Sun, 9 Oct 2022 11:23:28 +0530 Subject: [PATCH] Issue #12278: Pitest suppression for EmptyLineSeperator resolved --- .../pitest-whitespace-suppressions.xml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.ci/pitest-suppressions/pitest-whitespace-suppressions.xml b/.ci/pitest-suppressions/pitest-whitespace-suppressions.xml index 963bf9202e3..f9fba5ec6e0 100644 --- a/.ci/pitest-suppressions/pitest-whitespace-suppressions.xml +++ b/.ci/pitest-suppressions/pitest-whitespace-suppressions.xml @@ -27,15 +27,6 @@ int previousEmptyLineNo = emptyLines.get(0); - - EmptyLineSeparatorCheck.java - com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck - getViolationAstForPackage - org.pitest.mutationtest.engine.gregor.mutators.experimental.NakedReceiverMutator - replaced call to com/puppycrawl/tools/checkstyle/api/DetailAST::getNextSibling with receiver - DetailAST nextElement = ast.getNextSibling(); - - EmptyLineSeparatorCheck.java com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck @@ -54,15 +45,6 @@ lastToken = token.getLastChild(); - - EmptyLineSeparatorCheck.java - com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck - isLineEmptyAfterPackage - org.pitest.mutationtest.engine.gregor.mutators.experimental.NakedReceiverMutator - replaced call to com/puppycrawl/tools/checkstyle/api/DetailAST::getNextSibling with receiver - DetailAST nextElement = ast.getNextSibling(); - - EmptyLineSeparatorCheck.java com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck