FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.9

Threshold is

Effort is min

Summary

ClassesBugsErrorsMissing Classes
279200

org.apache.commons.vfs2.impl.DefaultFileReplicator

BugCategoryDetailsLinePriority
Random object created and used only once in org.apache.commons.vfs2.impl.DefaultFileReplicator.init()BAD_PRACTICEDMI_RANDOM_USED_ONLY_ONCE86High

org.apache.commons.vfs2.provider.ram.RamFileSystem

BugCategoryDetailsLinePriority
org.apache.commons.vfs2.provider.ram.RamFileSystem is Serializable but its superclass doesn't define an accessible void constructorBAD_PRACTICESE_NO_SUITABLE_CONSTRUCTOR62-327High