Update performance.xml

Reference to Arrays.copyOf
This commit is contained in:
Tobias Weimer
2017-12-19 20:52:23 +01:00
committed by GitHub
parent 75fe76cbf5
commit fbd9306889

View File

@ -64,7 +64,7 @@ sb.append('a'); // use this instead
class="net.sourceforge.pmd.lang.rule.XPathRule"
externalInfoUrl="${pmd.website.baseurl}/pmd_rules_java_performance.html#avoidarrayloops">
<description>
Instead of manually copying data between two arrays, use the efficient System.arraycopy method instead.
Instead of manually copying data between two arrays, use the efficient Arrays.copyOf or System.arraycopy method instead.
</description>
<priority>3</priority>
<properties>