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
151 56 0 0

Files

Class Bugs
org.opendaylight.bgpcep.pcep.topology.provider.AbstractTopologySessionListener 5
org.opendaylight.bgpcep.pcep.topology.provider.PCEPStatefulPeerProposal$1 1
org.opendaylight.bgpcep.pcep.topology.provider.PCEPTopologyProvider 1
org.opendaylight.bgpcep.pcep.topology.provider.Stateful07TopologySessionListener$2 2
org.opendaylight.bgpcep.pcep.topology.provider.TopologyNodeState$2 1
org.opendaylight.bgpcep.pcep.topology.provider.TopologyRPCs$1 1
org.opendaylight.bgpcep.pcep.topology.provider.TopologyRPCs$2 1
org.opendaylight.bgpcep.pcep.topology.provider.TopologyRPCs$3 1
org.opendaylight.bgpcep.pcep.topology.provider.TopologyRPCs$4 1
org.opendaylight.bgpcep.pcep.topology.provider.TopologyRPCs$5 1
org.opendaylight.controller.config.yang.pcep.topology.provider.AbstractPCEPTopologyProviderModule 4
org.opendaylight.controller.config.yang.pcep.topology.provider.AbstractStateful07TopologySessionListenerModuleFactory 1
org.opendaylight.controller.config.yang.pcep.topology.provider.Client 1
org.opendaylight.controller.config.yang.pcep.topology.provider.ErrorMessages 1
org.opendaylight.controller.config.yang.pcep.topology.provider.LastReceivedError 2
org.opendaylight.controller.config.yang.pcep.topology.provider.LastSentError 2
org.opendaylight.controller.config.yang.pcep.topology.provider.ListenerStateRuntimeRegistration 1
org.opendaylight.controller.config.yang.pcep.topology.provider.LocalPref 3
org.opendaylight.controller.config.yang.pcep.topology.provider.Messages 1
org.opendaylight.controller.config.yang.pcep.topology.provider.PCEPTopologyProviderRuntimeRegistration 1
org.opendaylight.controller.config.yang.pcep.topology.provider.PeerCapabilities 2
org.opendaylight.controller.config.yang.pcep.topology.provider.PeerPref 3
org.opendaylight.controller.config.yang.pcep.topology.provider.ReplyTime 1
org.opendaylight.controller.config.yang.pcep.topology.provider.SessionState 1
org.opendaylight.controller.config.yang.pcep.topology.provider.StatefulMessages 1
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.ResetStatsInputBuilder$ResetStatsInputImpl 1
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.TearDownSessionInputBuilder$TearDownSessionInputImpl 1
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.configuration.PcepTopologyProviderBuilder$PcepTopologyProviderImpl 1
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.configuration.PcepTopologyStateful07Builder$PcepTopologyStateful07Impl 1
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.configuration.pcep.topology.provider.ClientBuilder$ClientImpl 1
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.configuration.pcep.topology.provider.DataProviderBuilder$DataProviderImpl 1
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.configuration.pcep.topology.provider.DispatcherBuilder$DispatcherImpl 1
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.configuration.pcep.topology.provider.RpcRegistryBuilder$RpcRegistryImpl 1
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.configuration.pcep.topology.provider.SchedulerBuilder$SchedulerImpl 1
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.configuration.pcep.topology.provider.StatefulPluginBuilder$StatefulPluginImpl 1
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.state.PcepTopologyProviderBuilder$PcepTopologyProviderImpl 1
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.state.pcep.topology.provider.ListenerStateBuilder$ListenerStateImpl 1
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.state.pcep.topology.provider.listener.state.PeerCapabilitiesBuilder$PeerCapabilitiesImpl 1
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.state.pcep.topology.provider.listener.state.ReplyTimeBuilder$ReplyTimeImpl 1
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.state.pcep.topology.provider.listener.state.SessionStateBuilder$SessionStateImpl 1
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.state.pcep.topology.provider.listener.state.StatefulMessagesBuilder$StatefulMessagesImpl 1

org.opendaylight.bgpcep.pcep.topology.provider.AbstractTopologySessionListener

