The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.universAAL.tools.ucc.api.impl.Installer | 2 |
org.universAAL.tools.ucc.controller.Activator | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Invocation of toString on org.universAAL.middleware.managers.api.MatchingResult.getPeers() in org.universAAL.tools.ucc.api.impl.Installer.getMatchingPeers(Map) | CORRECTNESS | DMI_INVOKING_TOSTRING_ON_ARRAY | 75 | Medium |
org.universAAL.tools.ucc.api.impl.Installer.getPeerAttributes(List, PeerCard) makes inefficient use of keySet iterator instead of entrySet iterator | PERFORMANCE | WMI_WRONG_MAP_ITERATOR | 96 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.universAAL.tools.ucc.controller.Activator.context from instance method org.universAAL.tools.ucc.controller.Activator.start(BundleContext) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 38 | Medium |