The following document contains the results of FindBugs Report
FindBugs Version is 1.2.1
Threshold is Low
Effort is Default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 140 | 5 | 0 | 0 |
| Class | Bugs |
|---|---|
| org.microemu.cldc.file.FileSystem | 1 |
| org.microemu.cldc.file.FileSystemFileConnection | 3 |
| org.microemu.cldc.file.FileSystemFileConnection$PrivilegedBooleanAction | 1 |
| Bug | Category | Details | Line |
|---|---|---|---|
| FileSystem.impl not initialized in constructor | STYLE | UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| org.microemu.cldc.file.FileSystemFileConnection.setReadable(boolean) invokes inefficient Boolean constructor; use Boolean.valueOf(...) instead | PERFORMANCE | DM_BOOLEAN_CTOR | 561 |
| org.microemu.cldc.file.FileSystemFileConnection.setWritable(boolean) invokes inefficient Boolean constructor; use Boolean.valueOf(...) instead | PERFORMANCE | DM_BOOLEAN_CTOR | 574 |
| Load of known null value in org.microemu.cldc.file.FileSystemFileConnection.listPrivileged(String, boolean) | STYLE | NP_LOAD_OF_KNOWN_NULL_VALUE | 384 |
| Bug | Category | Details | Line |
|---|---|---|---|
| org.microemu.cldc.file.FileSystemFileConnection$PrivilegedBooleanAction.run() invokes inefficient Boolean constructor; use Boolean.valueOf(...) instead | PERFORMANCE | DM_BOOLEAN_CTOR | 119 |