Reports suspicious calls to System.arraycopy().
Warnings reported by this inspection are:
- source or destination which are not of an array type.
- source and destination have a different type.
- copied chunk length is always bigger than src.length - srcPos.
- copied chunk length is always bigger than dest.length - destPos.
- ranges always intersect in case, when source and destination is the same array.