The following document contains the results of FindBugs Report
FindBugs Version is 1.2.1
Threshold is Normal
Effort is Default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 95 | 1 | 0 | 0 |
| Class | Bugs |
|---|---|
| org.apache.commons.cli.HelpFormatter$OptionComparator | 1 |
| Bug | Category | Details | Line |
|---|---|---|---|
| org.apache.commons.cli.HelpFormatter$OptionComparator implements Comparator but not Serializable | BAD_PRACTICE | SE_COMPARATOR_SHOULD_BE_SERIALIZABLE | 962-981 |