From fd51f6254a70cc7ee1dc29caa14f79e2e50a8da7 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Sun, 7 Jan 2018 19:19:17 +0100 Subject: [PATCH] Update performance.xml Added missing CDATA --- pmd-java/src/main/resources/category/java/performance.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pmd-java/src/main/resources/category/java/performance.xml b/pmd-java/src/main/resources/category/java/performance.xml index f35f0a98f6..6bbe81824e 100644 --- a/pmd-java/src/main/resources/category/java/performance.xml +++ b/pmd-java/src/main/resources/category/java/performance.xml @@ -788,6 +788,7 @@ public class SimpleTest extends TestCase { class="net.sourceforge.pmd.lang.rule.XPathRule" externalInfoUrl="${pmd.website.baseurl}/pmd_rules_java_performance.html#usearraysaslist"> +(Arrays.asList(...)) if that is inconvenient for you (e.g. because of concurrent access). - +]]> + 3