Skip to content

Commit cf7b4bd

Browse files
SONARJAVA-6195 Add the Java25 tag to rules S8465 and S8469 (#5528)
1 parent 42d48be commit cf7b4bd

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

sonar-java-plugin/src/main/resources/org/sonar/l10n/java/rules/java/S8465.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"func": "Constant\/Issue",
77
"constantCost": "5min"
88
},
9-
"tags": [],
9+
"tags": [
10+
"java25"
11+
],
1012
"defaultSeverity": "Major",
1113
"ruleSpecification": "RSPEC-8465",
1214
"sqKey": "S8465",

sonar-java-plugin/src/main/resources/org/sonar/l10n/java/rules/java/S8469.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"func": "Constant\/Issue",
77
"constantCost": "5min"
88
},
9-
"tags": [],
9+
"tags": [
10+
"java25"
11+
],
1012
"defaultSeverity": "Minor",
1113
"ruleSpecification": "RSPEC-8469",
1214
"sqKey": "S8469",

0 commit comments

Comments
 (0)