Fork me on GitHub

FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is

Effort is min

Summary

Classes Bugs Errors Missing Classes
207 1 0 0

com.healthmarketscience.sqlbuilder.dbspec.basic.DbConstraint

Bug Category Details Line Priority
Redundant nullcheck of name, which is known to be non-null in com.healthmarketscience.sqlbuilder.dbspec.basic.DbConstraint.toString() STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 75 Medium