FindBugs Bug Detector Report
The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is max
Summary
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 40 | 1 | 0 | 0 |
Files
| Class | Bugs |
|---|---|
| org.maxur.perfmodel.backend.DataSourceProvider | 1 |
org.maxur.perfmodel.backend.DataSourceProvider
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Incorrect lazy initialization and update of static field org.maxur.perfmodel.backend.DataSourceProvider.ds in org.maxur.perfmodel.backend.DataSourceProvider.provide() | MT_CORRECTNESS | LI_LAZY_INIT_UPDATE_STATIC | 38-39 | Medium |