View by Classes

Findings - Overview

warning method is implemented with an exact copy of it's superclass's method (Findbugs)

method org.jcoderz.commons.taskdefs.AppInfoSaxHandler.warning(SAXParseException) is implemented with an exact copy of it's superclass's method

Further info on the wiki.

This method is implemented using an exact copy of it's super class method's implementation, which usually means that this method can just be removed.

1org.jcoderz.commons.taskdefs.AppInfoSaxHandler
 [124]