FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
7 7 0 0

org.opendaylight.yangtools.yang.model.export.SchemaContextEmitter

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

org.opendaylight.yangtools.yang.model.export.SchemaToStatementWriterAdaptor

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