-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSonarQubeIssueData.json
41 lines (41 loc) · 1.1 KB
/
SonarQubeIssueData.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{ "issues": [
{
"engineId": "test",
"ruleId": "\"@Deprecated\" code should not be used",
"severity":"MINOR",
"type":"CODE_SMELL",
"primaryLocation": {
"message": "fully-fleshed issue",
"filePath": "build.gradle",
"textRange": {
"startLine": 50,
"endLine": 50,
"startColumn": 9,
"endColumn": 14
}
},
"effortMinutes": 90,
"secondaryLocations": [
{
"message": "cross-file 2ndary location",
"filePath": "src/main/java/com/checkmarx/flow/controller/ADOController.java",
"textRange": {
"startLine": 60,
"endLine": 60,
"startColumn": 6,
"endColumn": 38
}
}
]
},
{
"engineId": "test",
"ruleId": "\"@Deprecated\" code should not be used",
"severity": "MINOR",
"type": "CODE_SMELL",
"primaryLocation": {
"message": "minimal issue raised at file level",
"filePath": "src/main/java/com/checkmarx/flow/controller/ADOController.java"
}
}
]}