Bug Category Details Line Priority
Inconsistent synchronization of org.opendaylight.bgpcep.pcep.topology.provider.AbstractTopologySessionListener.nodeState; locked 90% of time MT_CORRECTNESS IS2_INCONSISTENT_SYNC 204 Medium
Inconsistent synchronization of org.opendaylight.bgpcep.pcep.topology.provider.AbstractTopologySessionListener.syncOptimization; locked 64% of time MT_CORRECTNESS IS2_INCONSISTENT_SYNC 577 Medium
Inconsistent synchronization of org.opendaylight.bgpcep.pcep.topology.provider.AbstractTopologySessionListener.synced; locked 60% of time MT_CORRECTNESS IS2_INCONSISTENT_SYNC 608 Medium
Inconsistent synchronization of org.opendaylight.bgpcep.pcep.topology.provider.AbstractTopologySessionListener.triggeredResyncInProcess; locked 50% of time MT_CORRECTNESS IS2_INCONSISTENT_SYNC 226 Medium
Redundant nullcheck of updatedPaths, which is known to be non-null in org.opendaylight.bgpcep.pcep.topology.provider.AbstractTopologySessionListener.updateLsp(AbstractTopologySessionListener$MessageContext, Object, String, ReportedLspBuilder, boolean, boolean) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 403 Low

org.opendaylight.bgpcep.pcep.topology.provider.PCEPStatefulPeerProposal$1

Bug Category Details Line Priority
result must be non-null but is marked as nullable STYLE NP_PARAMETER_MUST_BE_NONNULL_BUT_MARKED_AS_NULLABLE 62 Low

org.opendaylight.bgpcep.pcep.topology.provider.PCEPTopologyProvider

Bug Category Details Line Priority
Null passed for non-null parameter of new ServerSessionManager(DataBroker, InstanceIdentifier, TopologySessionListenerFactory, int) in org.opendaylight.bgpcep.pcep.topology.provider.PCEPTopologyProvider.create(PCEPDispatcher, InetSocketAddress, Optional, InstructionScheduler, DataBroker, RpcProviderRegistry, InstanceIdentifier, TopologySessionListenerFactory, Optional, int) CORRECTNESS NP_NULL_PARAM_DEREF 71 Medium

org.opendaylight.bgpcep.pcep.topology.provider.Stateful07TopologySessionListener$2

Bug Category Details Line Priority
rep must be non-null but is marked as nullable STYLE NP_PARAMETER_MUST_BE_NONNULL_BUT_MARKED_AS_NULLABLE 665 Low
The class org.opendaylight.bgpcep.pcep.topology.provider.Stateful07TopologySessionListener$2 could be refactored into a named _static_ inner class PERFORMANCE SIC_INNER_SHOULD_BE_STATIC_ANON 662 Low

org.opendaylight.bgpcep.pcep.topology.provider.TopologyNodeState$2

Bug Category Details Line Priority
result must be non-null but is marked as nullable STYLE NP_PARAMETER_MUST_BE_NONNULL_BUT_MARKED_AS_NULLABLE 119 Low

org.opendaylight.bgpcep.pcep.topology.provider.TopologyRPCs$1

Bug Category Details Line Priority
The class org.opendaylight.bgpcep.pcep.topology.provider.TopologyRPCs$1 could be refactored into a named _static_ inner class PERFORMANCE SIC_INNER_SHOULD_BE_STATIC_ANON 43 Low

org.opendaylight.bgpcep.pcep.topology.provider.TopologyRPCs$2

Bug Category Details Line Priority
The class org.opendaylight.bgpcep.pcep.topology.provider.TopologyRPCs$2 could be refactored into a named _static_ inner class PERFORMANCE SIC_INNER_SHOULD_BE_STATIC_ANON 53 Low

org.opendaylight.bgpcep.pcep.topology.provider.TopologyRPCs$3

Bug Category Details Line Priority
The class org.opendaylight.bgpcep.pcep.topology.provider.TopologyRPCs$3 could be refactored into a named _static_ inner class PERFORMANCE SIC_INNER_SHOULD_BE_STATIC_ANON 63 Low

