FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
35 8 0 0

Files

Class Bugs
com.puresoltechnologies.ductiledb.tinkerpop.DuctileGraph 1
com.puresoltechnologies.ductiledb.tinkerpop.compute.DuctileGraphComputer 6
com.puresoltechnologies.ductiledb.tinkerpop.compute.DuctileMapEmitter 1

com.puresoltechnologies.ductiledb.tinkerpop.DuctileGraph

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

com.puresoltechnologies.ductiledb.tinkerpop.compute.DuctileGraphComputer

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

com.puresoltechnologies.ductiledb.tinkerpop.compute.DuctileMapEmitter

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
Fork me on GitHub