The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| DataGenerator | 2 |
| com.trendmicro.grid.acl.client.ServiceClient | 1 |
| com.trendmicro.grid.acl.client.util.ProgressIndicator | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| DataGenerator.dumpProfile(File) may fail to close stream | BAD_PRACTICE | OS_OPEN_STREAM | 91 | Medium |
| DataGenerator.loadProfile() may fail to close stream | BAD_PRACTICE | OS_OPEN_STREAM | 99 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Changes to logger could be lost in com.trendmicro.grid.acl.client.ServiceClient.<static initializer>() | EXPERIMENTAL | LG_LOST_LOGGER_DUE_TO_WEAK_REFERENCE | 42 | High |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Naked notify in com.trendmicro.grid.acl.client.util.ProgressIndicator.run() | MT_CORRECTNESS | NN_NAKED_NOTIFY | 56 | Medium |