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 287 Low
Private method org.opendaylight.yangtools.yang.model.export.SchemaContextEmitter.emitIfFeature(String) is never called PERFORMANCE UPM_UNCALLED_PRIVATE_METHOD 401 Low
Private method org.opendaylight.yangtools.yang.model.export.SchemaContextEmitter.emitInclude(String) is never called PERFORMANCE UPM_UNCALLED_PRIVATE_METHOD 257 Low
Private method org.opendaylight.yangtools.yang.model.export.SchemaContextEmitter.emitSubmodule(String) is never called PERFORMANCE UPM_UNCALLED_PRIVATE_METHOD 130 Low
Private method org.opendaylight.yangtools.yang.model.export.SchemaContextEmitter.emitSubmoduleHeaderNodes(Module) is never called PERFORMANCE UPM_UNCALLED_PRIVATE_METHOD 141 Low
Private method org.opendaylight.yangtools.yang.model.export.SchemaContextEmitter.emitUnique(String) is never called PERFORMANCE UPM_UNCALLED_PRIVATE_METHOD 851 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