Skip to content

Commit 5371d23

Browse files
JAVASE-197 Fix rule severity discrepancies between MQR and standard experience for Java SE rules
Ensures that rule severity is consistent in legacy and MQR modes.
1 parent 861e5e5 commit 5371d23

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

java-symbolic-execution/java-symbolic-execution-plugin/src/main/resources/org/sonar/l10n/java/rules/javase/S2095.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "BUG",
44
"code": {
55
"impacts": {
6-
"RELIABILITY": "HIGH"
6+
"RELIABILITY": "BLOCKER"
77
},
88
"attribute": "COMPLETE"
99
},

java-symbolic-execution/java-symbolic-execution-plugin/src/main/resources/org/sonar/l10n/java/rules/javase/S2689.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "BUG",
44
"code": {
55
"impacts": {
6-
"RELIABILITY": "HIGH"
6+
"RELIABILITY": "BLOCKER"
77
},
88
"attribute": "COMPLETE"
99
},

java-symbolic-execution/java-symbolic-execution-plugin/src/main/resources/org/sonar/l10n/java/rules/javase/S2755.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "VULNERABILITY",
44
"code": {
55
"impacts": {
6-
"SECURITY": "HIGH"
6+
"SECURITY": "BLOCKER"
77
},
88
"attribute": "COMPLETE"
99
},

java-symbolic-execution/java-symbolic-execution-plugin/src/main/resources/org/sonar/l10n/java/rules/javase/S3516.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "CODE_SMELL",
44
"code": {
55
"impacts": {
6-
"MAINTAINABILITY": "HIGH"
6+
"MAINTAINABILITY": "BLOCKER"
77
},
88
"attribute": "LOGICAL"
99
},

java-symbolic-execution/java-symbolic-execution-plugin/src/main/resources/org/sonar/l10n/java/rules/javase/S3546.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "BUG",
44
"code": {
55
"impacts": {
6-
"RELIABILITY": "HIGH"
6+
"RELIABILITY": "BLOCKER"
77
},
88
"attribute": "COMPLETE"
99
},

java-symbolic-execution/java-symbolic-execution-plugin/src/main/resources/org/sonar/l10n/java/rules/javase/S6373.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "VULNERABILITY",
44
"code": {
55
"impacts": {
6-
"SECURITY": "HIGH"
6+
"SECURITY": "BLOCKER"
77
},
88
"attribute": "CONVENTIONAL"
99
},

java-symbolic-execution/sonarpedia.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"languages": [
44
"JAVA"
55
],
6-
"latest-update": "2024-09-09T13:33:21.851483206Z",
6+
"latest-update": "2026-04-10T16:27:53.649178344Z",
77
"options": {
88
"no-language-in-filenames": true,
99
"preserve-filenames": false

0 commit comments

Comments
 (0)