The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is
Effort is max
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 34 | 2 | 0 | 0 |
| Class | Bugs |
|---|---|
| cz.startnet.utils.pgdiff.loader.PgDumpLoader | 1 |
| cz.startnet.utils.pgdiff.schema.PgFunction | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Dereference of the result of readLine() without nullcheck in cz.startnet.utils.pgdiff.loader.PgDumpLoader.getWholeCommand(BufferedReader, String) | STYLE | NP_DEREFERENCE_OF_READLINE_VALUE | 248 | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| cz.startnet.utils.pgdiff.schema.PgFunction.equals(Object) is unusual | STYLE | EQ_UNUSUAL | 124 | 2 |