FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.8

Threshold is Normal

Effort is Default

Summary

Classes Bugs Errors Missing Classes
202 6 0 0

eu.europa.tmsearch.services.model.TradeMarkImage

Bug Category Details Line Priority
eu.europa.tmsearch.services.model.TradeMarkImage.getImageData() may expose internal representation by returning TradeMarkImage.imageData MALICIOUS_CODE EI_EXPOSE_REP 30 Medium
eu.europa.tmsearch.services.model.TradeMarkImage.setImageData(byte[]) may expose internal representation by storing an externally mutable object into TradeMarkImage.imageData MALICIOUS_CODE EI_EXPOSE_REP2 34 Medium

eu.europa.tmsearch.services.resources.util.CacheableResponseSupport

Bug Category Details Line Priority
eu.europa.tmsearch.services.resources.util.CacheableResponseSupport.getExpires() may expose internal representation by returning CacheableResponseSupport.expires MALICIOUS_CODE EI_EXPOSE_REP 145 Medium
eu.europa.tmsearch.services.resources.util.CacheableResponseSupport.getLastModified() may expose internal representation by returning CacheableResponseSupport.lastModified MALICIOUS_CODE EI_EXPOSE_REP 137 Medium
eu.europa.tmsearch.services.resources.util.CacheableResponseSupport.setExpires(Date) may expose internal representation by storing an externally mutable object into CacheableResponseSupport.expires MALICIOUS_CODE EI_EXPOSE_REP2 149 Medium
eu.europa.tmsearch.services.resources.util.CacheableResponseSupport.setLastModified(Date) may expose internal representation by storing an externally mutable object into CacheableResponseSupport.lastModified MALICIOUS_CODE EI_EXPOSE_REP2 141 Medium