if (finding.getDataFlowElements() != null && !finding.getDataFlowElements().isEmpty()) {
builder.setCodePoints(toCodePoints(finding.getDataFlowElements()));
}
return builder.generateQuery();
}
public static List<CodePoint> toCodePoints(List<DataFlowElement> elements) {
List<CodePoint> results = list();