The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is
Effort is min
| Class | Bugs |
|---|---|
| org.apache.commons.validator.ValidatorAction | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Inconsistent synchronization of org.apache.commons.validator.ValidatorAction.jsFunction; locked 62% of time | MT_CORRECTNESS | IS2_INCONSISTENT_SYNC | 348 | Medium |
| Class org.apache.commons.validator.ValidatorAction defines non-transient non-serializable instance field validationMethod | BAD_PRACTICE | SE_BAD_FIELD | Not available | High |