The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is low
Effort is max
Class | Bugs |
---|---|
de.smartics.maven.exceptions.sdoccode.AbstractSdocCodeMojo | 1 |
de.smartics.maven.exceptions.sdoccode.CopySdocCodeMojo | 1 |
de.smartics.maven.exceptions.sdoccode.ExportSdocCodeMojo | 4 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception is caught when Exception is not thrown in de.smartics.maven.exceptions.sdoccode.AbstractSdocCodeMojo.execute() | STYLE | REC_CATCH_EXCEPTION | 273 | Low |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
de.smartics.maven.exceptions.sdoccode.CopySdocCodeMojo.handleMetaInfDir() ignores exceptional return value of java.io.File.delete() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 98 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception is caught when Exception is not thrown in de.smartics.maven.exceptions.sdoccode.ExportSdocCodeMojo.attachArtifact() | STYLE | REC_CATCH_EXCEPTION | 168 | Low |
Unwritten field: de.smartics.maven.exceptions.sdoccode.ExportSdocCodeMojo.classifier | CORRECTNESS | UWF_UNWRITTEN_FIELD | 150 | Medium |
Unwritten field: de.smartics.maven.exceptions.sdoccode.ExportSdocCodeMojo.sdocJarArchiver | CORRECTNESS | UWF_UNWRITTEN_FIELD | 156 | Medium |
Unwritten field: de.smartics.maven.exceptions.sdoccode.ExportSdocCodeMojo.attach | CORRECTNESS | UWF_UNWRITTEN_FIELD | 163 | Low |