View by Classes

Findings - Overview

info method needlessly defines parameter with concrete classes (Findbugs)

method org.jcoderz.commons.logging.WhitespaceFormatTest.compare(CharBuffer, CharBuffer) needlessly defines parameter with concrete classes (test code)

Further info on the wiki.

This method uses concrete classes for parameters when only methods defined in an implemented interface or super class are used. Consider increasing the abstraction of the interface to make low impact changes easier to accomplish in the future.

2org.jcoderz.commons.logging.WhitespaceFormatTest
 [161],  [161]