blob: cf2186ee2fa26c629df7ef8f67ab90d0815a8052 [file] [log] [blame]
<html>
<body>
Reports suspicious calls to <b>System.arraycopy()</b>.
Warnings reported by this inspection are:
<ul>
<li>source or destination which are not of an array type.
<li>source and destination have a different type.
<li>source offset, destination offset or length are negative.
</ul>
<!-- tooltip end -->
<p>
</body>
</html>