org.opendaylight.bgpcep.pcep.topology.provider.TopologyRPCs$4

Bug Category Details Line Priority
The class org.opendaylight.bgpcep.pcep.topology.provider.TopologyRPCs$4 could be refactored into a named _static_ inner class PERFORMANCE SIC_INNER_SHOULD_BE_STATIC_ANON 73 Low

org.opendaylight.bgpcep.pcep.topology.provider.TopologyRPCs$5

Bug Category Details Line Priority
The class org.opendaylight.bgpcep.pcep.topology.provider.TopologyRPCs$5 could be refactored into a named _static_ inner class PERFORMANCE SIC_INNER_SHOULD_BE_STATIC_ANON 84 Low

org.opendaylight.controller.config.yang.pcep.topology.provider.AbstractPCEPTopologyProviderModule

Bug Category Details Line Priority
new org.opendaylight.controller.config.yang.pcep.topology.provider.AbstractPCEPTopologyProviderModule(ModuleIdentifier, DependencyResolver) invokes inefficient new Integer(String) constructor; use Integer.valueOf(String) instead PERFORMANCE DM_NUMBER_CTOR 43 Medium
new org.opendaylight.controller.config.yang.pcep.topology.provider.AbstractPCEPTopologyProviderModule(ModuleIdentifier, DependencyResolver) invokes inefficient new Short(String) constructor; use Short.valueOf(String) instead PERFORMANCE DM_NUMBER_CTOR 46 Medium
new org.opendaylight.controller.config.yang.pcep.topology.provider.AbstractPCEPTopologyProviderModule(ModuleIdentifier, DependencyResolver, AbstractPCEPTopologyProviderModule, AutoCloseable) invokes inefficient new Integer(String) constructor; use Integer.valueOf(String) instead PERFORMANCE DM_NUMBER_CTOR 43 Medium
new org.opendaylight.controller.config.yang.pcep.topology.provider.AbstractPCEPTopologyProviderModule(ModuleIdentifier, DependencyResolver, AbstractPCEPTopologyProviderModule, AutoCloseable) invokes inefficient new Short(String) constructor; use Short.valueOf(String) instead PERFORMANCE DM_NUMBER_CTOR 46 Medium

org.opendaylight.controller.config.yang.pcep.topology.provider.AbstractStateful07TopologySessionListenerModuleFactory

Bug Category Details Line Priority
Dead store to oldModuleClass in org.opendaylight.controller.config.yang.pcep.topology.provider.AbstractStateful07TopologySessionListenerModuleFactory.handleChangedClass(DependencyResolver, DynamicMBeanWithInstance, BundleContext) STYLE DLS_DEAD_LOCAL_STORE 78 Medium

org.opendaylight.controller.config.yang.pcep.topology.provider.Client

Bug Category Details Line Priority
Unread field: org.opendaylight.controller.config.yang.pcep.topology.provider.Client.dependencyResolver PERFORMANCE URF_UNREAD_FIELD 23 Medium

org.opendaylight.controller.config.yang.pcep.topology.provider.ErrorMessages

Bug Category Details Line Priority
Unread field: org.opendaylight.controller.config.yang.pcep.topology.provider.ErrorMessages.dependencyResolver PERFORMANCE URF_UNREAD_FIELD 18 Medium

org.opendaylight.controller.config.yang.pcep.topology.provider.LastReceivedError

Bug Category Details Line Priority
new org.opendaylight.controller.config.yang.pcep.topology.provider.LastReceivedError() invokes inefficient new Short(String) constructor; use Short.valueOf(String) instead PERFORMANCE DM_NUMBER_CTOR 5 Medium
Unread field: org.opendaylight.controller.config.yang.pcep.topology.provider.LastReceivedError.dependencyResolver PERFORMANCE URF_UNREAD_FIELD 14 Medium

org.opendaylight.controller.config.yang.pcep.topology.provider.LastSentError

