FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.3

Threshold is medium

Effort is max

Summary

Classes Bugs Errors Missing Classes
39 5 0 0

com.github.davidmoten.grumpy.wms.WmsRequest

Bug Category Details Line Priority
com.github.davidmoten.grumpy.wms.WmsRequest.getTime() may expose internal representation by returning WmsRequest.time MALICIOUS_CODE EI_EXPOSE_REP 242 Medium
new com.github.davidmoten.grumpy.wms.WmsRequest(List, List, List, ProjectorBounds, String, int, int, boolean, Color, String, String, Map, String, Date) may expose internal representation by storing an externally mutable object into WmsRequest.time MALICIOUS_CODE EI_EXPOSE_REP2 62 Medium

com.github.davidmoten.grumpy.wms.WmsServletRequestProcessor

Bug Category Details Line Priority
Dead store to s in com.github.davidmoten.grumpy.wms.WmsServletRequestProcessor.handleException(Exception) STYLE DLS_DEAD_LOCAL_STORE 173 Medium
Found reliance on default encoding in com.github.davidmoten.grumpy.wms.WmsServletRequestProcessor.writeCapabilities(HttpServletRequest, HttpServletResponse): String.getBytes() I18N DM_DEFAULT_ENCODING 186 High
Found reliance on default encoding in com.github.davidmoten.grumpy.wms.WmsServletRequestProcessor.writeFeatureInfo(HttpServletRequest, HttpServletResponse): String.getBytes() I18N DM_DEFAULT_ENCODING 250 High