The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Found reliance on default encoding in net.sf.oqt.core.Serializer.textOutput(String, String): new java.io.FileWriter(File) | I18N | DM_DEFAULT_ENCODING | 112 | High |
| net.sf.oqt.core.Serializer.textOutput(String, String) may fail to clean up java.io.Writer on checked exception | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE | 112 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Read of unwritten field outputDirectory in net.sf.oqt.maven.QueryTranslatorReportingMojo.getOutputDirectory() | CORRECTNESS | NP_UNWRITTEN_FIELD | 360 | Medium |
| Unwritten field: net.sf.oqt.maven.QueryTranslatorReportingMojo.outputDirectory | CORRECTNESS | UWF_UNWRITTEN_FIELD | 360 | Medium |
| Unwritten field: net.sf.oqt.maven.QueryTranslatorReportingMojo.siteRenderer | CORRECTNESS | UWF_UNWRITTEN_FIELD | 352 | Medium |
| Unwritten public or protected field: net.sf.oqt.maven.QueryTranslatorReportingMojo.project | STYLE | UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD | 130 | Medium |