The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is
Effort is min
| Class | Bugs |
|---|---|
| org.apache.commons.vfs2.impl.DefaultFileReplicator | 1 |
| org.apache.commons.vfs2.provider.ram.RamFileSystem | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Random object created and used only once in org.apache.commons.vfs2.impl.DefaultFileReplicator.init() | BAD_PRACTICE | DMI_RANDOM_USED_ONLY_ONCE | 86 | High |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.apache.commons.vfs2.provider.ram.RamFileSystem is Serializable but its superclass doesn't define an accessible void constructor | BAD_PRACTICE | SE_NO_SUITABLE_CONSTRUCTOR | 62-327 | High |