FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
12 2 0 0

org.opendaylight.yangtools.checkstyle.LogMessageExtractorCheck

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