Bug Category Details Line Priority
new org.opendaylight.controller.config.yang.pcep.topology.provider.LastSentError() invokes inefficient new Short(String) constructor; use Short.valueOf(String) instead PERFORMANCE DM_NUMBER_CTOR 5 Medium
Unread field: org.opendaylight.controller.config.yang.pcep.topology.provider.LastSentError.dependencyResolver PERFORMANCE URF_UNREAD_FIELD 14 Medium

org.opendaylight.controller.config.yang.pcep.topology.provider.ListenerStateRuntimeRegistration

Bug Category Details Line Priority
Unread field: org.opendaylight.controller.config.yang.pcep.topology.provider.ListenerStateRuntimeRegistration.unkeyedMap PERFORMANCE URF_UNREAD_FIELD 3 Low

org.opendaylight.controller.config.yang.pcep.topology.provider.LocalPref

Bug Category Details Line Priority
new org.opendaylight.controller.config.yang.pcep.topology.provider.LocalPref() invokes inefficient new Integer(String) constructor; use Integer.valueOf(String) instead PERFORMANCE DM_NUMBER_CTOR 11 Medium
new org.opendaylight.controller.config.yang.pcep.topology.provider.LocalPref() invokes inefficient new Short(String) constructor; use Short.valueOf(String) instead PERFORMANCE DM_NUMBER_CTOR 5 Medium
Unread field: org.opendaylight.controller.config.yang.pcep.topology.provider.LocalPref.dependencyResolver PERFORMANCE URF_UNREAD_FIELD 18 Medium

org.opendaylight.controller.config.yang.pcep.topology.provider.Messages

Bug Category Details Line Priority
Unread field: org.opendaylight.controller.config.yang.pcep.topology.provider.Messages.dependencyResolver PERFORMANCE URF_UNREAD_FIELD 20 Medium

org.opendaylight.controller.config.yang.pcep.topology.provider.PCEPTopologyProviderRuntimeRegistration

Bug Category Details Line Priority
Unread field: org.opendaylight.controller.config.yang.pcep.topology.provider.PCEPTopologyProviderRuntimeRegistration.unkeyedMap PERFORMANCE URF_UNREAD_FIELD 3 Low

org.opendaylight.controller.config.yang.pcep.topology.provider.PeerCapabilities

Bug Category Details Line Priority
new org.opendaylight.controller.config.yang.pcep.topology.provider.PeerCapabilities() invokes inefficient Boolean constructor; use Boolean.valueOf(...) instead PERFORMANCE DM_BOOLEAN_CTOR 5 Medium
Unread field: org.opendaylight.controller.config.yang.pcep.topology.provider.PeerCapabilities.dependencyResolver PERFORMANCE URF_UNREAD_FIELD 16 Medium

org.opendaylight.controller.config.yang.pcep.topology.provider.PeerPref

Bug Category Details Line Priority
new org.opendaylight.controller.config.yang.pcep.topology.provider.PeerPref() invokes inefficient new Integer(String) constructor; use Integer.valueOf(String) instead PERFORMANCE DM_NUMBER_CTOR 11 Medium
new org.opendaylight.controller.config.yang.pcep.topology.provider.PeerPref() invokes inefficient new Short(String) constructor; use Short.valueOf(String) instead PERFORMANCE DM_NUMBER_CTOR 5 Medium
Unread field: org.opendaylight.controller.config.yang.pcep.topology.provider.PeerPref.dependencyResolver PERFORMANCE URF_UNREAD_FIELD 18 Medium

org.opendaylight.controller.config.yang.pcep.topology.provider.ReplyTime

Bug Category Details Line Priority
Unread field: org.opendaylight.controller.config.yang.pcep.topology.provider.ReplyTime.dependencyResolver PERFORMANCE URF_UNREAD_FIELD 16 Medium

org.opendaylight.controller.config.yang.pcep.topology.provider.SessionState

Bug Category Details Line Priority
Unread field: org.opendaylight.controller.config.yang.pcep.topology.provider.SessionState.dependencyResolver PERFORMANCE URF_UNREAD_FIELD 18 Medium

org.opendaylight.controller.config.yang.pcep.topology.provider.StatefulMessages

