The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.symphonyoss.samples.RssBot | 2 |
org.symphonyoss.samples.StockInfoBot | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
new org.symphonyoss.samples.RssBot() invokes System.exit(...), which shuts down the entire virtual machine | BAD_PRACTICE | DM_EXIT | 77 | Medium |
new org.symphonyoss.samples.RssBot() invokes inefficient new Integer(String) constructor; use Integer.valueOf(String) instead | PERFORMANCE | DM_NUMBER_CTOR | 71 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.symphonyoss.samples.StockInfoBot.onChatMessage(SymMessage) makes inefficient use of keySet iterator instead of entrySet iterator | PERFORMANCE | WMI_WRONG_MAP_ITERATOR | 82 | Medium |