The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 36 | 8 | 0 | 0 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.microemu.cldc.file.FileSystemFileConnection.setReadable(boolean) invokes inefficient Boolean constructor; use Boolean.valueOf(...) instead | PERFORMANCE | DM_BOOLEAN_CTOR | 567 | Medium |
| org.microemu.cldc.file.FileSystemFileConnection.setWritable(boolean) invokes inefficient Boolean constructor; use Boolean.valueOf(...) instead | PERFORMANCE | DM_BOOLEAN_CTOR | 580 | Medium |
| org.microemu.cldc.file.FileSystemFileConnection.getRoot(String) ignores exceptional return value of java.io.File.mkdirs() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 140 | Medium |
| Bug | Category | Details | Line | Priority |
|---|
| Bug | Category | Details | Line | Priority |
|---|
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.microemu.cldc.file.FileSystemFileConnection$16.run() ignores exceptional return value of java.io.File.setReadOnly() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 530 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.microemu.cldc.file.FileSystemFileConnection$18.run() ignores exceptional return value of java.io.File.setReadOnly() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 575 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.microemu.cldc.file.FileSystemFileConnection$PrivilegedBooleanAction.run() invokes inefficient Boolean constructor; use Boolean.valueOf(...) instead | PERFORMANCE | DM_BOOLEAN_CTOR | 119 | Medium |