SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.5.0

Threshold is medium

Effort is default

Summary

Classes Bugs Errors Missing Classes
2 4 0 0

Files

Class Bugs
org.oxerr.webmagic.proxy.DelayedProxy 3
org.oxerr.webmagic.proxy.DelayedProxyProvider 1

org.oxerr.webmagic.proxy.DelayedProxy

Bug Category Details Line Priority
org.oxerr.webmagic.proxy.DelayedProxy.getProxy() may expose internal representation by returning DelayedProxy.proxy MALICIOUS_CODE EI_EXPOSE_REP 46 Medium
new org.oxerr.webmagic.proxy.DelayedProxy(Proxy, Duration) may expose internal representation by storing an externally mutable object into DelayedProxy.proxy MALICIOUS_CODE EI_EXPOSE_REP2 39 Medium
org.oxerr.webmagic.proxy.DelayedProxy.setProxy(Proxy) may expose internal representation by storing an externally mutable object into DelayedProxy.proxy MALICIOUS_CODE EI_EXPOSE_REP2 50 Medium

org.oxerr.webmagic.proxy.DelayedProxyProvider

Bug Category Details Line Priority
org.oxerr.webmagic.proxy.DelayedProxyProvider.getProxies() may expose internal representation by returning DelayedProxyProvider.proxies MALICIOUS_CODE EI_EXPOSE_REP 153 Medium