From 80542756ba16767ca8a8b52a4b1976961b21aa2f Mon Sep 17 00:00:00 2001 From: Vyom-Yadav Date: Tue, 2 Aug 2022 11:58:20 +0530 Subject: [PATCH] Issue #12017: Kill surviving mutations in AbstractCheck --- .../pitest-api-suppressions.xml | 54 ------------------- pom.xml | 4 ++ 2 files changed, 4 insertions(+), 54 deletions(-) diff --git a/.ci/pitest-suppressions/pitest-api-suppressions.xml b/.ci/pitest-suppressions/pitest-api-suppressions.xml index a4635ceaba7..799b7479c78 100644 --- a/.ci/pitest-suppressions/pitest-api-suppressions.xml +++ b/.ci/pitest-suppressions/pitest-api-suppressions.xml @@ -18,33 +18,6 @@ return Collections.unmodifiableSet(tokens); - - AbstractCheck.java - com.puppycrawl.tools.checkstyle.api.AbstractCheck - log - org.pitest.mutationtest.engine.gregor.mutators.NonVoidMethodCallMutator - removed call to com/puppycrawl/tools/checkstyle/api/DetailAST::getColumnNo - ast.getColumnNo(), - - - - AbstractCheck.java - com.puppycrawl.tools.checkstyle.api.AbstractCheck - log - org.pitest.mutationtest.engine.gregor.mutators.NonVoidMethodCallMutator - removed call to com/puppycrawl/tools/checkstyle/api/DetailAST::getType - ast.getType(), - - - - AbstractCheck.java - com.puppycrawl.tools.checkstyle.api.AbstractCheck - log - org.pitest.mutationtest.engine.gregor.mutators.NonVoidMethodCallMutator - removed call to java/lang/Object::getClass - getClass(), - - AbstractCheck.java com.puppycrawl.tools.checkstyle.api.AbstractCheck @@ -54,15 +27,6 @@ getCustomMessages().get(key))); - - AbstractCheck.java - com.puppycrawl.tools.checkstyle.api.AbstractCheck - log - org.pitest.mutationtest.engine.gregor.mutators.experimental.ArgumentPropagationMutator - replaced call to java/util/Map::get with argument - getCustomMessages().get(key))); - - AbstractCheck.java com.puppycrawl.tools.checkstyle.api.AbstractCheck @@ -72,24 +36,6 @@ getId(), - - AbstractCheck.java - com.puppycrawl.tools.checkstyle.api.AbstractCheck - log - org.pitest.mutationtest.engine.gregor.mutators.NonVoidMethodCallMutator - removed call to com/puppycrawl/tools/checkstyle/api/AbstractCheck::getMessageBundle - getMessageBundle(), - - - - AbstractCheck.java - com.puppycrawl.tools.checkstyle.api.AbstractCheck - log - org.pitest.mutationtest.engine.gregor.mutators.NonVoidMethodCallMutator - removed call to com/puppycrawl/tools/checkstyle/api/AbstractCheck::getSeverityLevel - getSeverityLevel(), - - AbstractFileSetCheck.java com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck diff --git a/pom.xml b/pom.xml index 588e6d7dfd2..de33ba86baa 100644 --- a/pom.xml +++ b/pom.xml @@ -4063,6 +4063,10 @@ com.puppycrawl.tools.checkstyle.checks.coding.UnusedLocalVariableCheckTest com.puppycrawl.tools.checkstyle.checks.OuterTypeFilenameCheckTest + org.checkstyle.suppressionxpathfilter.XpathRegressionUnusedLocalVariableTest + com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheckTest + org.checkstyle.suppressionxpathfilter.XpathRegressionJavadocMethodTest + com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheckTest *.Input*