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
7 3 0 0

org.universAAL.middleware.shell.universAAL.osgi.ConfigChangeCommand

Bug Category Details Line Priority
selected could be null and is guaranteed to be dereferenced in org.universAAL.middleware.shell.universAAL.osgi.ConfigChangeCommand.doExecute() CORRECTNESS NP_GUARANTEED_DEREF 137 High

org.universAAL.middleware.shell.universAAL.osgi.ConfigListCommand

Bug Category Details Line Priority
Return value of String.concat(String) ignored in org.universAAL.middleware.shell.universAAL.osgi.ConfigListCommand.doExecute() CORRECTNESS RV_RETURN_VALUE_IGNORED 59 High

org.universAAL.middleware.shell.universAAL.osgi.ConfigPullCommand

Bug Category Details Line Priority
Possible null pointer dereference of selected in org.universAAL.middleware.shell.universAAL.osgi.ConfigPullCommand.doExecute() CORRECTNESS NP_NULL_ON_SOME_PATH 76 High