The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is low
Effort is max
| Class | Bugs |
|---|---|
| org.opendaylight.yangtools.yang.data.codec.xml.XMLStreamNormalizedNodeStreamWriter | 1 |
| org.opendaylight.yangtools.yang.data.codec.xml.XmlParserStream | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| attributes must be non-null but is marked as nullable | STYLE | NP_PARAMETER_MUST_BE_NONNULL_BUT_MARKED_AS_NULLABLE | 134 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Switch statement found in org.opendaylight.yangtools.yang.data.codec.xml.XmlParserStream.read(XMLStreamReader, AbstractNodeDataWithSchema, String) where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 178 | Medium |