SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.8.5

Threshold is medium

Effort is default

Summary

Classes Bugs Errors Missing Classes
10 2 0 0

Files

Class Bugs
org.oxerr.viagogo.client.rescu.resource.ViagogoException 2

org.oxerr.viagogo.client.rescu.resource.ViagogoException

Bug Category Details Line Priority
org.oxerr.viagogo.client.rescu.resource.ViagogoException.getErrors() may expose internal representation by returning ViagogoException.errors MALICIOUS_CODE EI_EXPOSE_REP 71 Medium
new org.oxerr.viagogo.client.rescu.resource.ViagogoException(String, String, int, String, String, String, Map) may expose internal representation by storing an externally mutable object into ViagogoException.errors MALICIOUS_CODE EI_EXPOSE_REP2 44 Medium