]> source.dussan.org Git - sonarqube.git/commit
SONAR-11741 fix NPE when importing issues from external report
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 19 Feb 2019 22:52:57 +0000 (23:52 +0100)
committerSonarTech <sonartech@sonarsource.com>
Fri, 22 Feb 2019 19:21:10 +0000 (20:21 +0100)
commit7c11a6c444316903bac5fa05e3f986fed20af723
tree425adb166150ed686fe729c7ecf315cc49d72d27
parent746ff42c58b6ee5c051de33cc13e3a0af45e7647
SONAR-11741 fix NPE when importing issues from external report

Incomplete definition of issue offsets should not make the import fail.
sonar-scanner-engine/src/main/java/org/sonar/scanner/externalissue/ExternalIssueImporter.java
sonar-scanner-engine/src/test/java/org/sonar/scanner/externalissue/ExternalIssueImporterTest.java [new file with mode: 0644]