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
13 5 0 0

org.universAAL.middleware.connectors.util.ChannelMessage

Bug Category Details Line Priority
org.universAAL.middleware.connectors.util.ChannelMessage.toString() may return null BAD_PRACTICE NP_TOSTRING_COULD_RETURN_NULL 98 Medium

org.universAAL.middleware.connectors.util.ExceptionUtils

Bug Category Details Line Priority
Found reliance on default encoding in org.universAAL.middleware.connectors.util.ExceptionUtils.stackTraceAsString(Exception): java.io.ByteArrayOutputStream.toString() I18N DM_DEFAULT_ENCODING 42 High
Found reliance on default encoding in org.universAAL.middleware.connectors.util.ExceptionUtils.stackTraceAsString(Exception): new java.io.PrintStream(OutputStream) I18N DM_DEFAULT_ENCODING 38 High
Found reliance on default encoding in org.universAAL.middleware.connectors.util.ExceptionUtils.stackTraceAsString(Throwable): java.io.ByteArrayOutputStream.toString() I18N DM_DEFAULT_ENCODING 51 High
Found reliance on default encoding in org.universAAL.middleware.connectors.util.ExceptionUtils.stackTraceAsString(Throwable): new java.io.PrintStream(OutputStream) I18N DM_DEFAULT_ENCODING 47 High