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.shell.universAAL.osgi.ListOfPeerCommand | 1 |
| org.universAAL.middleware.shell.universAAL.osgi.TargetSpaceCommand | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.universAAL.middleware.shell.universAAL.osgi.ListOfPeerCommand.doExecute() makes inefficient use of keySet iterator instead of entrySet iterator | PERFORMANCE | WMI_WRONG_MAP_ITERATOR | 57 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Unread field: org.universAAL.middleware.shell.universAAL.osgi.TargetSpaceCommand.spaceManager | PERFORMANCE | URF_UNREAD_FIELD | 44 | Medium |