]> source.dussan.org Git - sonarqube.git/commit
SONAR-9904 fix author of issue to not depend on analyzer implementations
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 15 Aug 2018 22:20:01 +0000 (00:20 +0200)
committerSonarTech <sonartech@sonarsource.com>
Fri, 17 Aug 2018 18:21:31 +0000 (20:21 +0200)
commit46aa95c524ab9bb753c38de7ed4bc3ec9674de46
tree96f0dc245b3973ff7c3f777d5a2ebff982a3f4b2
parent7509e0895c7db3c0c8f5715a9b273cb81262e268
SONAR-9904 fix author of issue to not depend on analyzer implementations

The Xoo plugin used in QA tests declares the component on all the
issue locations. That is not the case with SonarJava for instance.
It assumes that the component is the one declared on the issue.
server/sonar-ce-task-projectanalysis/src/main/java/org/sonar/ce/task/projectanalysis/issue/IssueLocations.java
server/sonar-ce-task-projectanalysis/src/test/java/org/sonar/ce/task/projectanalysis/issue/IssueLocationsTest.java