The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is low
Effort is max
| Class | Bugs |
|---|---|
| org.opendaylight.yangtools.checkstyle.LogMessageExtractorCheck | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Exceptional return value of java.io.File.mkdirs() ignored in org.opendaylight.yangtools.checkstyle.LogMessageExtractorCheck.setLogMessagesReportFileName(String) | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 40 | Medium |
| Exceptional return value of java.io.File.mkdirs() ignored in org.opendaylight.yangtools.checkstyle.LogMessageExtractorCheck.updateMessagesReportFile(LogMessageExtractorCheck$LogMessageOccurence) | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 59 | Medium |