The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is max
| Class | Bugs |
|---|---|
| info.ejava.examples.ejb.interceptor.interceptors.ContactsNormalizerInterceptor | 1 |
| info.ejava.examples.ejb.interceptor.interceptors.ValidatorInterceptor | 1 |
| 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 |
| 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 |