View by Classes

Findings - Overview

info Method might ignore exception (Findbugs)

org.jcoderz.commons.tracing.TracingInjectorTask.validate() might ignore java.lang.Exception

Further info on the wiki.

This method might ignore an exception.  In general, exceptions should be handled or reported in some way, or they should be thrown out of the method.

1org.jcoderz.commons.tracing.TracingInjectorTask
 [305]