FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is max

Summary

Classes Bugs Errors Missing Classes
23 2 0 0

info.ejava.examples.ejb.interceptor.interceptors.ContactsNormalizerInterceptor

Bug Category Details Line Priority
Return value of info.ejava.examples.ejb.interceptor.normalizer.ContactNormalizer.normalize(PhoneInfo) ignored, but method has no side effect STYLE RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT 47 High

info.ejava.examples.ejb.interceptor.interceptors.ValidatorInterceptor

Bug Category Details Line Priority
new info.ejava.examples.ejb.interceptor.interceptors.ValidatorInterceptor(Class[]) may expose internal representation by storing an externally mutable object into ValidatorInterceptor.groups MALICIOUS_CODE EI_EXPOSE_REP2 31 Medium