FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.2.1

Threshold is Low

Effort is Default

Summary

Classes Bugs Errors Missing Classes
169 6 0 0

com.tzavellas.validation.PropertyValidator$Builder

Bug Category Details Line
com.tzavellas.validation.PropertyValidator$Builder.withMessageArgs(Object[]) may expose internal representation by storing an externally mutable object into PropertyValidator$Builder.args MALICIOUS_CODE EI_EXPOSE_REP2 144

com.tzavellas.validation.ValidationError

Bug Category Details Line
com.tzavellas.validation.ValidationError.getArguments() may expose internal representation by returning ValidationError.messageArguments MALICIOUS_CODE EI_EXPOSE_REP 76
com.tzavellas.validation.ValidationError.ValidationError(String, String, String, Object[]) may expose internal representation by storing an externally mutable object into ValidationError.messageArguments MALICIOUS_CODE EI_EXPOSE_REP2 48

com.tzavellas.validation.validators.simple.DateValidators$After

Bug Category Details Line
com.tzavellas.validation.validators.simple.DateValidators$After.After(Date) may expose internal representation by storing an externally mutable object into DateValidators$After.date MALICIOUS_CODE EI_EXPOSE_REP2 29

com.tzavellas.validation.validators.simple.DateValidators$Before

Bug Category Details Line
com.tzavellas.validation.validators.simple.DateValidators$Before.Before(Date) may expose internal representation by storing an externally mutable object into DateValidators$Before.date MALICIOUS_CODE EI_EXPOSE_REP2 41

com.tzavellas.validation.validators.simple.ObjectValidators$In

Bug Category Details Line
com.tzavellas.validation.validators.simple.ObjectValidators$In.In(Object[]) may expose internal representation by storing an externally mutable object into ObjectValidators$In.objects MALICIOUS_CODE EI_EXPOSE_REP2 27