The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is low
Effort is max
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Unused public or protected field: de.smartics.testdoc.maven.AbstractReportMojo.factory | STYLE | UUF_UNUSED_PUBLIC_OR_PROTECTED_FIELD | Not available | Medium |
Unused public or protected field: de.smartics.testdoc.maven.AbstractReportMojo.localRepository | STYLE | UUF_UNUSED_PUBLIC_OR_PROTECTED_FIELD | Not available | Medium |
Unused public or protected field: de.smartics.testdoc.maven.AbstractReportMojo.locale | STYLE | UUF_UNUSED_PUBLIC_OR_PROTECTED_FIELD | Not available | Medium |
Unused public or protected field: de.smartics.testdoc.maven.AbstractReportMojo.resolver | STYLE | UUF_UNUSED_PUBLIC_OR_PROTECTED_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
TestDocReportMojo.testDocHelper not initialized in constructor and dereferenced in de.smartics.testdoc.maven.TestDocReportMojo.exportIndex(Locale) | STYLE | UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | 255 | Low |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Unread public/protected field: de.smartics.testdoc.maven.export.sink.AbstractPageRenderer.reportName | STYLE | URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD | 65 | Low |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
de.smartics.testdoc.maven.export.sink.RenderHelper.renderSectionEnd(int) uses the same code for two switch clauses | STYLE | DB_DUPLICATE_SWITCH_CLAUSES | 263-264 | Low |
de.smartics.testdoc.maven.export.sink.RenderHelper.renderSectionStart(int) uses the same code for two switch clauses | STYLE | DB_DUPLICATE_SWITCH_CLAUSES | 238-239 | Low |
de.smartics.testdoc.maven.export.sink.RenderHelper.renderSectionTitle(int, String) uses the same code for two switch clauses | STYLE | DB_DUPLICATE_SWITCH_CLAUSES | 209-212 | Low |