This method creates an array initialized by constants. Each time this method is called this array will be recreated. It would be more performant to define the array as a static field of the class instead.
| 2 | org.jcoderz.commons.util.Base64UtilTest |
| Method org.jcoderz.commons.util.Base64UtilTest.testSingletons() creates array using constants (test code) [259], Method org.jcoderz.commons.util.Base64UtilTest.testTriplets() creates array using constants (test code) [287] | |
| 1 | org.jcoderz.phoenix.report.JcSummaryReportAntTask |
| Method org.jcoderz.phoenix.report.JcSummaryReportAntTask.createFindingsChart(Map, Map, String) creates array using constants [668] | |
| 1 | org.jcoderz.phoenix.report.StatisticCollector |
| Method org.jcoderz.phoenix.report.StatisticCollector.createQualityChart(Map, String) creates array using constants [492] | |