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.
- source offset, destination offset or length are negative.
Powered by InspectionGadgets