Bug Category Details Line Priority
Unread field: org.opendaylight.controller.config.yang.pcep.topology.provider.StatefulMessages.dependencyResolver PERFORMANCE URF_UNREAD_FIELD 18 Medium

org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.ResetStatsInputBuilder$ResetStatsInputImpl

Bug Category Details Line Priority
Unchecked/unconfirmed cast from org.opendaylight.yangtools.yang.binding.DataObject to org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.ResetStatsInputBuilder$ResetStatsInputImpl in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.ResetStatsInputBuilder$ResetStatsInputImpl.equals(Object) STYLE BC_UNCONFIRMED_CAST 187 Low

org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.TearDownSessionInputBuilder$TearDownSessionInputImpl

Bug Category Details Line Priority
Unchecked/unconfirmed cast from org.opendaylight.yangtools.yang.binding.DataObject to org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.TearDownSessionInputBuilder$TearDownSessionInputImpl in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.TearDownSessionInputBuilder$TearDownSessionInputImpl.equals(Object) STYLE BC_UNCONFIRMED_CAST 187 Low

org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.configuration.PcepTopologyProviderBuilder$PcepTopologyProviderImpl

Bug Category Details Line Priority
Unchecked/unconfirmed cast from org.opendaylight.yangtools.yang.binding.DataObject to org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.configuration.PcepTopologyProviderBuilder$PcepTopologyProviderImpl in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.configuration.PcepTopologyProviderBuilder$PcepTopologyProviderImpl.equals(Object) STYLE BC_UNCONFIRMED_CAST 378 Low

org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.configuration.PcepTopologyStateful07Builder$PcepTopologyStateful07Impl

Bug Category Details Line Priority
Unchecked/unconfirmed cast from org.opendaylight.yangtools.yang.binding.DataObject to org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.configuration.PcepTopologyStateful07Builder$PcepTopologyStateful07Impl in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.configuration.PcepTopologyStateful07Builder$PcepTopologyStateful07Impl.equals(Object) STYLE BC_UNCONFIRMED_CAST 141 Low

org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.configuration.pcep.topology.provider.ClientBuilder$ClientImpl

Bug Category Details Line Priority
Unchecked/unconfirmed cast from org.opendaylight.yangtools.yang.binding.DataObject to org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.configuration.pcep.topology.provider.ClientBuilder$ClientImpl in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.configuration.pcep.topology.provider.ClientBuilder$ClientImpl.equals(Object) STYLE BC_UNCONFIRMED_CAST 223 Low

org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.configuration.pcep.topology.provider.DataProviderBuilder$DataProviderImpl

Bug Category Details Line Priority
Unchecked/unconfirmed cast from org.opendaylight.yangtools.yang.binding.DataObject to org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.configuration.pcep.topology.provider.DataProviderBuilder$DataProviderImpl in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.configuration.pcep.topology.provider.DataProviderBuilder$DataProviderImpl.equals(Object) STYLE BC_UNCONFIRMED_CAST 211 Low

org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.configuration.pcep.topology.provider.DispatcherBuilder$DispatcherImpl

Bug Category Details Line Priority
Unchecked/unconfirmed cast from org.opendaylight.yangtools.yang.binding.DataObject to org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.configuration.pcep.topology.provider.DispatcherBuilder$DispatcherImpl in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.configuration.pcep.topology.provider.DispatcherBuilder$DispatcherImpl.equals(Object) STYLE BC_UNCONFIRMED_CAST 211 Low

org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.configuration.pcep.topology.provider.RpcRegistryBuilder$RpcRegistryImpl

Bug Category Details Line Priority
Unchecked/unconfirmed cast from org.opendaylight.yangtools.yang.binding.DataObject to org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.configuration.pcep.topology.provider.RpcRegistryBuilder$RpcRegistryImpl in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.configuration.pcep.topology.provider.RpcRegistryBuilder$RpcRegistryImpl.equals(Object) STYLE BC_UNCONFIRMED_CAST 211 Low

org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.configuration.pcep.topology.provider.SchedulerBuilder$SchedulerImpl

