The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
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 |
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 |
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 |