blob: 7c64b8fe0445b75cafa123299a4280c7b98d8b97 [file] [log] [blame]
<html>
<body>Reports the copying of array contents to a collection where each element
is added individually using a for loop. Such constructs may be replaced by a call to
<b>Collection.addAll(Arrays.asList())</b> or <b>Collections.addAll()</b>.
<!-- tooltip end -->
<p>
</body>
</html>