blob: 7c64b8fe0445b75cafa123299a4280c7b98d8b97 [file] [log] [blame]
Jean-Baptiste Querub56ea2a2013-01-08 11:11:20 -08001<html>
2<body>Reports the copying of array contents to a collection where each element
3is added individually using a for loop. Such constructs may be replaced by a call to
4<b>Collection.addAll(Arrays.asList())</b> or <b>Collections.addAll()</b>.
5<!-- tooltip end -->
6<p>
Tor Norbyec1ace1f2013-07-08 11:26:24 -07007
Jean-Baptiste Querub56ea2a2013-01-08 11:11:20 -08008</body>
9</html>