]> source.dussan.org Git - sonarqube.git/commit
SONAR-3755 fix NPE when file does not exist anymore
authorSimon Brandhof <simon.brandhof@gmail.com>
Fri, 3 May 2013 08:10:25 +0000 (10:10 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Fri, 3 May 2013 08:10:33 +0000 (10:10 +0200)
commitdf944a9893b904c318d5663d4999f9b3cc60cd91
treed45ba27ed99de9c167cff3707ac2da024b281d14
parent53c455995c5d49b2876f334a98ddc86bbdf1c896
SONAR-3755 fix NPE when file does not exist anymore
sonar-batch/src/main/java/org/sonar/batch/issue/ScanIssueStorage.java
sonar-batch/src/test/java/org/sonar/batch/issue/ScanIssueStorageTest.java [new file with mode: 0644]
sonar-batch/src/test/resources/org/sonar/batch/issue/ScanIssueStorageTest/should_fail_if_unknown_component.xml [new file with mode: 0644]
sonar-batch/src/test/resources/org/sonar/batch/issue/ScanIssueStorageTest/should_load_component_id_from_db.xml [new file with mode: 0644]