diff options
author | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2016-03-30 10:34:27 +0200 |
---|---|---|
committer | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2016-03-30 10:34:27 +0200 |
commit | 2cf5d0f82c96846af16007233b674e0e5c638eea (patch) | |
tree | a0e16866485ae2af45dfc8c30d7b1eda5fe7b601 /sonar-db | |
parent | 3dd8df022799597fb871b0a945f8c37bd744ae38 (diff) | |
download | sonarqube-2cf5d0f82c96846af16007233b674e0e5c638eea.tar.gz sonarqube-2cf5d0f82c96846af16007233b674e0e5c638eea.zip |
MMF-165 Remove action plan mentions
Diffstat (limited to 'sonar-db')
4 files changed, 0 insertions, 147 deletions
diff --git a/sonar-db/src/main/java/org/sonar/db/issue/IssueDto.java b/sonar-db/src/main/java/org/sonar/db/issue/IssueDto.java index 0c996463aa6..570ab0acda4 100644 --- a/sonar-db/src/main/java/org/sonar/db/issue/IssueDto.java +++ b/sonar-db/src/main/java/org/sonar/db/issue/IssueDto.java @@ -237,11 +237,6 @@ public final class IssueDto implements Serializable { return this; } - public IssueDto setActionPlanKey(@Nullable String s) { - checkArgument(s == null || s.length() <= 50, "Value is too long for issue action plan: %s", s); - return this; - } - @CheckForNull public String getSeverity() { return severity; diff --git a/sonar-db/src/test/resources/org/sonar/db/issue/IssueDaoTest/find_severities_by_component.xml b/sonar-db/src/test/resources/org/sonar/db/issue/IssueDaoTest/find_severities_by_component.xml deleted file mode 100644 index 3a272a88b28..00000000000 --- a/sonar-db/src/test/resources/org/sonar/db/issue/IssueDaoTest/find_severities_by_component.xml +++ /dev/null @@ -1,83 +0,0 @@ -<dataset> - - <!-- rule 500 --> - <issues - id="100" - kee="ABCDE-1" - component_uuid="CDEF" - project_uuid="ABCD" - rule_id="500" - severity="BLOCKER" - manual_severity="[false]" - message="[null]" - line="200" - gap="4.2" - status="OPEN" - resolution="[null]" - checksum="XXX" - reporter="[null]" - assignee="perceval" - author_login="[null]" - issue_attributes="JIRA=FOO-1234" - issue_creation_date="1366063200000" - issue_update_date="1366063200000" - issue_close_date="1366063200000" - created_at="1400000000000" - updated_at="1400000000000" - locations="[null]" - /> - - <issues - id="101" - kee="ABCDE-2" - component_uuid="CDEF" - project_uuid="ABCD" - rule_id="500" - severity="MAJOR" - manual_severity="[false]" - message="[null]" - line="200" - gap="4.2" - status="OPEN" - resolution="[null]" - checksum="XXX" - reporter="[null]" - assignee="perceval" - author_login="[null]" - issue_attributes="JIRA=FOO-1234" - issue_creation_date="1366149600000" - issue_update_date="1366149600000" - issue_close_date="1366149600000" - created_at="1400000000000" - updated_at="1400000000000" - locations="[null]" - /> - - - <!-- rule 501 --> - <issues - id="102" - kee="ABCDE-3" - component_uuid="CDEF" - project_uuid="ABCD" - rule_id="501" - severity="BLOCKER" - manual_severity="[false]" - message="[null]" - line="200" - gap="4.2" - status="OPEN" - resolution="[null]" - checksum="XXX" - reporter="[null]" - assignee="perceval" - author_login="[null]" - issue_attributes="JIRA=FOO-1234" - issue_creation_date="1366063200000" - issue_update_date="1366063200000" - issue_close_date="1366063200000" - created_at="1400000000000" - updated_at="1400000000000" - locations="[null]" - /> -</dataset> diff --git a/sonar-db/src/test/resources/org/sonar/db/issue/IssueDaoTest/update-result.xml b/sonar-db/src/test/resources/org/sonar/db/issue/IssueDaoTest/update-result.xml deleted file mode 100644 index 483763302b6..00000000000 --- a/sonar-db/src/test/resources/org/sonar/db/issue/IssueDaoTest/update-result.xml +++ /dev/null @@ -1,30 +0,0 @@ -<dataset> - <issues - id="100" - kee="ABCDE" - component_uuid="123" - project_uuid="101" - rule_id="200" - severity="BLOCKER" - manual_severity="[false]" - message="the message" - line="500" - gap="3.14" - effort="10" - status="RESOLVED" - resolution="FIXED" - checksum="123456789" - reporter="[null]" - author_login="morgan" - assignee="karadoc" - issue_attributes="JIRA=FOO-1234" - tags="[null]" - issue_creation_date="1368828000000" - issue_update_date="1368914400000" - issue_close_date="1369000800000" - created_at="1400000000000" - updated_at="1450000000000" - action_plan_key="current_sprint" - locations="[null]" - /> -</dataset> diff --git a/sonar-db/src/test/resources/org/sonar/db/issue/IssueDaoTest/update.xml b/sonar-db/src/test/resources/org/sonar/db/issue/IssueDaoTest/update.xml deleted file mode 100644 index cb0d74e8b18..00000000000 --- a/sonar-db/src/test/resources/org/sonar/db/issue/IssueDaoTest/update.xml +++ /dev/null @@ -1,29 +0,0 @@ -<dataset> - <issues - id="100" - kee="ABCDE" - component_uuid="123" - project_uuid="100" - rule_id="200" - severity="INFO" - manual_severity="[false]" - message="old" - line="[null]" - gap="[null]" - effort="[null]" - status="OPEN" - resolution="[null]" - checksum="[null]" - reporter="[null]" - author_login="[null]" - assignee="[null]" - issue_attributes="[null]" - issue_creation_date="[null]" - issue_update_date="[null]" - issue_close_date="[null]" - created_at="1400000000000" - updated_at="1400000000000" - action_plan_key="[null]" - locations="[null]" - /> -</dataset> |