The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is low
Effort is max
Class | Bugs |
---|---|
org.opendaylight.ttp.utils.TTPUtils$1 | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
input must be non-null but is marked as nullable | STYLE | NP_PARAMETER_MUST_BE_NONNULL_BUT_MARKED_AS_NULLABLE | 111 | Low |
The class org.opendaylight.ttp.utils.TTPUtils$1 could be refactored into a named _static_ inner class | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC_ANON | 107 | Low |