FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
11300

org.apache.maven.plugins.release.AbstractReleaseMojo

BugCategoryDetailsLinePriority
Exception is caught when Exception is not thrown in org.apache.maven.plugins.release.AbstractReleaseMojo.getActiveProfileIds()STYLEREC_CATCH_EXCEPTION209Medium
org.apache.maven.plugins.release.AbstractReleaseMojo.createReleaseDescriptor() concatenates strings using + in a loopPERFORMANCESBSC_USE_STRINGBUFFER_CONCATENATION172Medium

org.apache.maven.plugins.release.HelpMojo

BugCategoryDetailsLinePriority
org.apache.maven.plugins.release.HelpMojo.build() may fail to clean up java.io.InputStreamEXPERIMENTALOBL_UNSATISFIED_OBLIGATION68Medium