The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is max
| Class | Bugs |
|---|---|
| info.bunji.asyncutil.AsyncExecutor | 1 |
| info.bunji.asyncutil.AsyncProcess | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| info.bunji.asyncutil.AsyncExecutor.execute(Iterable, int, int, Scheduler) は、java.lang.Exception を無視しているかもしれません。 | BAD_PRACTICE | DE_MIGHT_IGNORE | 237 | High |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| 読み出されない public または protected フィールド: info.bunji.asyncutil.AsyncProcess.logger | STYLE | URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD | 38 | Medium |