FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.2.1

Threshold is Low

Effort is Default

Summary

Classes Bugs Errors Missing Classes
60 4 0 0

net.sf.maven.plugins.eclipseformat.ConfigReader

Bug Category Details Line
Exception is caught when Exception is not thrown in net.sf.maven.plugins.eclipseformat.ConfigReader.getProperties() STYLE REC_CATCH_EXCEPTION 125

net.sf.maven.plugins.eclipseformat.EclipseFormatMojo

Bug Category Details Line
Exception is caught when Exception is not thrown in net.sf.maven.plugins.eclipseformat.EclipseFormatMojo.formatFile(File) STYLE REC_CATCH_EXCEPTION 210
EclipseFormatMojo.sourceDirectory not initialized in constructor STYLE UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR Not available
EclipseFormatMojo.testSourceDirectory not initialized in constructor STYLE UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR Not available