The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is low
Effort is max
Class | Bugs |
---|---|
org.opendaylight.lispflowmapping.shell.LispAddKey | 1 |
org.opendaylight.lispflowmapping.shell.LispMappings | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
LispAddKey.mappingServiceShell not initialized in constructor and dereferenced in org.opendaylight.lispflowmapping.shell.LispAddKey.doExecute() | STYLE | UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | 27 | Low |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
LispMappings.mappingServiceShell not initialized in constructor and dereferenced in org.opendaylight.lispflowmapping.shell.LispMappings.doExecute() | STYLE | UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | 27 | Low |