if (inFinding){
currentRawFinding.append("</").append(qName).append(">");
}
if ("location".equals(qName)) {
DataFlowElement element = new DataFlowElement();
element.setSourceFileName(locationFile);
element.setLineNumber(Integer.parseInt(locationLine));
dataFlowElements.add(element);
locationFile = null;
locationLine = null;
}
if ("error".equals(qName)) {