The following document contains the results of FindBugs Report
FindBugs Version is 1.2.0
Threshold is Low
Effort is Default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 245 | 4 | 0 | 0 |
| Class | Bugs |
|---|---|
| jp.gr.java_conf.u6k.filelock.FileLockUtil | 2 |
| jp.gr.java_conf.u6k.filelock.SwingMain | 1 |
| jp.gr.java_conf.u6k.filelock.SwingMain$1 | 1 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Method jp.gr.java_conf.u6k.filelock.FileLockUtil.lockFailFiles() uses Collection.toArray() with zero-length array argument | PERFORMANCE | ITA_INEFFICIENT_TO_ARRAY | 164 |
| Method jp.gr.java_conf.u6k.filelock.FileLockUtil.lockFiles() uses Collection.toArray() with zero-length array argument | PERFORMANCE | ITA_INEFFICIENT_TO_ARRAY | 153 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Method jp.gr.java_conf.u6k.filelock.SwingMain.SwingMain(String[]) uses Collection.toArray() with zero-length array argument | PERFORMANCE | ITA_INEFFICIENT_TO_ARRAY | 157 |
| Bug | Category | Details | Line |
|---|---|---|---|
| The class jp.gr.java_conf.u6k.filelock.SwingMain$1 could be refactored into a named _static_ inner class | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC_ANON | Not available |