]> source.dussan.org Git - sonarqube.git/commitdiff
Remove useless file
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Tue, 8 Mar 2016 10:00:48 +0000 (11:00 +0100)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 10 Mar 2016 09:44:16 +0000 (10:44 +0100)
server/sonar-server/src/main/resources/org/sonar/server/issue/ws/example-show.json [deleted file]

diff --git a/server/sonar-server/src/main/resources/org/sonar/server/issue/ws/example-show.json b/server/sonar-server/src/main/resources/org/sonar/server/issue/ws/example-show.json
deleted file mode 100644 (file)
index d3afe4c..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-{
-  "issue": {
-    "key": "dc94c283-4260-48c8-a0d3-a32f4b1cabe6",
-    "rule": "squid:S1596",
-    "ruleName": "Collections.emptyList(),emptyMap() and emptySet() should be used instead of Collections.EMPTY_LIST, EMPTY_MAP and EMPTY_SET",
-    "line": 36,
-    "message": "Replace \"Collections.EMPTY_LIST\" by \"Collections.emptyList()\".",
-    "status": "OPEN",
-    "severity": "MAJOR",
-    "author": "Developer 1",
-    "debt": "2min",
-    "creationDate": "2014-02-14T23:04:29+0100",
-    "fCreationDate": "Feb 14, 2014 11:04 PM",
-    "updateDate": "2014-03-04T23:03:44+0100",
-    "fUpdateDate": "Mar 4, 2014 11:03 PM",
-    "fUpdateAge": "about a month",
-    "component": "com.sonarsource.cobol:cobol-preprocessor:src/main/java/com/sonarsource/cobol/pp/CobolPreprocessor.java",
-    "componentLongName": "src/main/java/com/sonarsource/cobol/pp/CobolPreprocessor.java",
-    "componentQualifier": "FIL",
-    "project": "com.sonarsource.cobol:cobol",
-    "projectName": "SonarSource :: Cobol",
-    "subProject": "com.sonarsource.cobol:cobol-preprocessor"
-    "subProjectName": "SonarSource :: Cobol :: Preprocessor",
-    "subCharacteristic": "Readability",
-    "characteristic": "Maintainability",
-    "transitions": [
-      "confirm",
-      "resolve",
-      "falsepositive"
-    ],
-    "actions": [
-      "comment",
-      "assign",
-      "assign_to_me",
-      "plan",
-      "set_severity",
-      "link-to-jira"
-    ],
-    "comments": [
-      {
-        "key": "ea2fa158-18f7-4c7a-b60b-30c668c490ba",
-        "userName": "John Smith",
-        "raw": "Ignore for security reasons",
-        "html": "Ignore for security reasons",
-        "createdAt": "2014-04-14T23:04:29+0100",
-        "fCreatedAge": "2 months",
-        "updatable": false
-      }
-    ],
-    "changelog": [
-      {
-        "creationDate": "2014-02-14T23:04:29+0100",
-        "fCreationDate": "Feb 14, 2014 11:04 PM",
-        "diffs": [
-          "Created"
-        ]
-      },
-      {
-        "creationDate": "2014-03-04T23:03:44+0100",
-        "fCreationDate": "Mar 4, 2014 11:03 PM",
-        "diffs": [
-          "Technical Debt changed to 2min"
-        ]
-      }
-    ]
-  }
-}