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.model.export.SchemaContextEmitter | 6 |
| org.opendaylight.yangtools.yang.model.export.SchemaToStatementWriterAdaptor | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Private method org.opendaylight.yangtools.yang.model.export.SchemaContextEmitter.emitBelongsTo(String) is never called | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 286 | Low |
| Private method org.opendaylight.yangtools.yang.model.export.SchemaContextEmitter.emitIfFeature(String) is never called | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 400 | Low |
| Private method org.opendaylight.yangtools.yang.model.export.SchemaContextEmitter.emitInclude(String) is never called | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 256 | Low |
| Private method org.opendaylight.yangtools.yang.model.export.SchemaContextEmitter.emitSubmodule(String) is never called | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 129 | Low |
| Private method org.opendaylight.yangtools.yang.model.export.SchemaContextEmitter.emitSubmoduleHeaderNodes(Module) is never called | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 140 | Low |
| Private method org.opendaylight.yangtools.yang.model.export.SchemaContextEmitter.emitUnique(String) is never called | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 853 | Low |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Use of non-localized String.toUpperCase() or String.toLowerCase() in org.opendaylight.yangtools.yang.model.export.SchemaToStatementWriterAdaptor.startStatusNode(Status) | I18N | DM_CONVERT_CASE | 134 | Low |