FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
16 2 0 0

net.sf.prefixedproperties.PrefixedProperties

Bug Category Details Line Priority
net.sf.prefixedproperties.PrefixedProperties.entrySet() uses the same code for two branches STYLE DB_DUPLICATE_BRANCHES 640-641 Medium

net.sf.prefixedproperties.PrefixedProperties$DoubleEntry

Bug Category Details Line Priority
Should net.sf.prefixedproperties.PrefixedProperties$DoubleEntry be a _static_ inner class? PERFORMANCE SIC_INNER_SHOULD_BE_STATIC 90-106 Medium