The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.universAAL.middleware.connectors.util.ChannelMessage | 1 |
org.universAAL.middleware.connectors.util.ExceptionUtils | 4 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.universAAL.middleware.connectors.util.ChannelMessage.toString() may return null | BAD_PRACTICE | NP_TOSTRING_COULD_RETURN_NULL | 98 | Medium |
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 |