SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.8.0

Threshold is medium

Effort is default

Summary

Classes Bugs Errors Missing Classes
11 13 0 0

Files

Class Bugs
org.apache.commons.chain.web.javax.portlet.PortletWebContext 13

org.apache.commons.chain.web.javax.portlet.PortletWebContext

Bug Category Details Line Priority
org.apache.commons.chain.web.javax.portlet.PortletWebContext.getApplicationScope() may expose internal representation by returning PortletWebContext.applicationScope MALICIOUS_CODE EI_EXPOSE_REP 218 Medium
org.apache.commons.chain.web.javax.portlet.PortletWebContext.getContext() may expose internal representation by returning PortletWebContext.context MALICIOUS_CODE EI_EXPOSE_REP 141 Medium
org.apache.commons.chain.web.javax.portlet.PortletWebContext.getCookies() may expose internal representation by returning PortletWebContext.cookieValues MALICIOUS_CODE EI_EXPOSE_REP 299 Medium
org.apache.commons.chain.web.javax.portlet.PortletWebContext.getInitParam() may expose internal representation by returning PortletWebContext.initParam MALICIOUS_CODE EI_EXPOSE_REP 259 Medium
org.apache.commons.chain.web.javax.portlet.PortletWebContext.getParam() may expose internal representation by returning PortletWebContext.param MALICIOUS_CODE EI_EXPOSE_REP 272 Medium
org.apache.commons.chain.web.javax.portlet.PortletWebContext.getParamValues() may expose internal representation by returning PortletWebContext.paramValues MALICIOUS_CODE EI_EXPOSE_REP 285 Medium
org.apache.commons.chain.web.javax.portlet.PortletWebContext.getRequest() may expose internal representation by returning PortletWebContext.request MALICIOUS_CODE EI_EXPOSE_REP 150 Medium
org.apache.commons.chain.web.javax.portlet.PortletWebContext.getRequestScope() may expose internal representation by returning PortletWebContext.requestScope MALICIOUS_CODE EI_EXPOSE_REP 312 Medium
org.apache.commons.chain.web.javax.portlet.PortletWebContext.getResponse() may expose internal representation by returning PortletWebContext.response MALICIOUS_CODE EI_EXPOSE_REP 159 Medium
org.apache.commons.chain.web.javax.portlet.PortletWebContext.getSessionScope() may expose internal representation by returning PortletWebContext.sessionScope MALICIOUS_CODE EI_EXPOSE_REP 325 Medium
org.apache.commons.chain.web.javax.portlet.PortletWebContext.initialize(PortletContext, PortletRequest, PortletResponse) may expose internal representation by storing an externally mutable object into PortletWebContext.context MALICIOUS_CODE EI_EXPOSE_REP2 175 Medium
org.apache.commons.chain.web.javax.portlet.PortletWebContext.initialize(PortletContext, PortletRequest, PortletResponse) may expose internal representation by storing an externally mutable object into PortletWebContext.request MALICIOUS_CODE EI_EXPOSE_REP2 176 Medium
org.apache.commons.chain.web.javax.portlet.PortletWebContext.initialize(PortletContext, PortletRequest, PortletResponse) may expose internal representation by storing an externally mutable object into PortletWebContext.response MALICIOUS_CODE EI_EXPOSE_REP2 177 Medium