]> source.dussan.org Git - sonarqube.git/blob
16269e44266c083e924e4fc7605db52c714c3135
[sonarqube.git] /
1 {
2   "issue": {
3     "key": "AVibidgv1LF0E-ru2DVv",
4     "rule": "squid:S2301",
5     "severity": "MAJOR",
6     "component": "org.sonarsource.sonarlint.intellij:sonarlint-intellij:src/main/java/org/sonarlint/intellij/core/ServerIssueUpdater.java",
7     "project": "org.sonarsource.sonarlint.intellij:sonarlint-intellij",
8     "line": 78,
9     "textRange": {
10       "startLine": 78,
11       "endLine": 78,
12       "startOffset": 14,
13       "endOffset": 39
14     },
15     "flows": [],
16     "status": "CONFIRMED",
17     "message": "Provide multiple methods instead of using \"modal\" to determine which action to take.",
18     "effort": "15min",
19     "debt": "15min",
20     "assignee": "john.smith",
21     "author": "john.smith@email.com",
22     "tags": [
23       "design"
24     ],
25     "transitions": [
26       "unconfirm",
27       "resolve",
28       "falsepositive",
29       "wontfix"
30     ],
31     "actions": [
32       "comment",
33       "assign",
34       "set_tags",
35       "set_type",
36       "set_severity"
37     ],
38     "comments": [
39       {
40         "key": "AVmDRx8Zm-z8OYZYRSxo",
41         "login": "jane.doo",
42         "htmlText": "Please fix this",
43         "markdown": "Please fix this",
44         "updatable": true,
45         "createdAt": "2017-01-09T13:49:53+0100"
46       }
47     ],
48     "creationDate": "2016-11-25T13:50:24+0100",
49     "updateDate": "2017-01-09T13:51:12+0100",
50     "type": "CODE_SMELL"
51   },
52   "components": [
53     {
54       "key": "org.sonarsource.sonarlint.intellij:sonarlint-intellij:src/main/java/org/sonarlint/intellij/core/ServerIssueUpdater.java",
55       "uuid": "AVfTIlxMwczdZ2UaLhnt",
56       "enabled": true,
57       "qualifier": "FIL",
58       "name": "ServerIssueUpdater.java",
59       "longName": "src/main/java/org/sonarlint/intellij/core/ServerIssueUpdater.java",
60       "path": "src/main/java/org/sonarlint/intellij/core/ServerIssueUpdater.java"
61     },
62     {
63       "key": "org.sonarsource.sonarlint.intellij:sonarlint-intellij",
64       "uuid": "8b745480-b598-4e34-af4a-cb2de1808e50",
65       "enabled": true,
66       "qualifier": "TRK",
67       "name": "SonarLint for IntelliJ IDEA",
68       "longName": "SonarLint for IntelliJ IDEA"
69     }
70   ],
71   "rules": [
72     {
73       "key": "squid:S2301",
74       "name": "Public methods should not contain selector arguments",
75       "lang": "java",
76       "status": "READY",
77       "langName": "Java"
78     }
79   ],
80   "users": [
81     {
82       "login": "john.smith",
83       "name": "John Smith",
84       "email": "john.smith@email.com",
85       "active": true
86     },
87     {
88       "login": "jane.doo",
89       "name": "Jane Doo",
90       "email": "jane.doo@mail.net",
91       "active": true
92     }
93   ]
94 }