]> source.dussan.org Git - sonarqube.git/blob
d2885aac7631f9cd2840e4516ac3fb5a9c55afbd
[sonarqube.git] /
1 {
2    "left" : {
3       "key" : "xoo-profile-1-01234",
4       "name" : "Profile 1"
5    },
6    "right" : {
7       "key" : "xoo-profile-2-12345",
8       "name" : "Profile 2"
9    },
10    "same" : [
11       {
12          "key" : "blah:rule1",
13          "pluginKey" : "blah",
14          "pluginName" : "Blah",
15          "languageKey": "xoo",
16          "languageName": "Xoo",
17          "name" : "Rule1",
18          "cleanCodeAttributeCategory": "INTENTIONAL",
19          "impacts": [
20             {
21                "softwareQuality": "RELIABILITY",
22                "severity": "HIGH"
23             }
24          ]
25       }
26    ],
27    "inLeft" : [
28       {
29          "key" : "blah:rule2",
30          "pluginKey" : "blah",
31          "pluginName" : "Blah",
32          "languageKey": "xoo",
33          "languageName": "Xoo",
34          "name" : "Rule2",
35          "cleanCodeAttributeCategory": "INTENTIONAL",
36          "impacts": [
37             {
38                "softwareQuality": "RELIABILITY",
39                "severity": "HIGH"
40             }
41          ]
42       }
43    ],
44    "inRight" : [
45       {
46          "key" : "blah:rule3",
47          "pluginKey" : "blah",
48          "pluginName" : "Blah",
49          "languageKey": "xoo",
50          "languageName": "Xoo",
51          "name" : "Rule3",
52          "cleanCodeAttributeCategory": "INTENTIONAL",
53          "impacts": [
54             {
55                "softwareQuality": "RELIABILITY",
56                "severity": "HIGH"
57             }
58          ]
59       }
60    ],
61    "modified" : [
62       {
63          "key" : "blah:rule4",
64          "pluginKey" : "blah",
65          "pluginName" : "Blah",
66          "languageKey": "xoo",
67          "languageName": "Xoo",
68          "name" : "Rule4",
69          "cleanCodeAttributeCategory": "INTENTIONAL",
70          "impacts": [
71             {
72                "softwareQuality": "RELIABILITY",
73                "severity": "HIGH"
74             }
75          ],
76          "left" : {
77             "severity" : "BLOCKER",
78             "params" : {
79                "param_rule4" : "polop"
80             }
81          },
82          "right" : {
83             "severity" : "BLOCKER",
84             "params" : {
85                "param_rule4" : "palap"
86             }
87          }
88       },
89       {
90          "key" : "blah:rule5",
91          "pluginKey" : "blah",
92          "pluginName" : "Blah",
93          "languageKey": "xoo",
94          "languageName": "Xoo",
95          "name" : "Rule5",
96          "cleanCodeAttributeCategory": "INTENTIONAL",
97          "impacts": [
98             {
99                "softwareQuality": "RELIABILITY",
100                "severity": "HIGH"
101             }
102          ],
103          "left" : {
104             "severity" : "MINOR"
105          },
106          "right" : {
107             "severity" : "MAJOR"
108          }
109       }
110    ]
111 }