From 048177c6c92d8702b8f705d26ac44177880ac021 Mon Sep 17 00:00:00 2001 From: yegor256 Date: Mon, 13 Jul 2020 20:09:51 +0300 Subject: [PATCH] #98 aibolit.P20 suppressed in Directives --- src/main/java/org/xembly/Directives.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/xembly/Directives.java b/src/main/java/org/xembly/Directives.java index 7e351b0e..7645a5b8 100644 --- a/src/main/java/org/xembly/Directives.java +++ b/src/main/java/org/xembly/Directives.java @@ -155,7 +155,9 @@ public Iterator iterator() { */ @SuppressWarnings( { - "PMD.StdCyclomaticComplexity", "PMD.InefficientEmptyStringCheck" + "PMD.StdCyclomaticComplexity", + "PMD.InefficientEmptyStringCheck", + "aibolit.P20_5" } ) public static Iterable copyOf(final Node node) {