FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
27 11 0 0

org.universAAL.middleware.brokers.message.configuration.ConfigurationMessage

Bug Category Details Line Priority
org.universAAL.middleware.brokers.message.configuration.ConfigurationMessage.toString() may return null BAD_PRACTICE NP_TOSTRING_COULD_RETURN_NULL 112 Medium

org.universAAL.middleware.brokers.message.control.ControlMessage

Bug Category Details Line Priority
org.universAAL.middleware.brokers.message.control.ControlMessage.toString() may return null BAD_PRACTICE NP_TOSTRING_COULD_RETURN_NULL 119 Medium

org.universAAL.middleware.brokers.message.deploy.DeployMessage

Bug Category Details Line Priority
org.universAAL.middleware.brokers.message.deploy.DeployMessage.toString() may return null BAD_PRACTICE NP_TOSTRING_COULD_RETURN_NULL 81 Medium

org.universAAL.middleware.brokers.message.deploy.DeployPayload

Bug Category Details Line Priority
org.universAAL.middleware.brokers.message.deploy.DeployPayload.getPart() may expose internal representation by returning DeployPayload.part MALICIOUS_CODE EI_EXPOSE_REP 49 Medium
new org.universAAL.middleware.brokers.message.deploy.DeployPayload(byte[], UAPPCard) may expose internal representation by storing an externally mutable object into DeployPayload.part MALICIOUS_CODE EI_EXPOSE_REP2 44 Medium
org.universAAL.middleware.brokers.message.deploy.DeployPayload.setPart(byte[]) may expose internal representation by storing an externally mutable object into DeployPayload.part MALICIOUS_CODE EI_EXPOSE_REP2 53 Medium

org.universAAL.middleware.brokers.message.distributedmw.DistributedMWMessage

Bug Category Details Line Priority
org.universAAL.middleware.brokers.message.distributedmw.DistributedMWMessage.toString() may return null BAD_PRACTICE NP_TOSTRING_COULD_RETURN_NULL 78 Medium

org.universAAL.middleware.brokers.message.gson.BrokerMessageSerializer

Bug Category Details Line Priority
Dead store to prim in org.universAAL.middleware.brokers.message.gson.BrokerMessageSerializer.deserialize(JsonElement, Type, JsonDeserializationContext) STYLE DLS_DEAD_LOCAL_STORE 60 Medium

org.universAAL.middleware.brokers.message.gson.GsonParserBuilder$SerializableSerializer

Bug Category Details Line Priority
Should org.universAAL.middleware.brokers.message.gson.GsonParserBuilder$SerializableSerializer be a _static_ inner class? PERFORMANCE SIC_INNER_SHOULD_BE_STATIC 82 Medium

org.universAAL.middleware.brokers.message.gson.GsonParserBuilder$UnmappedJSonTypeException

Bug Category Details Line Priority
Should org.universAAL.middleware.brokers.message.gson.GsonParserBuilder$UnmappedJSonTypeException be a _static_ inner class? PERFORMANCE SIC_INNER_SHOULD_BE_STATIC 76 Medium

org.universAAL.middleware.brokers.message.space.SpaceMessage

Bug Category Details Line Priority
org.universAAL.middleware.brokers.message.space.SpaceMessage.toString() may return null BAD_PRACTICE NP_TOSTRING_COULD_RETURN_NULL 75 Medium