aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2016-03-08 11:00:48 +0100
committerJulien Lancelot <julien.lancelot@sonarsource.com>2016-03-10 10:44:16 +0100
commit46265f075018110760cffd5ae1374c529609dd25 (patch)
tree923d6c6c07e6568ae2619aa654d513b864a829f2
parent1cb67b3438058463c12faa43243e33e7d323dc51 (diff)
downloadsonarqube-46265f075018110760cffd5ae1374c529609dd25.tar.gz
sonarqube-46265f075018110760cffd5ae1374c529609dd25.zip
Remove useless file
-rw-r--r--server/sonar-server/src/main/resources/org/sonar/server/issue/ws/example-show.json67
1 files changed, 0 insertions, 67 deletions
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
index d3afe4ca45a..00000000000
--- a/server/sonar-server/src/main/resources/org/sonar/server/issue/ws/example-show.json
+++ /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"
- ]
- }
- ]
- }
-}