The following document contains the results of FindBugs Report
FindBugs Version is 1.1.1
Threshold is Low
Effort is Default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 63 | 9 | 2 | 3 |
| Class | Bugs |
|---|---|
| net.sf.dtddoc.maven2.DTDDocReport | 9 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Read of unwritten field sourceDirectory in net.sf.dtddoc.maven2.DTDDocReport.executeReport(java.util.Locale) | CORRECTNESS | NP_UNWRITTEN_FIELD | 188 |
| Read of unwritten field sourceDirectory in net.sf.dtddoc.maven2.DTDDocReport.getDtdFiles() | CORRECTNESS | NP_UNWRITTEN_FIELD | 152 |
| Read of unwritten field outputDirectory in net.sf.dtddoc.maven2.DTDDocReport.getOutputDirectory() | CORRECTNESS | NP_UNWRITTEN_FIELD | 127 |
| Field only ever set to null: net.sf.dtddoc.maven2.DTDDocReport.styleSheet | CORRECTNESS | UWF_NULL_FIELD | Not available |
| Unwritten field: net.sf.dtddoc.maven2.DTDDocReport.excludes | CORRECTNESS | UWF_UNWRITTEN_FIELD | Not available |
| Unwritten field: net.sf.dtddoc.maven2.DTDDocReport.includes | CORRECTNESS | UWF_UNWRITTEN_FIELD | Not available |
| Unwritten field: net.sf.dtddoc.maven2.DTDDocReport.outputDirectory | CORRECTNESS | UWF_UNWRITTEN_FIELD | Not available |
| Unwritten field: net.sf.dtddoc.maven2.DTDDocReport.project | CORRECTNESS | UWF_UNWRITTEN_FIELD | Not available |
| Unwritten field: net.sf.dtddoc.maven2.DTDDocReport.sourceDirectory | CORRECTNESS | UWF_UNWRITTEN_FIELD | Not available |