Jean-Baptiste Queru | b56ea2a | 2013-01-08 11:11:20 -0800 | [diff] [blame] | 1 | <html> |
| 2 | <body> |
| 3 | Reports any attempt to assign an array or <b>Collection</b> field from a method parameter. |
| 4 | Since the array or <b>Collection</b> may have its contents modified by the calling method, this construct may |
| 5 | result in an object having its state modified unexpectedly. While occasionally useful for performance |
| 6 | reasons, this construct is inherently bug-prone. |
| 7 | <!-- tooltip end --> |
| 8 | <p> |
Tor Norbye | c1ace1f | 2013-07-08 11:26:24 -0700 | [diff] [blame] | 9 | |
Jean-Baptiste Queru | b56ea2a | 2013-01-08 11:11:20 -0800 | [diff] [blame] | 10 | </body> |
| 11 | </html> |