The following document contains the results of FindBugs
FindBugs Version is 3.0.0
Threshold is low
Effort is max
| Class | Bugs |
|---|---|
| com.github.triceo.splitlog.LogWatchTailingManager | 1 |
| org.apache.commons.io.input.fork.TailerRun | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Exceptional return value of java.util.concurrent.ExecutorService.submit(Runnable) ignored in com.github.triceo.splitlog.LogWatchTailingManager.start() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 146 | Low |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Exception is caught when Exception is not thrown in org.apache.commons.io.input.fork.TailerRun.run() | STYLE | REC_CATCH_EXCEPTION | 214 | Low |