View by Classes

Findings - Overview

warning method copies arrays manually (Findbugs)

Further info on the wiki.

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.

1org.jcoderz.phoenix.report.StatisticCollector
method org.jcoderz.phoenix.report.StatisticCollector.cutPackages(String[]) copies arrays manually [664]
1org.jcoderz.commons.util.LoggingProxy
method org.jcoderz.commons.util.LoggingProxy.invoke(Object, Method, Object[]) copies arrays manually [148]