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 |
---|---|---|---|---|
Useless object stored in variable keyValues of method com.puresoltechnologies.ductiledb.xo.impl.DucileStoreEdgeManager.createRelation(DuctileVertex, RelationTypeMetadata, RelationTypeMetadata$Direction, DuctileVertex, Map) | STYLE | UC_USELESS_OBJECT | 108 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Load of known null value in com.puresoltechnologies.ductiledb.xo.impl.DucileStoreVertexManager.createEntity(TypeMetadataSet, Set, Map) | STYLE | NP_LOAD_OF_KNOWN_NULL_VALUE | 104 | Medium |
Null passed for non-null parameter of setProperty(DuctileVertex, PrimitivePropertyMethodMetadata, Object) in com.puresoltechnologies.ductiledb.xo.impl.DucileStoreVertexManager.createEntity(TypeMetadataSet, Set, Map) | CORRECTNESS | NP_NULL_PARAM_DEREF_ALL_TARGETS_DANGEROUS | 104 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
com.puresoltechnologies.ductiledb.xo.impl.query.gremlin.GremlinExpression.applyParameters(Map) makes inefficient use of keySet iterator instead of entrySet iterator | PERFORMANCE | WMI_WRONG_MAP_ITERATOR | 106 | Medium |