View by Classes

Findings - Overview

warning method adds unrelated types to collection or array (Findbugs)

method org.jcoderz.commons.logging.BasicPrinter.printParameterLine(PrintWriter, LogItem, List, String, List) adds unrelated types to collection or array

Further info on the wiki.

This method adds unrelated objects to a collection or array, requiring careful and brittle data access to that collection. Create a separate class with properties needed, and add an instance of this class to the collection or array, if possible.

1org.jcoderz.commons.logging.BasicPrinter
 [286]