blob: d7aef760195564543e4676fe536b933c4df99475 [file] [log] [blame]
Jean-Baptiste Querub56ea2a2013-01-08 11:11:20 -08001<html>
2<body>
3Reports any attempt to assign an array or <b>Collection</b> field from a method parameter.
4Since the array or <b>Collection</b> may have its contents modified by the calling method, this construct may
5result in an object having its state modified unexpectedly. While occasionally useful for performance
6reasons, this construct is inherently bug-prone.
7<!-- tooltip end -->
8<p>
Tor Norbyec1ace1f2013-07-08 11:26:24 -07009
Jean-Baptiste Querub56ea2a2013-01-08 11:11:20 -080010</body>
11</html>