View by Classes

Findings - Overview

warning empty method could be declared abstract (Findbugs)

Further info on the wiki.

This method is empty or merely throws an exception. Since the class it is defined in is abstract, it may be more correct to define this method as abstract instead, so that proper subclass behavior is enforced.

2org.jcoderz.commons.taskdefs.XsltBasedTask
empty method org.jcoderz.commons.taskdefs.XsltBasedTask.postExecute() could be declared abstract [386],
empty method org.jcoderz.commons.taskdefs.XsltBasedTask.setAdditionalTransformerParameters(Transformer) could be declared abstract [300]