This method copies data from one array to another manually using a loop. It is much better performing to use System.arraycopy as this method is native.
| 1 | org.jcoderz.phoenix.report.StatisticCollector |
| method org.jcoderz.phoenix.report.StatisticCollector.cutPackages(String[]) copies arrays manually [664] | |
| 1 | org.jcoderz.commons.util.LoggingProxy |
| method org.jcoderz.commons.util.LoggingProxy.invoke(Object, Method, Object[]) copies arrays manually [148] | |