Bug Category Details Line Priority
Unchecked/unconfirmed cast from org.opendaylight.yangtools.yang.binding.DataObject to org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.configuration.pcep.topology.provider.SchedulerBuilder$SchedulerImpl in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.configuration.pcep.topology.provider.SchedulerBuilder$SchedulerImpl.equals(Object) STYLE BC_UNCONFIRMED_CAST 211 Low

org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.configuration.pcep.topology.provider.StatefulPluginBuilder$StatefulPluginImpl

Bug Category Details Line Priority
Unchecked/unconfirmed cast from org.opendaylight.yangtools.yang.binding.DataObject to org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.configuration.pcep.topology.provider.StatefulPluginBuilder$StatefulPluginImpl in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.configuration.pcep.topology.provider.StatefulPluginBuilder$StatefulPluginImpl.equals(Object) STYLE BC_UNCONFIRMED_CAST 211 Low

org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.state.PcepTopologyProviderBuilder$PcepTopologyProviderImpl

Bug Category Details Line Priority
Unchecked/unconfirmed cast from org.opendaylight.yangtools.yang.binding.DataObject to org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.state.PcepTopologyProviderBuilder$PcepTopologyProviderImpl in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.state.PcepTopologyProviderBuilder$PcepTopologyProviderImpl.equals(Object) STYLE BC_UNCONFIRMED_CAST 163 Low

org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.state.pcep.topology.provider.ListenerStateBuilder$ListenerStateImpl

Bug Category Details Line Priority
Unchecked/unconfirmed cast from org.opendaylight.yangtools.yang.binding.DataObject to org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.state.pcep.topology.provider.ListenerStateBuilder$ListenerStateImpl in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.state.pcep.topology.provider.ListenerStateBuilder$ListenerStateImpl.equals(Object) STYLE BC_UNCONFIRMED_CAST 350 Low

org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.state.pcep.topology.provider.listener.state.PeerCapabilitiesBuilder$PeerCapabilitiesImpl

Bug Category Details Line Priority
Unchecked/unconfirmed cast from org.opendaylight.yangtools.yang.binding.DataObject to org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.state.pcep.topology.provider.listener.state.PeerCapabilitiesBuilder$PeerCapabilitiesImpl in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.state.pcep.topology.provider.listener.state.PeerCapabilitiesBuilder$PeerCapabilitiesImpl.equals(Object) STYLE BC_UNCONFIRMED_CAST 236 Low

org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.state.pcep.topology.provider.listener.state.ReplyTimeBuilder$ReplyTimeImpl

Bug Category Details Line Priority
Unchecked/unconfirmed cast from org.opendaylight.yangtools.yang.binding.DataObject to org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.state.pcep.topology.provider.listener.state.ReplyTimeBuilder$ReplyTimeImpl in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.state.pcep.topology.provider.listener.state.ReplyTimeBuilder$ReplyTimeImpl.equals(Object) STYLE BC_UNCONFIRMED_CAST 237 Low

org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.state.pcep.topology.provider.listener.state.SessionStateBuilder$SessionStateImpl

Bug Category Details Line Priority
Unchecked/unconfirmed cast from org.opendaylight.yangtools.yang.binding.DataObject to org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.state.pcep.topology.provider.listener.state.SessionStateBuilder$SessionStateImpl in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.state.pcep.topology.provider.listener.state.SessionStateBuilder$SessionStateImpl.equals(Object) STYLE BC_UNCONFIRMED_CAST 262 Low

org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.state.pcep.topology.provider.listener.state.StatefulMessagesBuilder$StatefulMessagesImpl

Bug Category Details Line Priority
Unchecked/unconfirmed cast from org.opendaylight.yangtools.yang.binding.DataObject to org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.state.pcep.topology.provider.listener.state.StatefulMessagesBuilder$StatefulMessagesImpl in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.topology.provider.rev131115.modules.module.state.pcep.topology.provider.listener.state.StatefulMessagesBuilder$StatefulMessagesImpl.equals(Object) STYLE BC_UNCONFIRMED_CAST 270 Low