FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 2.0.3

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
11 3 0 0

org.apache.maven.plugins.release.AbstractReleaseMojo

Bug Category Details Line Priority
Exception is caught when Exception is not thrown in org.apache.maven.plugins.release.AbstractReleaseMojo.getActiveProfileIds() STYLE REC_CATCH_EXCEPTION 209 Medium
org.apache.maven.plugins.release.AbstractReleaseMojo.createReleaseDescriptor() concatenates strings using + in a loop PERFORMANCE SBSC_USE_STRINGBUFFER_CONCATENATION 172 Medium

org.apache.maven.plugins.release.HelpMojo

Bug Category Details Line Priority
org.apache.maven.plugins.release.HelpMojo.build() may fail to clean up java.io.InputStream EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION 68 Medium