The following document contains the results of FindBugs Report
FindBugs Version is 1.2.0
Threshold is Normal
Effort is Default
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
164 | 5 | 0 | 0 |
Class | Bugs |
---|---|
siouxsie.desktop.commands.impl.CommandsHandler | 3 |
siouxsie.desktop.commands.impl.CommandsHandler$CommandFactory | 1 |
siouxsie.desktop.commands.impl.ExitCommand | 1 |
Bug | Category | Details | Line |
---|---|---|---|
command could be null and is guaranteed to be dereferenced in siouxsie.desktop.commands.impl.CommandsHandler.init() | CORRECTNESS | NP_GUARANTEED_DEREF | 139 |
Method siouxsie.desktop.commands.impl.CommandsHandler.init() makes inefficient use of keySet iterator instead of entrySet iterator | PERFORMANCE | WMI_WRONG_MAP_ITERATOR | 277 |
Method siouxsie.desktop.commands.impl.CommandsHandler.init() makes inefficient use of keySet iterator instead of entrySet iterator | PERFORMANCE | WMI_WRONG_MAP_ITERATOR | 300 |
Bug | Category | Details | Line |
---|---|---|---|
Method call in siouxsie.desktop.commands.impl.CommandsHandler$CommandFactory.createCommand(CommandDescription) passes null for unconditionally dereferenced parameter of SiouxsieActionCommand.setCommand(ICommand) | CORRECTNESS | NP_NULL_PARAM_DEREF | 474 |