FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.8

Threshold is Low

Effort is Max

Summary

Classes Bugs Errors Missing Classes
155 9 0 0

org.semispace.HolderContainer

Bug Category Details Line Priority
Method org.semispace.HolderContainer.findAllHolderIds() uses Collection.toArray() with zero-length array argument PERFORMANCE ITA_INEFFICIENT_TO_ARRAY 187 Low
Method org.semispace.HolderContainer.retrieveClassNames() uses Collection.toArray() with zero-length array argument PERFORMANCE ITA_INEFFICIENT_TO_ARRAY 194 Low
Method org.semispace.HolderContainer.retrieveGroupNames() uses Collection.toArray() with zero-length array argument PERFORMANCE ITA_INEFFICIENT_TO_ARRAY 148 Low

org.semispace.HolderElement

Bug Category Details Line Priority
Method org.semispace.HolderElement.toArray() uses Collection.toArray() with zero-length array argument PERFORMANCE ITA_INEFFICIENT_TO_ARRAY 67 Low

org.semispace.SemiSpace

Bug Category Details Line Priority
Use of non-localized String.toUpperCase() or String.toLowerCase I18N DM_CONVERT_CASE 592 Low
Method org.semispace.SemiSpace.notifyListeners(EventDistributor) uses Collection.toArray() with zero-length array argument PERFORMANCE ITA_INEFFICIENT_TO_ARRAY 196 Low

org.semispace.SemiSpace$ShortestTtlComparator

Bug Category Details Line Priority
org.semispace.SemiSpace$ShortestTtlComparator implements Comparator but not Serializable BAD_PRACTICE SE_COMPARATOR_SHOULD_BE_SERIALIZABLE 902-907 Medium

org.semispace.actor.ActorMessage

Bug Category Details Line Priority
ActorMessage.payload not initialized in constructor STYLE UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR Not available Low

org.semispace.admin.SemiSpaceAdmin$2

Bug Category Details Line Priority
The class org.semispace.admin.SemiSpaceAdmin$2 could be refactored into a named _static_ inner class PERFORMANCE SIC_INNER_SHOULD_BE_STATIC_ANON 171-179 Low