From bde0ca9b790f573afa331252f3ba21fb0c7a9f1d Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Thu, 13 Jun 2013 11:18:35 +0200 Subject: [PATCH] SONAR-4383 Revert modification in IssueMapper --- .../org/sonar/core/issue/db/IssueMapper.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sonar-core/src/main/resources/org/sonar/core/issue/db/IssueMapper.xml b/sonar-core/src/main/resources/org/sonar/core/issue/db/IssueMapper.xml index 11d5244da84..61246d6c239 100644 --- a/sonar-core/src/main/resources/org/sonar/core/issue/db/IssueMapper.xml +++ b/sonar-core/src/main/resources/org/sonar/core/issue/db/IssueMapper.xml @@ -240,22 +240,22 @@ r.plugin_name=#{rule.repository} and r.plugin_rule_key=#{rule.rule}) - + and i.kee in #{key} - + and i.severity in #{severity} - + and i.status in #{status} - + and i.resolution in #{resolution} @@ -268,12 +268,12 @@ and i.resolution is null - + and i.reporter in #{reporter} - + and i.assignee in #{assignee} @@ -294,7 +294,7 @@ and i.action_plan_key is null - + and i.action_plan_key in #{action_plan} -- 2.39.5