The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is low
Effort is min
| Class | Bugs |
|---|---|
| joptsimple.BuiltinHelpFormatter | 1 |
| joptsimple.BuiltinHelpFormatter$1 | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| BuiltinHelpFormatter.grid not initialized in constructor | STYLE | UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | Low |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| The class joptsimple.BuiltinHelpFormatter$1 could be refactored into a named _static_ inner class | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC_ANON | 54 | Low |