@Override
public List<EnrichedDSNLine> process(List<DSNLine> dsnLines) {
if (dsnLines.isEmpty()) {
log.warn("process launched but no input lines...'");
return null;
}
}
The current version of SonarQube is 7.7, and the current LTS is 6.7.6. You’re going to have a hard time finding support for versions older than those. You should upgrade at your earliest convenience.
Hello,
I finally upgrage my sonarqube version : 6.7.7 LTS and I have always the false positive.
Is there a way that the issue will not appear in SpringBatch context ?