FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.2.0

Threshold is Low

Effort is Default

Summary

Classes Bugs Errors Missing Classes
182 10 0 0

Files

Class Bugs
com.atlassian.core.ofbiz.association.DefaultAssociationManager$1 1
com.atlassian.core.ofbiz.comparators.OFBizDateComparator 1
com.atlassian.core.ofbiz.comparators.OFBizFieldComparator 1
com.atlassian.core.ofbiz.osuser.CoreOFBizCredentialsProvider 1
com.atlassian.core.ofbiz.test.mock.MockActionDispatcher 1
com.atlassian.core.ofbiz.test.mock.MockGenericValue 4
com.atlassian.core.ofbiz.test.mock.MockGenericValue$MockModelEntity 1

com.atlassian.core.ofbiz.association.DefaultAssociationManager$1

Bug Category Details Line
The class com.atlassian.core.ofbiz.association.DefaultAssociationManager$1 could be refactored into a named _static_ inner class PERFORMANCE SIC_INNER_SHOULD_BE_STATIC_ANON Not available

com.atlassian.core.ofbiz.comparators.OFBizDateComparator

Bug Category Details Line
com.atlassian.core.ofbiz.comparators.OFBizDateComparator implements Comparator but not Serializable BAD_PRACTICE SE_COMPARATOR_SHOULD_BE_SERIALIZABLE Not available

com.atlassian.core.ofbiz.comparators.OFBizFieldComparator

Bug Category Details Line
com.atlassian.core.ofbiz.comparators.OFBizFieldComparator implements Comparator but not Serializable BAD_PRACTICE SE_COMPARATOR_SHOULD_BE_SERIALIZABLE Not available

com.atlassian.core.ofbiz.osuser.CoreOFBizCredentialsProvider

Bug Category Details Line
com.atlassian.core.ofbiz.osuser.CoreOFBizCredentialsProvider is Serializable; consider declaring a serialVersionUID BAD_PRACTICE SE_NO_SERIALVERSIONID Not available

com.atlassian.core.ofbiz.test.mock.MockActionDispatcher

Bug Category Details Line
Unwritten field: com.atlassian.core.ofbiz.test.mock.MockActionDispatcher.resultException CORRECTNESS UWF_UNWRITTEN_FIELD 44

com.atlassian.core.ofbiz.test.mock.MockGenericValue

Bug Category Details Line
com.atlassian.core.ofbiz.test.mock.MockGenericValue.clone() does not call super.clone() BAD_PRACTICE CN_IDIOM_NO_SUPER_CALL 271
Field MockGenericValue.fields masks field in superclass org.ofbiz.core.entity.GenericEntity CORRECTNESS MF_CLASS_MASKS_FIELD Not available
Class com.atlassian.core.ofbiz.test.mock.MockGenericValue defines non-transient non-serializable instance field gd BAD_PRACTICE SE_BAD_FIELD Not available
com.atlassian.core.ofbiz.test.mock.MockGenericValue is Serializable; consider declaring a serialVersionUID BAD_PRACTICE SE_NO_SERIALVERSIONID Not available

com.atlassian.core.ofbiz.test.mock.MockGenericValue$MockModelEntity

Bug Category Details Line
Should com.atlassian.core.ofbiz.test.mock.MockGenericValue$MockModelEntity be a _static_ inner class? PERFORMANCE SIC_INNER_SHOULD_BE_STATIC Not available