SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.1.4

Threshold is medium

Effort is default

Summary

Classes Bugs Errors Missing Classes
33 3 0 0

Files

Class Bugs
org.opentrafficsim.sim0mq.publisher.SubscriptionHandler 3

org.opentrafficsim.sim0mq.publisher.SubscriptionHandler

Bug Category Details Line Priority
Possible null pointer dereference of SubscriptionHandler.listTransceiver in org.opentrafficsim.sim0mq.publisher.SubscriptionHandler.executeCommand(SubscriptionHandler$Command, Object[], ReturnWrapper) CORRECTNESS NP_NULL_ON_SOME_PATH 410 High
Possible null pointer dereference of SubscriptionHandler.listTransceiver in org.opentrafficsim.sim0mq.publisher.SubscriptionHandler.executeCommand(SubscriptionHandler$Command, Object[], ReturnWrapper) CORRECTNESS NP_NULL_ON_SOME_PATH 419 High
Nullcheck of SubscriptionHandler.listTransceiver at line 463 of value previously dereferenced in org.opentrafficsim.sim0mq.publisher.SubscriptionHandler.executeCommand(SubscriptionHandler$Command, Object[], ReturnWrapper) CORRECTNESS RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE 455 Medium