FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.8

Threshold is High

Effort is Default

Summary

Classes Bugs Errors Missing Classes
83 4 0 0

org.company.thesandbox.domain.CopyOfOrder

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

org.company.thesandbox.domain.Order

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