From 085dd5f174caf0190c6ef07a9bfddbe0746426e1 Mon Sep 17 00:00:00 2001
From: Shrey Kumar Singh
+ * SeverityMatchFilter can suppress Checks that have Treewalker or Checker as parent module. + *
*+ * SuppressWarningsFilter can suppress Checks that have Treewalker or + * Checker as parent module. + *
+ ** To configure the check that makes tha annotations available to the filter. *
*diff --git a/src/main/java/com/puppycrawl/tools/checkstyle/filters/SuppressWithNearbyCommentFilter.java b/src/main/java/com/puppycrawl/tools/checkstyle/filters/SuppressWithNearbyCommentFilter.java index 9a998e2b6d3..bb95ec3b828 100644 --- a/src/main/java/com/puppycrawl/tools/checkstyle/filters/SuppressWithNearbyCommentFilter.java +++ b/src/main/java/com/puppycrawl/tools/checkstyle/filters/SuppressWithNearbyCommentFilter.java @@ -52,6 +52,10 @@ * a * SuppressWithPlainTextCommentFilter or similar filter must be used. * + *+ * SuppressWithNearbyCommentFilter can suppress Checks that have + * Treewalker as parent module. + *
*
+ * SuppressionWithPlainTextCommentFilter can suppress Checks that have Treewalker or + * Checker as parent module. + *
*+ * SuppressionCommentFilter can suppress Checks that have Treewalker as parent module. + *
*+ * SuppressionFilter can suppress Checks that have Treewalker or Checker as parent module. + *
*+ * SuppressionSingleFilter can suppress Checks that have Treewalker or + * Checker as parent module. + *
*+ * SuppressionXpathFilter can suppress Checks that have Treewalker as parent module. + *
*+ * SuppressionXpathSingleFilter can suppress Checks that have Treewalker as parent module. + *
*+ SeverityMatchFilter can suppress Checks that have Treewalker or Checker as parent module. +
+