The following document contains the results of FindBugs Report
FindBugs Version is 1.3.8
Threshold is High
Effort is Default
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
83 | 4 | 0 | 0 |
Class | Bugs |
---|---|
org.company.thesandbox.domain.CopyOfOrder | 2 |
org.company.thesandbox.domain.Order | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Non-virtual method call in org.company.thesandbox.domain.CopyOfOrder.findBugShouldReportOnThis() passes null for nonnull parameter of new java.util.HashMap(Map) | CORRECTNESS | NP_NULL_PARAM_DEREF_NONVIRTUAL | 17 | High |
org.company.thesandbox.domain.CopyOfOrder.findBugShouldReportOnThis() ignores return value of String.replace(char, char) | CORRECTNESS | RV_RETURN_VALUE_IGNORED | 26 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Non-virtual method call in org.company.thesandbox.domain.Order.findBugShouldReportOnThis() passes null for nonnull parameter of new java.util.HashMap(Map) | CORRECTNESS | NP_NULL_PARAM_DEREF_NONVIRTUAL | 18 | High |
org.company.thesandbox.domain.Order.findBugShouldReportOnThis() ignores return value of String.replace(char, char) | CORRECTNESS | RV_RETURN_VALUE_IGNORED | 27 | High |