FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.9

Threshold is low

Effort is min

Summary

Classes Bugs Errors Missing Classes
3 2 0 0

com.github.smokestack.jndi.MockInitialContextFactory

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