SpotBugs Bug Detector Report
The following document contains the results of SpotBugs
SpotBugs Version is 4.7.3
Threshold is low
Effort is max
Summary
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
18 | 4 | 0 | 0 |
Files
Class | Bugs |
---|---|
dev.aherscu.qa.jgiven.reporter.QaJGivenPerMethodReporter | 2 |
dev.aherscu.qa.jgiven.reporter.QaJGivenReportModel | 2 |
dev.aherscu.qa.jgiven.reporter.QaJGivenPerMethodReporter
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Possible null pointer dereference in dev.aherscu.qa.jgiven.reporter.QaJGivenPerMethodReporter.applyAttributesFor(ScenarioModel, File) due to return value of called method | STYLE | NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE | 96 | Medium |
dev.aherscu.qa.jgiven.reporter.QaJGivenReportModel
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Overridable method execute is called from constructor new dev.aherscu.qa.jgiven.reporter.QaJGivenReportModel(QaJGivenReportModel$QaJGivenReportModelBuilder). | MALICIOUS_CODE | MC_OVERRIDABLE_METHOD_CALL_IN_CONSTRUCTOR | 86 | Low |
Overridable method scaleImage is called from constructor new dev.aherscu.qa.jgiven.reporter.QaJGivenReportModel(QaJGivenReportModel$QaJGivenReportModelBuilder). | MALICIOUS_CODE | MC_OVERRIDABLE_METHOD_CALL_IN_CONSTRUCTOR | 109 | Low |