The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
net.sf.prefixedproperties.PrefixedProperties | 1 |
net.sf.prefixedproperties.PrefixedProperties$DoubleEntry | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
net.sf.prefixedproperties.PrefixedProperties.entrySet() uses the same code for two branches | STYLE | DB_DUPLICATE_BRANCHES | 640-641 | Medium |
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 |