The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is low
Effort is min
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 3 | 2 | 0 | 0 |
| Class | Bugs |
|---|---|
| com.github.smokestack.jndi.MockInitialContextFactory | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Incorrect lazy initialization of static field com.github.smokestack.jndi.MockInitialContextFactory.singleton in com.github.smokestack.jndi.MockInitialContextFactory.getInitialContext(Hashtable) | MT_CORRECTNESS | LI_LAZY_INIT_STATIC | 28-29 | Low |
| com.github.smokestack.jndi.MockInitialContextFactory.singleton should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | Not available | Medium |