The following document contains the results of FindBugs Report
FindBugs Version is 1.2.1
Threshold is Low
Effort is Default
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
60 | 4 | 0 | 0 |
Class | Bugs |
---|---|
net.sf.maven.plugins.eclipseformat.ConfigReader | 1 |
net.sf.maven.plugins.eclipseformat.EclipseFormatMojo | 3 |
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 |
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 |