The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| com.soebes.maven.plugins.iterator.ItemWithProperties | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Comparison of String objects using == or != in com.soebes.maven.plugins.iterator.ItemWithProperties.hasName() | BAD_PRACTICE | ES_COMPARING_STRINGS_WITH_EQ | 91 | Medium |
| com.soebes.maven.plugins.iterator.ItemWithProperties.NO_PROPERTIES is a mutable collection which should be package protected | MALICIOUS_CODE | MS_MUTABLE_COLLECTION_PKGPROTECT | 36 | Medium |