Errors during importing "Generic issue import format"

Hello,

Now I have understood how to import external results (.json) to sonarqube interface, I have designed a parser where I get a 10000 line .json file to be imported the issues.

I am getting this error when I launch the command “sonar-scanner -X -Dsonar.projectKey=EMPTY_PRO -Dsonar.host.url=http://192.168.0.1:9000 -Dsonar.login=2f7e5202b2f94dcdc2cf4df3a8d7572e611d2c95 -Dsonar.externalIssuesReportPaths=Reportes/cxxtest_aux.json -Dsonar.sources=.” :
java.lang.IllegalArgumentException: Start pointer [line=95, lineOffset=18] should be before end pointer [line=95, lineOffset=18]
How can I know where or why is crushing sonarqube at importing my .json file?

Thank you so much and best regards,
Joanes

Hi,

I guess search in your issues report file for a line number of 95?

 
Ann