Fork me on GitHub

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
8 2 0 0

com.soebes.maven.plugins.iterator.ItemWithProperties

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