The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Boxing/unboxing to parse a primitive com.puresoltechnologies.ductiledb.tinkerpop.DuctileGraph.convertId(Object) | PERFORMANCE | DM_BOXED_PRIMITIVE_FOR_PARSING | 115 | High |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Unread field: com.puresoltechnologies.ductiledb.tinkerpop.compute.DuctileGraphComputer.executed | PERFORMANCE | URF_UNREAD_FIELD | 25 | Medium |
| Unread field: com.puresoltechnologies.ductiledb.tinkerpop.compute.DuctileGraphComputer.persist | PERFORMANCE | URF_UNREAD_FIELD | 19 | Medium |
| Unread field: com.puresoltechnologies.ductiledb.tinkerpop.compute.DuctileGraphComputer.resultGraph | PERFORMANCE | URF_UNREAD_FIELD | 18 | Medium |
| Unread field: com.puresoltechnologies.ductiledb.tinkerpop.compute.DuctileGraphComputer.vertexProgram | PERFORMANCE | URF_UNREAD_FIELD | 48 | Medium |
| Unread field: com.puresoltechnologies.ductiledb.tinkerpop.compute.DuctileGraphComputer.workers | PERFORMANCE | URF_UNREAD_FIELD | 27 | Medium |
| Unused field: com.puresoltechnologies.ductiledb.tinkerpop.compute.DuctileGraphComputer.memory | PERFORMANCE | UUF_UNUSED_FIELD | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Adding elements of an entry set may fail due to reuse of Map.Entry object in com.puresoltechnologies.ductiledb.tinkerpop.compute.DuctileMapEmitter.complete(MapReduce) | BAD_PRACTICE | DMI_ENTRY_SETS_MAY_REUSE_ENTRY_OBJECTS | 50 | Medium |